Can I have a label above AND below response options? | XM Community
Question

Can I have a label above AND below response options?

  • 23 June 2021
  • 3 replies
  • 28 views

Hi all,
Programming a survey here - I was wondering if in the multiple choice questions I could have a label (or a part thereof) above and below each response option 'circle' where participants eventually click. See the picture below.
Cheers,
Dennis
qualtrics_grab.PNG


3 replies

Userlevel 7
Badge +27

Hi there, the radio button can be moved to the center by adding the below CSS to the Style section of the survey's Look & Feel:
.Skin .MAHR td label.q-checkbox, .Skin .SAHR td label.q-radio {
    bottom: calc(50% - 12px) !important;
}

span.LabelWrapper label>span {
    padding-bottom: 0px !important;
}
MC_radioplacement.png

Userlevel 4
Badge +12

Hi Tom_1842
Is it possible i we can add this CSS in a particular question? Bwcase what I think is if add this in Survey's Look & Feel, It will change globally in survey.

Userlevel 7
Badge +27

Hi dipeshsingh It is indeed possible. I sometimes refer to this post for the couple ways I know about to apply CSS to specific questions or pages. For this one, try updating the Question Text using the Rich Content Editor's HTML/Source view "<>" with the below:

Click to write question text

Leave a Reply