Is there a way to insert a vertical divider in a question? | XM Community
Solved

Is there a way to insert a vertical divider in a question?



Show first post

28 replies

> @akshay11 said:
> Hello @kasiao ,
>
> Add following line in javascript of that question:
>
> document.getElementsByClassName("ChoiceStructure")[0].setAttribute("rules","cols");

Thanks. It doesn't do anything. Should I configure some value?
Badge +1
Hello @kasiao ,

Add following line in javascript of that question:

document.getElementsByClassName("ChoiceStructure")[0].setAttribute("rules","cols");
Userlevel 7
Badge +27
Yes, use this script.

Leave a Reply