Hello,
There are 12 radiobutton questions I need to present to participants in random order.
How I usually do this is /questions = [1-12 = noreplace(x1,x2,...x12)] in the surveypage.
However, the surveypage ends up being too long. I need to break down these questions into multiple pages, while keeping the noreplace random order. How can I do that?
Thank you