Lock in Reponses | XM Community
Question

Lock in Reponses

  • 27 July 2021
  • 1 reply
  • 5 views

I have a task that asks participants a series of binary choices using loop & merge. I would like them to only be allowed to select a response once so if they change their mind it is not possible to select the other response option.


1 reply

Badge

You can directly press the Next Button (auto proceed the participants) using jQuery, when they select any answer in single select question. Hide the next button initially and when any of the eq has value as "1", press the next button in the backend. They will directly go to the next question.

Leave a Reply