Disabling question labels | XM Community
Skip to main content
Is there a way to disable question label ? I essentially do not want the question label to appear above this slider, instead just want to have the choice text to appear in the matrix table.
!
Use JS to hide it:
```
jQuery("#"+this.questionId+" .QuestionText").hide();
```

Hey!
thansk for your help. how can I adjust it to hide the statement labels in a matrix table?


https://community.qualtrics.com/XMcommunity/discussion/comment/43560#Comment_43560jQuery("#"+this.questionId+" .c1").hide();


Thank you TomG , this is awesome.


Leave a Reply