Randomizer | XM Community
Skip to main content

Randomizer

  • February 25, 2023
  • 3 replies
  • 10 views

Forum|alt.badge.img

Hi. So for mine let's say I have blocks A, B, C, D, E, and F and I'm giving participants a choice to finish all blocks (and receive a monetary bonus) or to finish half (and get the base rate). If I use the randomizer and randomly present 3 from A, B, C, D, E, F with evenly present, have a block to give them the choice (let's call it choice block), would adding an additional randomizer that's a duplicate of the first show the other half of the blocks that the participant hadn't seen yet? So, in other words if they randomly saw C, E, and A, then chose to continue, would that participant then see F, B, D next?
Thanks!

3 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6083 replies
  • February 25, 2023

Set an embedded data field for each block shown in the first randomizer. For example:
Group A
Set Embedded Data: A=1
Block A
Then put each block under a branch in the second randomizer. For example:
If A Is Not Equal To 1
Block A


Forum|alt.badge.img
  • Author
  • 1 reply
  • February 26, 2023

Thanks for the quick response, TomG! To clarify, would it be like:
Screenshot 2023-02-25 at 10.17.00 PM.pngThanks!


TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6083 replies
  • February 26, 2023

No, unfortunately not.
The first randomizer should look like:
Randomizer
Group:A
Set Embedded Data: A=1
Block: LevineA
Group:B
…etc…
The second randomizer:
Randomizer
Branch: If A Is Not Equal To 1
Block: LevineA
Branch: If B Is Not Equal To 1
…etc….