Solved
how to create even spacing on Likert scale with text anchors
I am using a 5-point Likert scale with a text anchor at each end. The spacing between the points is not even because of the text. Is there a way to fix this so it is visually "correct"? I make a graphic with the anchors, but the survey has to be in multiple languages so that is not a real solution.
Best answer by TomG
My answer pertained to a Matrix question, which is what I assumed when you said Likert scale. Side-by-side questions are completely different. My first suggestion is to avoid side-by-side questions when possible. However, you can use an html table like the following for the column headers:
```
<table style="width:100%"><tr><td style="text-align:left;width:50%">Left</td><td style="text-align:right;width:50%">Right</td></tr></table>
```
View original```
<table style="width:100%"><tr><td style="text-align:left;width:50%">Left</td><td style="text-align:right;width:50%">Right</td></tr></table>
```
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.