Hello,
I am trying to set default choices in a side by side question using embedded data set from a contact list.
I have successfully used the following code to perform this action with a single multiple choice question, but am having difficulty doing so for multiple choice questions within a Side by Side question, as shown in the screenshot.
Qualtrics.SurveyEngine.addOnload(function()
{if("${e://Field/edu}" == "1") this.setChoiceValue(1,true);
if("${e://Field/edu}" == "2") this.setChoiceValue(2,true);
if("${e://Field/edu}" == "3") this.setChoiceValue(3,true);
if("${e://Field/edu}" == "4") this.setChoiceValue(4,true);
});
Any help is greatly appreciated!
Question
Setting Default Choices from Embedded Data in Side by Side
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
