Is it possible to randomize/create 3 unique versions of a survey? | XM Community
Skip to main content

Is it possible to randomize/create 3 unique versions of a survey?

  • October 22, 2022
  • 2 replies
  • 75 views

I know this question is a little complicated so bear with me: I'm doing an experiment that involves participants reading three different passages (1,2,3) with each being either unbolded (U), semantically bolded (S), or the fixation points bolded (F). I don't want participants to read the same passage more than once, and I also don't want participants to read the same style of bolding more than once, so I have three possible combinations to work with here: 1. (1U, 2S, 3F) 2. (1S, 2F, 3U) 3. (1F, 2U, 3S). How do I make it so that participants are randomly assigned one of these three subsets of passages when completing the survey?

2 replies

Deepak
QPN Level 8 ●●●●●●●●
Forum|alt.badge.img+46
  • 1555 replies
  • October 22, 2022

Phalanx123
There is an easier way to do this have those 3 subsets in separate blocks as desired ( 1. (1U, 2S, 3F) 2. (1S, 2F, 3U) 3. (1F, 2U, 3S). ). Have a random number generated from 1-3 and then have branch logic based on each number as you can see in the image below. Each participant will see a different block based on the random number.
image.pngHope it helps!


SuhasM
Qualtrics Employee
Forum|alt.badge.img+16
  • Qualtrics Employee
  • 114 replies
  • October 24, 2022

That's a wonderful solution for this use case Deepak! Thank you so much Phalanx123 for confirming that the solution works! 🙂