Search code examples
qualtrics

How to create Qualtrics Survey to display photos was uploaded by participants in another Block


I need help with Qualtrics Survey, I have an issue displaying photos that were uploaded by the participants in another question.

In my survey I'm asking the participants to upload 3 photos. Then I'd like to display the photos to the participants and ask them questions regarding the photos.

So far I couldn't find any functionality in Qualtrics to make my logic work! I hope you can help me out, and give me some advice how to make it display uploaded photos in a subsequent question.


Solution

  • Use html and pipe the url of the uploaded file into an img tag as the source:

    <img src="${q://QID1/UploadedFileLink}" alt="Uploaded image">