How to redirect users to a previous question? | XM Community
Skip to main content
Solved

How to redirect users to a previous question?

  • January 26, 2019
  • 1 reply
  • 75 views

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?

Best answer by TomG

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.

1 reply

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6083 replies
  • Answer
  • January 27, 2019
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.