Formatting the Constant Sum Question 2 | XM Community
Skip to main content

My second question on how to format the Constant Sum Question.

This “Vertical” format puts my labels far on the left of the screen, and my answer boxes far on the right.  On a normal computer screen, they are nowhere near each other, even though they are aligned horizontally.

Is there some way to put the answer boxes over near the labels, so you can more easily see which one you are answering?

An acceptable alternative would be to put in a horizontal like going all the way across the screen, from the label to the answer box.

OR, horizontal color strips or highlights, so you can easily match up the question with what you are answering.

 

Thanks in advance. 

 

We can use below JS in verticle alignment to give background color to alternate rows:

jQuery(".Selection.ReadableAlt").css("background","#d6d6d6");

 


Thank you very much Shashi. I will try this.


Leave a Reply