Pseudo-randomization of all questions | XM Community
Solved

Pseudo-randomization of all questions

  • 7 February 2019
  • 2 replies
  • 43 views

Badge +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?
icon

Best answer by LibertyW 11 February 2019, 22:28

View original

2 replies

Userlevel 4
Badge +5
That... or maybe add some category counter variables to your randomizers if you don't want to work out the code.
Badge +1
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