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

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

  • 18 February 2021
  • 1 reply
  • 60 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.

Best answer by ahmedA

Add this to your question JS:

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

View original

1 reply

Forum|alt.badge.img+22
  • Level 7 ●●●●●●●
  • 1966 replies
  • Answer
  • February 18, 2021

Add this to your question JS:

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


Leave a Reply