Add label above scale in multiple choice question | XM Community
Skip to main content
Solved

Add label above scale in multiple choice question

  • October 15, 2018
  • 4 replies
  • 615 views

Hello, I'm working in a horizontal multiple choice question. The question is similar to the NPS question with a scale from 1 (very satisfied) to 5 (not at all satisfied). I would like to display the labels above the actual scale. So basically, I would like to have a similar layout to the NPS question. Is there a way to custom code this? Many thanks in advance! !

Best answer by Anonymous

Hello @Melissa , You can achieve the requirement in the desktop view with following answer: In the Rich content editor -> source(<>) option paste the following code `<p>Your Question Goes Here</p><br /> <div style="float:left">Very satisfied</div> <div style="float:right">Not at all satisfied</div>` output: !
View original

4 replies

  • 0 replies
  • Answer
  • October 15, 2018
Hello @Melissa , You can achieve the requirement in the desktop view with following answer: In the Rich content editor -> source(<>) option paste the following code `<p>Your Question Goes Here</p><br /> <div style="float:left">Very satisfied</div> <div style="float:right">Not at all satisfied</div>` output: !

  • Author
  • 9 replies
  • October 15, 2018
Thanks a lot!

MikeB
Level 1 ●
Forum|alt.badge.img+3
  • Level 1 ●
  • 22 replies
  • April 30, 2019
I know this one is old, but how would you make this work on a phone?

Forum|alt.badge.img
  • 1 reply
  • April 20, 2023

Hi, I’m trying to replicate this but it doesn’t work

 


Leave a Reply