Pseudo-randomization of all questions | XM Community
Skip to main content
I am creating a survey with questions classified in 10 different categories. All questions need to be displayed in random order and one per page. However, questions of the same category must not appear one after the other. Between questions of the same category there should be at least 3 questions of different categories. How can I achieve this? Do I need to implement some javascript code?
That... or maybe add some category counter variables to your randomizers if you don't want to work out the code.
What I did in the end was to counter balance the questions across 12 blocks. Then I randomized all blocks in the Survey Flow and randomized all questions within each block. This gives a very similar result to what I was looking for.

Leave a Reply