I am having some issues getting data out of a randomized static loop and merge field.
For example, in question 1, I pipe in the following for choice 1...
Choice 1:
And I pipe in the following for choice 2...
Choice 2:
However, when I download the CSV output for the survey, I'm unable to see each respondent's options. Is there a Javascript that will allow me to view my respondents' options?
Solved
How do you get the embedded data of a static loop and merge field?
Best answer by SurajK
You can do this using JS, just add span with number assigned to the brands for example, Brand 1, Brand 2
The piping syntax ${lm://Field/1} will pipe span as well as brand name.
Now just add one embedded variable in survey flow and using JS you can set the displayed number.
var currbrand = jQuery('.ord').html();
Qualtrics.SurveyEngine.setEmbeddedData("q1_brand_order",currbrand)
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
