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?
Page 1 / 1
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).
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.