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

Change Likert drag-and-frop display (statement and choices)

  • January 7, 2024
  • 1 reply
  • 31 views

Forum|alt.badge.img

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

 

1 reply

Shashi
Level 8 ●●●●●●●●
Forum|alt.badge.img+34
  • Level 8 ●●●●●●●●
  • 654 replies
  • January 7, 2024

Try below code: 

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