Showing the same question after each randomly selected stimuli | XM Community
Skip to main content
Solved

Showing the same question after each randomly selected stimuli

  • September 10, 2023
  • 2 replies
  • 94 views

Forum|alt.badge.img+1

Hi guys,

I have a repository of 100 different paintings, however each respondent will only see 10 randomly selected paintings of those 100. Each respondent will see these paintings one after the other.

How to set up the study that after each randomly selected painting the same question appears that asks the respondent e.g. “How do you like this painting” from 1-7 (i.e. the question would optimally appear 10 times always after the randomly selected painting was shown). I would appreciate any help! Thank you

Best answer by TomG

@Arava,

Create a multiple choice question with 100 paintings as choices. Use advanced randomization to display 10 of the choices evenly presented. Hide the question with JavaScript.

After that create a loop & merge block and base it on the displayed choices in the question above.  Add your ‘How do you like this painting?’ question to the block and pipe the painting, ${lm://Field/1}, into the question text.

2 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6083 replies
  • Answer
  • September 10, 2023

@Arava,

Create a multiple choice question with 100 paintings as choices. Use advanced randomization to display 10 of the choices evenly presented. Hide the question with JavaScript.

After that create a loop & merge block and base it on the displayed choices in the question above.  Add your ‘How do you like this painting?’ question to the block and pipe the painting, ${lm://Field/1}, into the question text.


Forum|alt.badge.img+1
  • Author
  • 1 reply
  • September 11, 2023

@TomG Works perfectly. Thank you so much!!