Multiple choice graphic auto change | XM Community
Skip to main content
Question

Multiple choice graphic auto change

  • October 15, 2019
  • 2 replies
  • 5 views

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

Subu
Level 2 ●●
Forum|alt.badge.img+5
  • Level 2 ●●
  • October 16, 2019
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.

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?