capturing Implict responses | XM Community
Skip to main content
Solved

capturing Implict responses

  • February 28, 2018
  • 1 reply
  • 70 views

I would like to conduct a study to capture customer's implicit responses (where responses occur before 500-600ms) to product names. Does qualtrics have a way to present an image for 600ms? Additionally, I'd like the image to presented later if the customer does not respond in the time allotted. Anyone have experience with this?

Best answer by TomG

Qualtrics has a timing question that can display a page for a specified amount of time, then move on. However, to do this the way I expect you want to, you'll have to write JavaScript to display the images for a fixed amount of time using a setTimeout function.

1 reply

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6084 replies
  • Answer
  • March 1, 2018
Qualtrics has a timing question that can display a page for a specified amount of time, then move on. However, to do this the way I expect you want to, you'll have to write JavaScript to display the images for a fixed amount of time using a setTimeout function.