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

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

  • 26 October 2018
  • 3 replies
  • 16 views

Badge +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.
icon

Best answer by Anonymous 26 October 2018, 20:29

View original

3 replies

Userlevel 7
Badge +27
Are your questions single select or multi select?
Badge +1
single select
Hello @Christaann ,

Paste the below code in the js(onReady)

`jQuery("#"+this.questionId).css("pointer-events","none");`

Leave a Reply