Display block depending on randomization | XM Community
Solved

Display block depending on randomization

  • 22 April 2024
  • 1 reply
  • 15 views

Badge +3

Dear community,

My survey flow should look like:

  1. Show text = Situation 1
  2. Randomize between Block1 and Block 2 (only show one of the blocks)
  3. Show text = Situation 2
  4. Show the Block that was not randomly drawn in 2.
  5. Follow-up questions to Block 1 und 2 in the same order as the blocks were randomly shown before.

How can I set this up in my survey flow?

Thanks and best!

icon

Best answer by Chee Heng_SZ 23 April 2024, 04:05

View original

1 reply

Userlevel 2
Badge +6

Hi @lamori ,

 

Since it is just between two blocks, you can try to create a random number “boolean” as embedded data in survey flow.

Then, branch the blocks based on the “boolean” condition and add the follow-up questions within the branch in the order that you wish to have.

As an example, in the first branch with condition of True

  1. Show text = Situation 1
  2. Block 1
  3. Show text = Situation 2
  4. Block 2.
  5. Follow-up questions to Block 1 and Block 2.

while the second branch with condition of False

  1. Show text = Situation 1
  2. Block 2
  3. Show text = Situation 2
  4. Block 1
  5. Follow-up questions to Block 2 and Block 1.

Sample diagram below for illustration only

 

Leave a Reply