Multiple choice and matrix table default responses unable to be changed? | XM Community
Skip to main content
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.
Are your questions single select or multi select?
single select
Hello @Christaann ,



Paste the below code in the js(onReady)



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

Leave a Reply