Multiple choice and matrix table default responses unable to be changed? | XM Community
Skip to main content
Solved

Multiple choice and matrix table default responses unable to be changed?


Christaann
Forum|alt.badge.img+1
I there a way for a default response to a multiple choice and/or a matrix table to be locked for editing by respondents (i.e., read only)? For example, I want a response option in a multiple choice question to be selected and unable to be changed by respondents.

Best answer by Anonymous

Hello @Christaann , Paste the below code in the js(onReady) `jQuery("#"+this.questionId).css("pointer-events","none");`
View original

3 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 5926 replies
  • October 26, 2018
Are your questions single select or multi select?

Christaann
Forum|alt.badge.img+1
  • Author
  • 7 replies
  • October 26, 2018
single select

  • 0 replies
  • Answer
  • October 26, 2018
Hello @Christaann , Paste the below code in the js(onReady) `jQuery("#"+this.questionId).css("pointer-events","none");`

Leave a Reply