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

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

@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.


@TomG Works perfectly. Thank you so much!!


Leave a Reply