In my survey I have a Side By Side question. Within this question I would like to have the Multiple Choice options be pre populated by an earlier question. I want to do this by using Javascript. I tried three options without result:
this.setChoiceAnswerValue(2,2,true);
this.setChoiceValue(2,2,true);
this.setChoiceValueByRecodeValue(2,2,true);
The question looks like the screenshot below:Can somebody help me giving me the right JavaScript code?
Thanks in advance.
Question
How to pre populate the options in the second column of a Side By Side Question
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.