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!
!
Page 1 / 1
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:
!
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
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.