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

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

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


Hi xDeckers ,
Have you gone through the below thread? It might help..
https://community.qualtrics.com/XMcommunity/discussion/3294/move-slider-labels-below-choices


Leave a Reply