Inserting vertical lines for questions | XM Community
Solved

Inserting vertical lines for questions

  • 18 February 2019
  • 4 replies
  • 37 views

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
icon

Best answer by TomG 18 February 2019, 14:35

View original

4 replies

Userlevel 7
Badge +33
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
Userlevel 7
Badge +27
Try this:
```
jQuery("th, td").css("border-right","1px solid gray");
```
Thank you for your help - it worked!

Leave a Reply