Hello.
Is there anyway for qualtrics to display different questions at random within the same block, but instead of just choosing, say, 5 out of 10 at random it instead chooses 1 of 2, then 1 of 2, etc.
IE. A repeated measures design where each question displayed one of two conditions at random (conditions represented within the question answer text boxes) without the need for participants to repeatedly press the next button (which is necessary when using one block for just one question).
I have attached a picture to try and explain the point better,
Page 1 / 1
You can easily accomplish this using JS.
However, for a builtin solution, I'm not sure how random this would be. But you could create create two embedded variables before the block. Lets say
show1and
show2. Assign their values to be randomly from 0-99. Then you could set display logic for A1 if show1>50 and A2 if show1<50, similarly for B1 and B2.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.