How do I disable the respondent to continue the survey if they did not get the last question correct | XM Community
Skip to main content
What I am thinking is to save the score of that question as embedded data, and then if the answer is incorrect, branch to a new block saying 'it is a wrong answer, please go back', and hide the 'next' button by adding Javascript. Is there any alternative easier way to do that instead?
A side question..

Back button is not working between branches. How are you planning to send them back?

MsIreen you are right. I failed. What should I do instead then?


@Pei_2009 Check this topic about Table of contents
> @Pei_2009 said:

> What I am thinking is to save the score of that question as embedded data, and then if the answer is incorrect, branch to a new block saying 'it is a wrong answer, please go back', and hide the 'next' button by adding Javascript. Is there any alternative easier way to do that instead?

You could use custom validation on the last question where the valid condition is the correct answer. Then they can't move forward until they answer correctly.

Leave a Reply