This works well, except for the fact that I want to make sure that individuals who are assigned to the control group only get the control in all three scenarios. My initial solution to this problem was to create a control block, in addition to the three scenario blocks where treatments are administered. However, since Qualtrics randomizes with even probabilities across blocks, this would lead to 1/4 of the participants being assigned the control scenario. Ideally, I would like to assign 1/10 of the respondents to the control group, since my most interesting comparisons for this experiment is across different treatment groups. The control is there simply to serve as a benchmark.
Is there any way to randomly assign respondents to different blocks with different probabilities?
Many thanks,
Randomizer:
- control
- Treatment1
- Treatment2
- Treatment3
- Treatment4
- Treatment1
- Treatment2
- Treatment3
- Treatment4
This would, I guess, only be 1/9.
Another solution would be to use the Random number generator. At the top of your survey flow you could assign an Embedded Data field to a random number between 1 & 10 using the ${rand://int/1:10} piped text.
Then have a branch that if that value = 1 to put them to show them the control.
If that number does not equal 1 then put them in a randomizer to see one of the remaining 3 blocks.
Read more about the random number generator here: https://www.qualtrics.com/support/survey-platform/survey-module/editing-questions/piped-text/piped-text-overview/
I think you could solve this by adding the scenario blocks multiple times to the randomizer. Basically you would have something like this: Randomizer: - control - Treatment1 - Treatment2 - Treatment3 - Treatment4 - Treatment1 - Treatment2 - Treatment3 - Treatment4 This would, I guess, only be 1/9. Another solution would be to use the Random number generator. At the top of your survey flow you could assign an Embedded Data field to a random number between 1 & 10 using the ${rand://int/1:10} piped text. Then have a branch that if that value = 1 to put them to show them the control. If that number does not equal 1 then put them in a randomizer to see one of the remaining 3 blocks. Read more about the random number generator here: https://www.qualtrics.com/support/survey-platform/survey-module/editing-questions/piped-text/piped-text-overview/
Hey
Please suggest.
Thanks.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.