Format Slider Labels to flank the bar | XM Community
Question

Format Slider Labels to flank the bar

  • 8 January 2020
  • 0 replies
  • 5 views

Badge
Hi there,

I'd like to know who to get the labels on this slider question to show up at the right and left side of the bar not below it.

https://fastconsulting.ca1.qualtrics.com/jfe/form/SV_1YQxaOwVigxtClf

I found this code in the support forum but am wondering if there is a version that will put the labels beside the question?

Qualtrics.SurveyEngine.addOnReady(function()
{
/*Place your JavaScript here to run when the page is fully displayed*/

jQuery("#"+this.questionId+" td.BarOuter").css("padding-bottom", "10px");
jQuery("#"+this.questionId+" ul.labels").insertAfter("#"+this.questionId+" div.slider-container");

});

0 replies

Be the first to reply!

Leave a Reply