Hello,
I have a set of images that I want to show before I get response times. I’ve figured out how to unhide the questions that contain the images, and how to unhide the next button. Now, is there a way to not immediately unhide the next button? In other words, I need participants to view the image for 20s before the next button shows up.
So here is what I have so far:
Qualtrics.SurveyEngine.addOnload(function()
{
QRTE.unhideQuestions(); //Unhide all questions
$(‘NextButton’).style.display = ‘inline’; //Unhide next Button
});
What can I add to delay when the next button shows?
Thanks,
Jamie