Removing Next Button and having the answers as next button | XM Community
Solved

Removing Next Button and having the answers as next button

  • 24 May 2018
  • 1 reply
  • 84 views

Badge
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.
icon

Best answer by uhrxx005 24 May 2018, 16:30

View original

1 reply

Userlevel 6
Badge +5
@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

Leave a Reply