Labeling Randomized Vignettes | XM Community
Skip to main content
Question

Labeling Randomized Vignettes

  • March 12, 2024
  • 8 replies
  • 96 views

Forum|alt.badge.img+1

I am using a Factorial Survey Method for my study. I have 16 vignettes, of which two of the 16 are randomly assigned to a survey participant. In pre-testing feedback, a survey participant thought the two vignettes were the same. The vignettes were similar but not exactly the same.

Is there a way to label the two vignettes that are randomly assigned and seen by a survey participant as Scenario One and Scenario Two so the survey participant knows they are different?

8 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6083 replies
  • March 12, 2024

If the vignettes are in a loop & merge block, you can use current loop number: ${lm://CurrentLoopNumber}

If the vignettes are blocks, you can increment an embedded data field in the survey flow. Put each vignette block in a group and increment the count within the groups: count = $e{ e://Field/count + 1 }


Forum|alt.badge.img+1
  • Author
  • 5 replies
  • March 12, 2024

Thank you for the response. The 16 vignettes are each in a separate block. The randomizer selects two of the blocks (vignettes). So I should try your second option, correct? 


TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6083 replies
  • March 12, 2024

Correct.


Forum|alt.badge.img+1
  • Author
  • 5 replies
  • March 12, 2024

It would be very helpful if you would provide an image of how the solution shared should appear in a survey flow. I am having difficulty with the solution.


TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6083 replies
  • March 12, 2024

@RHB,

Here is an example with 2 out of 3 vignettes displayed.

 


Forum|alt.badge.img+1
  • Author
  • 5 replies
  • March 12, 2024

Perfect! I see where I was making a mistake. Thanks!


Forum|alt.badge.img+1
  • Author
  • 5 replies
  • March 12, 2024
The above is not working. Can you pinpoint my error(s)?

 


Forum|alt.badge.img+1
  • Author
  • 5 replies
  • March 13, 2024

My survey flow is not working (posted above). Can you pinpoint my errror(s)