Solved
Next Button
I am using javascript to hide the next button in a question (Q1). The code I am using is:
Qualtrics.SurveyEngine.addOnReady(function()
{
this.hideNextButton();
this.clickNextButton.delay(1);
});
Following this question I have a page break. Then a new question (Q2). About 50% of the people taking the survey get stuck on Q2 because the next button remains hidden. Does anyone know what the command is to explicitly show the next button (as in the psuedocode: this.showNextButton() )?
Thanks for any help you can provide.
Best answer by PsychSurvey1
For anyone who ever wonders the same thing in the future: Turns out, it is in fact this.showNextButton.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
