Add label above scale in multiple choice question | XM Community
Skip to main content
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! !
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!
I know this one is old, but how would you make this work on a phone?

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