Move labels-container after statement | XM Community
Skip to main content

Move labels-container after statement

  • December 16, 2022
  • 2 replies
  • 40 views

Hi all,
I'm quite new to qualtrics and need some help. Is it possible to move the label container to show up after the statement question.
Before:
image.pngNeeded goal:
end.png

2 replies

Tom_1842
Level 8 ●●●●●●●●
Forum|alt.badge.img+28
  • Level 8 ●●●●●●●●
  • December 19, 2022

Hi there, this can be approached by creating 1 question for each statement/slider. Then, have the Question Text include what should be rated and use CSS to hide the statement text. Try adding the below to the Style section of your survey's Look & Feel:
.JFEScope .Skin .q-slider .statement-container div {
display: none !important;
}
SliderStatementHide.png


Forum|alt.badge.img+21
  • QPN Level 5 ●●●●●
  • December 19, 2022