Adjusting space between scale points for a matrix | XM Community
Solved

Adjusting space between scale points for a matrix

  • 25 January 2024
  • 2 replies
  • 38 views

Badge +1

Hi,

I wonder if there is a way to adjust the space between scale points so they all evenly spaced? Right now, it seems scale points with longer text will have a larger space in between (see below). 

 

Thank you in advance for your help! 

icon

Best answer by Shashi 26 January 2024, 02:25

View original

2 replies

Userlevel 6
Badge +27

 We can evenly space the columns using below JS but then scale points may overlap with each other:

jQuery("#"+this.questionId+" table.ChoiceStructure").css("table-layout","fixed");

 

Badge +1

Thank you so much @Shashi for your help! I really appreciate it! It worked!

Leave a Reply