Add label above scale in multiple choice question | XM Community
Solved

Add label above scale in multiple choice question

  • 15 October 2018
  • 4 replies
  • 372 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!

!
icon

Best answer by Anonymous 15 October 2018, 11:53

View original

4 replies

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:
!
Thanks a lot!
Userlevel 2
Badge +3
I know this one is old, but how would you make this work on a phone?
Badge

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

 

Leave a Reply