Avatar

Level 4

I got help with this the other day, but now it's not working. I need the items entered into assessment.Objectives.objectivesdetail.objectivesdetail to populate the dropdown list assessment.Questions.Questionset.Questiondetail.MCdetail.qobj.qObj_list

This is the code I have in the exit event of assessment.Objectives.objectivesdetail.objectivesdetail

assessment.Objectives.objectivesdetail.objectivesdetail::exit - (JavaScript, client)

assessment.Questions.Questionset.Questiondetail.MCdetail.qobj.qObj_list.addItem(this.rawValue);

Is there something wrong here? It was working before!