Re-showing a Randomized Photo in a Survey | XM Community
Skip to main content

I created a survey for an experiment. In the beginning of the survey, question randomization shows one of the four photos of my experiment. So far, so good. I continue with my questions. At the end of the survey, I want to do a manipulation check with some questions about the photo that appeared at the start of the survey. To minimize memory errors, I'd like to show the same photo again. However, since the photo was randomized at first, I don't know how to reappear the same photo in different block. Any thoughts?

Hi @Stefania Von ,

Can you please elaborate more :

  1. How many images are there?
  2. have you created 1 question for each image?
  3. Or are you using randomizer in survey flow and  piping image url based on random selection in single question?

    So, I can guide you better on this?

Hello @qualtrics_nerd 

  1. There are four images. 
  2. I randomized the photos in the Builder section using question randomization within the same block.

     I can change it if there is other way to make it works


Hi @Stefania Von ,

I would recommend using survey flow method as it reduces to the number of question to 1 and you can check which image was picked based on the embedded data(image_url in my case ) and then you can use it throughout the survey(this should be created before the block which contains image question in the survey flow) :

 



You can use it in the image tag as below :
 

<img src="${e://Field/Image_url}" width="100px" height="100px" />


Hope this resolves your query😊!!
 


@Stefania Von If your 4 images are in different question then at the end all you need to do is to have them on the same page and apply display logic of “Displays”. For example: Show image 1 if image 1 displays earlier and so on.


Leave a Reply