Randomize every 3rd question? | XM Community
Solved

Randomize every 3rd question?


I'm making a survey that asks participants to do 10 tasks, 3 times each. After doing each task they need to answer the same two questions. I'd like to time how long it takes the participants to complete each task so I'm thinking of putting the task prompt in its own block, then timing the time to click "Next." Then they would answer the two questions in the next block. Then start over with a new task.
Basically it should have blocks in this pattern (but the lettered blocks need to be randomized):
A 1 2 B 1 2 C 1 2 D 1 2 E 1 2 F 1 2 G 1 2 H 1 2 I 1 2 J 1 2
(And bonus points to randomize the x3 repeat of the 10 tasks).
Can't quite figure out how to do this with the randomizer without presenting the task and questions in the same block. Is there some subblock method?
Thanks!

icon

Best answer by TomG 5 July 2020, 15:25

View original

2 replies

Userlevel 7
Badge +27

Put the sub-blocks under a Group. Like:
Randomizer 10 of 10

  • Group A

  • Group A1

  • A1.1

  • A2.1

  • Group A2

  • A1.2

  • A2.2

  • Group A3

  • A1.3

  • A2.3

  • etc.

  • Group B

Since you didn't provide "repeat 3 times" details, the above assumes you'll repeat a group immediately and that you want to ask and record the questions for each iteration.

Got it, thanks!

Leave a Reply