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

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

  • September 26, 2023
  • 5 replies
  • 592 views

Forum|alt.badge.img+1

Hi, I'm trying to change (decrease and increase) the spacings between the scale points in a matrix  likert scale. Does anyone know how that works? 

5 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 5911 replies
  • September 26, 2023

There are a few of different things that impact it:

  1. The width of the statement column
  2. The width attribute of the cells in the tr.answers row
  3. The left/right padding of the cells the tr.answers row
  4. The font size of the text in those cells

Forum|alt.badge.img+2
  • 17 replies
  • September 28, 2023

To change spacing in Qualtrics Likert scale matrix: Edit the question, go to "Customize," adjust "Vertical" and "Horizontal Spacing." Save changes.


rgupta15
Level 4 ●●●●
Forum|alt.badge.img+8
  • Level 4 ●●●●
  • 92 replies
  • October 1, 2023

The easiest way would be to change it’s width using ‘%’ operator to maintain it throughout devices or any device like below:

jQuery('.c4').css('width','5%')


Forum|alt.badge.img+2
  • 5 replies
  • March 21, 2024
Sameer.65 wrote:

To change spacing in Qualtrics Likert scale matrix: Edit the question, go to "Customize," adjust "Vertical" and "Horizontal Spacing." Save changes.

Where do you find “Customize”? Could you perhaps show with a print screen? I can’t seem to find it. Thanks!


Forum|alt.badge.img+2
  • 5 replies
  • March 22, 2024
TimmyK wrote:
Sameer.65 wrote:

To change spacing in Qualtrics Likert scale matrix: Edit the question, go to "Customize," adjust "Vertical" and "Horizontal Spacing." Save changes.

Where do you find “Customize”? Could you perhaps show with a print screen? I can’t seem to find it. Thanks!

Tagging @Sameer.65


Leave a Reply