I use auto-advance to move my research participants from one question to the next, and we've received only positive feedback from them about it . . . until today.
One respondent today asked whether there's a way to remove the auto scrolling, as they "get nausea from completing the survey."
Is it possible for either an individual respondent to change this setting themself, or is there something I can do for that specific user so that auto-advance is disabled just for them? We currently use the survey's anonymous link + "?ExternalDataReference=[id]" to customize the URL for each study participant.
Thanks in advance!
Page 1 / 1
Hello uhcc_crissy ,
This can be done via custom coding, although I won't be able to help with actual code but can give you the logic behind it.
- You can auto advance all the respondents by using the following code and not by Qualtrics auto advance feature but it should only be true for all the others except the specific respondent id.
Qualtrics.SurveyEngine.addOnReady(function()
{/*Place your JavaScript here to run when the page is fully displayed*/
setTimeout(function() {
jQuery("#NextButton").click();
});
})
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.