Randomizer not working? | XM Community
Skip to main content
Solved

Randomizer not working?

  • January 28, 2020
  • 1 reply
  • 97 views

Hi all, I'm making a survey for my dissertation. The survey will entail a participant being allocated to one of four vignettes randomly, and then filling out a set of questions. I've tried setting up the randomizer by using embedded data as shown below: ! But for some reason on my test responses it solely allocates participants to Condition 4. How do I go about resolving this? Thanks Becky

Best answer by TomG

Because CONDITION is always 4 since it is the last one assigned. You need to have four separate embedded data blocks under the randomizer that each assign a different value to CONDITION. Then randomly present 1 of the 4.

1 reply

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6083 replies
  • Answer
  • January 29, 2020
Because CONDITION is always 4 since it is the last one assigned. You need to have four separate embedded data blocks under the randomizer that each assign a different value to CONDITION. Then randomly present 1 of the 4.