Adjusting space between scale points for a matrix | XM Community
Skip to main content

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! 

 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");

 


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


Leave a Reply