Can I have a label above AND below response options? | XM Community
Skip to main content
Question

Can I have a label above AND below response options?

  • June 23, 2021
  • 3 replies
  • 102 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

Tom_1842
Level 8 ●●●●●●●●
Forum|alt.badge.img+28
  • Level 8 ●●●●●●●●
  • January 13, 2023

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


dipeshsingh
Level 2 ●●
Forum|alt.badge.img+12
  • Level 2 ●●
  • January 14, 2023

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.


Tom_1842
Level 8 ●●●●●●●●
Forum|alt.badge.img+28
  • Level 8 ●●●●●●●●
  • January 14, 2023

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