How do I change the spacings between the scale points in a bipolar likert scale? | XM Community
Skip to main content
Solved

How do I change the spacings between the scale points in a bipolar likert scale?

  • December 17, 2021
  • 4 replies
  • 261 views

Forum|alt.badge.img+1

Bildschirmfoto 2021-12-17 um 12.35.55.pngHi, I'm trying to change (decrease and increase) the spacings between the scale points in a bipolar likert scale. Does anyone know how that works?

Best answer by rondev

Try this JS and adjust px as required:
jQuery(".Skin .Matrix .Bipolar tr.ChoiceRow td").css({"padding-right":"30px","padding-left":"30px"});

4 replies

rondev
Level 6 ●●●●●●
Forum|alt.badge.img+22
  • Level 6 ●●●●●●
  • 1450 replies
  • Answer
  • December 25, 2021

Try this JS and adjust px as required:
jQuery(".Skin .Matrix .Bipolar tr.ChoiceRow td").css({"padding-right":"30px","padding-left":"30px"});


Forum|alt.badge.img+1
  • Author
  • 1 reply
  • December 26, 2021

rondev it worked, thank you so much!


Forum|alt.badge.img+2
  • 17 replies
  • January 18, 2022

https://community.qualtrics.com/XMcommunity/discussion/comment/42543#Comment_42543Any chance this can be altered to work on the slider question?


rochak_khandelwal
Level 5 ●●●●●
Forum|alt.badge.img+31
  • Level 5 ●●●●●
  • 170 replies
  • July 16, 2024

Try this JS and adjust px as required:
jQuery(".Skin .Matrix .Bipolar tr.ChoiceRow td").css({"padding-right":"30px","padding-left":"30px"});

 

@rondev - Hi. Thanks for the solution. This is working for me however is resulting in mis-alignment between labels and scale points. In the image below you can see 1 and 6 shifting far out from the points below.
Can you please suggest a way out of this issue. 


Thanks in advance!