Question
Javascript to auto advance on click for single select box question
Hi all,
I was wondering if it is possible to get a survey to advance to the next question upon clicking a selection from a select box. I've tried using the following code from Alex B in https://www.qualtrics.com/community/discussion/14/how-to-set-auto-advance-on-my-survey
`Qualtrics.SurveyEngine.addOnload(function()
{
var that = this;
this.questionclick = function(event,element){
if (element.type == 'radio') {
that.clickNextButton();
}
}
});`
But, this code only seems to work for regular Qualtrics questions and not select boxes.
Please let me know! Thanks!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.