I want to remove the next button and replace it with the answers as the next button instead. Essentially, when a customer answers the survey on our website, they'll only need to click on the answers instead of clicking the answer and next button to bring you to the next question.
I've tried hiding the next button on Advanced CSS but the answers won't be captured due to disabling the next button.
I've also tried the javascript below but i didn't want my customers who are answering the questions to be waiting for 5 seconds for every single answer.
Qualtrics.SurveyEngine.addOnReady(function()
{
var that = this;
var allowedTime = 5 //Set this to the time allowed on page
setTimeout(function(){
console.log('Now!!');
that.clickNextButton();
}, allowedTime * 1000 );
});
Can someone help me? I don't have any Javascript background and have called the support team in Qualtrics but no one have got a solution to it.
Page 1 / 1
@EmilyG, I think this discussion has what you are looking for. I too have no Javascript knowledge and was able to get this working by following the post.
https://www.qualtrics.com/community/discussion/14/how-to-set-auto-advance-on-my-survey#latest
https://www.qualtrics.com/community/discussion/14/how-to-set-auto-advance-on-my-survey#latest
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.