Hi,
I have a loop and merge for a question, and save its values for later. In the survey flow, I first create embedded variables that are empty these are: "receiver1id" and "shared1" ... through "shared20".
The "shared1" through "shared20" work well: they are saved in data export.
The "receiver1id" shows in the survey, when I ask it to display receiver1id value. But is not in the data export.
My javascript code is shown below. Would someone know why "receiver1id" does not save, but the other variables do? Thank you!
//STORE ID
var receiver1id = "${lm://Field/1}";
//STORE WHICH VIDEOS WERE SHARED IN THE CURRENT LOOP
var shared1 = "${lm://Field/2}";
....
// output to id
Qualtrics.SurveyEngine.setEmbeddedData("receiver1id", receiver1id);
// output to shared vars
Qualtrics.SurveyEngine.setEmbeddedData("shared1", shared1);
...
Page 1 / 1
Sorry, I found my error. Thanks!
Hello can you please share what it was :)
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.