Hi,
I was just wondering how do insert vertical lines for questions on a likert scale with 4 and 3 responses to look like this e.g.
Not True | Somewhat True | Mostly True
Any help would be appreciated!
Thanks
Page 1 / 1
Do you want to insert these in scales. you can choose matrix question for this and keep these options as a scale.
I put them as matrix, as side-by-side made all the columns aligned unevenly, but I want to put extra vertical dividers to make it easier to read f
Try this:
```
jQuery("th, td").css("border-right","1px solid gray");
```
```
jQuery("th, td").css("border-right","1px solid gray");
```
Thank you for your help - it worked!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.