Hi team, Just a quick question. Is it possible to assign variables automatically in a survey? Lets say, I have a select_multiple question and the variable under it is COVID1. So when I choose 3 selections in that question, It should automatically generate 3 variables that stores the data i.e. COVID1_1,COVID1_2 & COVID1_3 instead of storing it in one variable(COVID1) as an array like [“1”,“2”,“3”].
Thanks