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?
Page 1 / 1
The only way to do this is to use JS to randomize and re-order the questions on the page.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.