How to redirect users to a previous question? | XM Community
Skip to main content
I have asked my respondents to read a message. After that, they will be asked to answer a manipulation check question. If the manipulation check question is wrongly answered, I would like to redirect my respondents to read the message again.



However, I do not know how to establish such a function. It seems the skip logic can only direct respondents to the following questions other than previous questions. The display logic cannot meet my design too.



Do you have any idea about the solutions to my problem?
There isn’t a simple answer to this. I think the best solution is to use JS to add a fake Next button and hide the real Next button. When the fake is clicked check the answer and if it is wrong click the Previous button, otherwise click the Next button.

Leave a Reply