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
Can you please elaborate more :
- How many images are there?
- have you created 1 question for each image?
- 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
- There are four images.
- 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
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!!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.