How to display a question but not to allow participants to answer? | XM Community
Solved

How to display a question but not to allow participants to answer?

  • 18 February 2021
  • 1 reply
  • 35 views

Hi,
I want to display a question to the participants in my survey but I do not want them to respond or select an answer. I want the question to be displayed but not being able to answer by the participants.
Screenshot 2021-02-18 114704.pngSo, I want it to be displayed like this but not allow to answer. Instead, I want the participants to move to the next question. However, I do not want this question to hide from the participants. Thats why I do not want to use logic and skip this question. Rather, I want to display it but block from answering it.
Please help, if anyone know how can I do that?

Regards,
Mehedi.

icon

Best answer by ahmedA 18 February 2021, 12:50

View original

1 reply

Userlevel 7
Badge +21

Add this to your question JS:

this.getQuestionContainer().style.pointerEvents = "none";

Leave a Reply