I tried the Javascripts but they do not work now. Anyone knows how I can do this?
Thanks!
I tried the Javascripts but they do not work now. Anyone knows how I can do this?
Thanks!
Best answer by JesperAndersen
I would see this done in one of two ways.
The cases above would not requite any JavaScript, but would require that the click on the question button and then the next button. If you add the below JavaScript to the same button, then the Next button will be clicked automatically when you click the “End Survey” button:
Qualtrics.SurveyEngine.addOnload(function ()
{
this.questionclick = function(event,element)
{
this.clickNextButton()
}
});
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.