In my survey, I want to first select 15 questions out of 50 questions. Then, I want to select 10 questions out of 35 remaining questions.
However, all of my questions are designed as a 1 block. Therefore, I need to select from the 50 blocks. In each block, I have two questions. The problem is that the second question in each block is different for the first 15 and the second 10. An example of the first 15 blocks that I want to show:
- Question 1 (text entry): Image + Please make a prediction about this student's future success.
- Question 2: Your prediction: very successful, The model's prediction: very successful, The real success of the student: not successful
In the later 10 blocks:
- Question 1 (text entry): Image + Please make a prediction about this student's future success.
- Question 2: Your prediction: very successful, The model's prediction: very successful
In the later 10 blocks, I do not disclose the real success of the student. Thus, the initial 15 blocks and later 10 blocks are different from each other. I do not how to randomly select 15 + 10 blocks for each participant and make sure that Question 2 in each block is different from the first 15 than the last 10.
I would appreciate any help! Thank you very much :)