Make respondents stay on one question for at least 20 seconds before they are able to proceed | XM Community
Solved

Make respondents stay on one question for at least 20 seconds before they are able to proceed

  • 28 October 2019
  • 1 reply
  • 514 views

I want to show respondents a picture in one question. To make them look at the picture carefully, I want them to stay on the question for at least 20 seconds. That is, they have to wait 20 seconds before they can go on to the next question. How can I achieve this goal on Qualtrics?
icon

Best answer by Pete_L 28 October 2019, 15:13

View original

1 reply

Userlevel 3
Badge +9
You may want to refer to this thread here with the same question (but for 30 seconds 😀 ).
https://www.qualtrics.com/community/discussion/6363/hide-next-button-for-30-seconds-and-display-it-after-time-passes

Essentially you'll use JavaScript to hide the button on page (onPageReady) and then after a set amount of time just show it to people (the setTimeout part).

Leave a Reply