Hello,
I'm using loop and merge to randomly display images and participants have to make a response by clicking buttons. After each response I would like there to be a 500ms delay between presenting the next stimuli. I'm guessing this would be a JS script?
Any help would be greatly appreciated!
Polly
Solved
Adding a blank page for 500ms between loop and merge image displays
Best answer by TomG
Easiest way to do this is add a div with a lot of padding to the top of your question text to push it off the bottom of the screen, then hide it after 500ms.
JS:
Qualtrics.SurveyEngine.addOnReady(function() {
setTimeout(function() { jQuery("#padTop").hide(); },500);
});
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.