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

How do you randomize questions in groups of 2, in the same page?

  • November 16, 2021
  • 1 reply
  • 12 views

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?

Best answer by TomG

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

1 reply

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • Answer
  • November 16, 2021

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