Change Likert drag-and-frop display (statement and choices) | XM Community
Skip to main content

I have a Likert drag-and-drop question on Qualtrics, with 2 statements and 2 choices.

I need the statements displayed on the right side of the answer boxes (The survey is in Hebrew), and the answer boxes to be horizontal instead of vertical.

Is there a Code that can help me do so? 

Thank you!

 

This is what it looks like now

 

 

And this is what I want it to look like

 

Try below code: 

jQuery("#"+this.questionId+" .Answers").insertBefore("#"+this.questionId+" .Choices")

 


Leave a Reply