Displaying slider value/scale point on multiple statements | XM Community
Skip to main content

Two questions:
1) is there a way to move the scale point below the statement text rather than displaying it on top?
2) is there a way to how the scale points on every statement or lock it to the top of screen for this question? I have 14 statements and would like to display the reference.

 

 

I don’t have the answers for you, but a little different format option if you aren’t having to do a slider bar; when we have repeated scales, we typically present the question in a Matrix format and that has worked well for us (and you can repeat the headers if needed):

 

I hope you find your answers with the slider scale!


Yeah, unfortunately they are set on having sliders.


@kgillis,

You can do this:

Qualtrics.SurveyEngine.addOnload(function() {
var q = jQuery(this.questionContainer), labels = q.find("ul.labels");
q.find(".statement-container").each(function() { labels.clone().insertAfter(jQuery(this)); });
labels.hide();
});

 


Leave a Reply