Apologies, as I have searched and tried to follow prior responses but have been unable to resolve this.
I have defined embedded data fields for each of the loops, e.g., "data1" and want to capture the recoded responses from each loop to these fields. When I try the following code (for just Loop 1) I still get a blank.
Qualtrics.SurveyEngine.addOnload(function()
{
Qualtrics.SurveyEngine.setEmbeddedData("data1","${q://1_QID1/SelectedAnswerRecode/1}");
});
What am I doing wrong?
Be the first to reply!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.