Inserting vertical lines for questions | XM Community
Skip to main content
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
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"); ```
Thank you for your help - it worked!