Multiple choice graphic auto change | XM Community
Question

Multiple choice graphic auto change

  • 15 October 2019
  • 2 replies
  • 1 view

Userlevel 1
Hi all, I'm trying to do the following two things, and wondered if any one could help me.

1. I currently has a popup being open on the Qualtrics.When participants close the popup, I want one of the graphics inserted to one of the multiple choice option to change. Is that possible?

2. After certain seconds, can I have one of the multiple choice graphic change to the other image?

Thank you!

2 replies

Userlevel 4
Badge +5
Sounds possible. You have to use javaScript/JQuery.
1. You have to change the image with the same event where you are showing the pop up. If you just want to add an image with an existing text then keep a place holder in html and add the image while the popup comes up.
2. You can do this using setTimeout() function in JavaScipt.
Userlevel 1
Hello,

Thank you so much for your response. I am very new to javascript - and don't have much knowledge on how to write codes... do you have any idea as to how I need to compute my conde?

Leave a Reply