I have created multiple choice question in EX which includes 50 choices. Format is list with multiple answer choice.
Created a block for each choice i.e 50 blocks for 50 choices.
I would like to move to the block as soon as I click on that particular choice.
Currently, I have to scroll down and click on next which is not a good user experience.
Please anyone help me on this.
Thanks!
Best answer by vgayraud
I don’t understand your request then, how can you know when to auto-advance if you allow multiple answers?
Code to auto-advance in a multiple answers question would be the following, but it’ll advance as soon as you click one answer, and therefore you cannot have multiple answers.
Qualtrics.SurveyEngine.addOnReady(function() {
var that = this; this.questionclick = function(event,element){ if (element.type == 'checkbox') { that.clickNextButton(); } }
Did you try this motion feature under look and feel option.
But make sure, Autoadvance of Pages will enable the back button of the survey. If you want to hide back button then you will need to use CSS or if you want to apply auto advance at first question only. Then you can use JS to auto click next button after selecting any radio option.
I don’t understand your request then, how can you know when to auto-advance if you allow multiple answers?
Code to auto-advance in a multiple answers question would be the following, but it’ll advance as soon as you click one answer, and therefore you cannot have multiple answers.
Qualtrics.SurveyEngine.addOnReady(function() {
var that = this; this.questionclick = function(event,element){ if (element.type == 'checkbox') { that.clickNextButton(); } }
Did you try this motion feature under look and feel option.
But make sure, Autoadvance of Pages will enable the back button of the survey. If you want to hide back button then you will need to use CSS or if you want to apply auto advance at first question only. Then you can use JS to auto click next button after selecting any radio option.
Hello @ArunDubey
I am currently working on a survey where I’ve activated the autoadvance on pages whiwh enables a back button please can you help me disable this back button I’m not a JavaScript expert unfortunately.
Did you try this motion feature under look and feel option.
But make sure, Autoadvance of Pages will enable the back button of the survey. If you want to hide back button then you will need to use CSS or if you want to apply auto advance at first question only. Then you can use JS to auto click next button after selecting any radio option.
Hello @ArunDubey
I am currently working on a survey where I’ve activated the autoadvance on pages whiwh enables a back button please can you help me disable this back button I’m not a JavaScript expert unfortunately.
Thanks in adavance !
Click on Look & Feel » General » Header (edit)
Then click on source under header popup. Then paste below code under it and test it.
Last question ahah I have stars rating questions in my survey and because of my background image I feel like we don’t see the stars really well, do you know by any chance how I can highlighted them or put square around them or have bigger stars ?