Hai….
I’m building a survey and want to mix in customer feedback (like satisfaction ratings and comments) with choice-based questions. What’s the best way to set this up so the data stays together for analysis?
Thank You…..
Hai….
I’m building a survey and want to mix in customer feedback (like satisfaction ratings and comments) with choice-based questions. What’s the best way to set this up so the data stays together for analysis?
Thank You…..
So it seems like you want to be able to link arbitrary questions with a specific choice task.
This is pretty easy - provided you provide a bit of rigour to your choice set allocation.
One way is to assign the scenarios 1,2,3,4,5 etc (or $offset+1, $offset+2 etc if you are using blocks.
Then use that index number as your variable.
So on choice set with design row ($offset+7) - use that index, ‘7’ as your naming convention so.
rating_7
comment_7
satisfaction_7 etc.
then when you merge your datasets - you can use this index to categorically link the question with the choice set.