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

How to remove label (radio button) when using a graphic in a multiple choice?

  • January 10, 2023
  • 5 replies
  • 340 views

Forum|alt.badge.img+1

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.

5 replies

Deepak
QPN Level 8 ●●●●●●●●
Forum|alt.badge.img+46
  • January 10, 2023

Forum|alt.badge.img+1
  • Author
  • January 10, 2023

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.


Deepak
QPN Level 8 ●●●●●●●●
Forum|alt.badge.img+46
  • January 11, 2023

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


Forum|alt.badge.img+1
  • Author
  • January 11, 2023

That's exactly what I need Deepak


Deepak
QPN Level 8 ●●●●●●●●
Forum|alt.badge.img+46
  • January 11, 2023

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