Hi there
I need your help for a a beginner's question.
I just want to get each selected choice (recoded by variable name) in a unique value (separated by a comma). I'm blocked at the end of my loop, when I want to create the "mods" variable.
Can you help me please ? Here is my code :
Qualtrics.SurveyEngine.addOnPageSubmit(function()
{
/*Place your JavaScript here to run when the page is submitted*/
var arr = this.getSelectedChoices();
if(arr.length > 0) {
for(var i = 0;i
}
}
alert("Recode Value: " + mods);
});
Thank you very much,
JR
Can you help me for building a loop in JS ? (newbie)
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
