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.
!
Page 1 / 1
Use JS to hide it:
```
jQuery("#"+this.questionId+" .QuestionText").hide();
```
```
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.