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!
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.