Randomize 3 questions in with a pre-defined rate | XM Community
Skip to main content
Solved

Randomize 3 questions in with a pre-defined rate

  • October 25, 2021
  • 2 replies
  • 75 views

NghiaVu
QPN Level 2 ●●
Forum|alt.badge.img+8

Dear,
I have 3 questions that I want to received the responses number with the rate of - 20%-30%-50%.
I used Flow Randomizer and Evenly Setting but they all do not wok.
Is there any solution for this? I think this is a very common case but QUaltrics does not support?
Deeply thanks,
Bob

Best answer by MSobotta

It does. All you need to do is generate a random number from 1 to 10 then use that number to set up your ratios using IF statements.

  1. IF Random int is 1 or 2 = 20% block.

  2. IF Random int is 2 to 4 = 30% block.

  3. IF Random int is 5 to 10 = 50% block.

2 replies

MSobotta
Level 4 ●●●●
Forum|alt.badge.img+25
  • Level 4 ●●●●
  • Answer
  • October 26, 2021

It does. All you need to do is generate a random number from 1 to 10 then use that number to set up your ratios using IF statements.

  1. IF Random int is 1 or 2 = 20% block.

  2. IF Random int is 2 to 4 = 30% block.

  3. IF Random int is 5 to 10 = 50% block.


NghiaVu
QPN Level 2 ●●
Forum|alt.badge.img+8
  • Author
  • QPN Level 2 ●●
  • October 28, 2021

https://community.qualtrics.com/XMcommunity/discussion/comment/41436#Comment_41436Thanks MSobotta for your suggestions. We also got this advise from Delivery Team of Qualtrics.