Pseudo-randomization of all questions | XM Community
Skip to main content
Solved

Pseudo-randomization of all questions


Forum|alt.badge.img+1
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?

Best answer by LibertyW

That... or maybe add some category counter variables to your randomizers if you don't want to work out the code.
View original

2 replies

LibertyW
Level 3 ●●●
Forum|alt.badge.img+5
  • Level 3 ●●●
  • 95 replies
  • Answer
  • February 11, 2019
That... or maybe add some category counter variables to your randomizers if you don't want to work out the code.

Forum|alt.badge.img+1
  • Author
  • 5 replies
  • March 11, 2019
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