How do you randomize questions in groups of 2, in the same page? | XM Community
Skip to main content

I want to have these questions like this, in the SAME page:
1a
1b
2a
2b
3a
3b
So that 1, 2 and 3 are randomized in order between participants. For example, this should be one of the options:
2a
2b
3a
3b
1a
1b
But a and b are always together, so that it CANNOT be:
2a
3b
2b
...
How can I do this?

The only way to do this is to use JS to randomize and re-order the questions on the page.


Leave a Reply