Hello,
I have a survey where I randomly assign participants to one of 36 treatment groups, who then receive different survey questions. I do this by inserting a dummy block with 36 text questions, with each corresponding to a different treatment group, and then randomize this block and use display logic to set the rest of the questions displayed based on this dummy block (I also modified the JavaScript code so that the dummy questions do not appear, but the randomization is done silently in the background.
The problem is, questions that are simply text, and don’t require the respondent to enter an answer, do not get recorded in the CSV file displaying each recorded response. This is an issue, as I need to know which of the 36 groups my respondents has been randomized into.
Am I able to do something with embedded data to solve this?
Thanks in advance