How to remove label (radio button) when using a graphic in a multiple choice? | XM Community
Skip to main content

I'm building a survey using graphics in a multiple choice question, but I cannot hide the label (radio button) for the graphic, how can I do that?
Screen Shot 2023-01-10 at 11.49.39 AM.pngIdeally I just want to be able to select a thumbs up or thumbs down.

https://community.qualtrics.com/XMcommunity/discussion/23510/how-to-remove-label-radio-button-when-using-a-graphic-in-a-multiple-choiceTry changing the layout of Survey within look and feel.
Hope it helps!


Sorry, that's not something you can do through look and feel. At least not in my case.
I've been looking around and apparently you can hide it using JS but I haven't found the right way of doing it.
Something like this:
this
.getQuestionContainer()
.querySelectorAll("[class^='q-']")
.forEach(button => button.hide());
But it doesn't work for me. I'm no expert in JS.


https://community.qualtrics.com/XMcommunity/discussion/comment/53896#Comment_53896Not sure, if I am understanding it correctly. Do you need something like this?
image.png


That's exactly what I need Deepak


https://community.qualtrics.com/XMcommunity/discussion/comment/53934#Comment_53934The answer remains same change the layout within look and feel to modern.


Leave a Reply