Please follow the rotation manual. Most likely you will need a random generator like explained in Rotate Questions. But instead of using loopPage()
or similar, you would just use question()
to show the question drawn for position 1, 2, 3, and 4.
If the random generator has the ID RG01, it might look like this for the first question.
$question = value('RG01x1', 'label');
question($question);