Matrix statement settings | XM Community
Skip to main content
Solved

Matrix statement settings


Forum|alt.badge.img+1

I am creating a survey in Hebrew and I need the statements in the matrix table question to be on the right side of the answer choices.  Does anyone know how to do that?  I was told by Qualtrics support I might be able to find the answer here.

Best answer by Appzk

Below setup can help:

Add the below script in question text:

<style>
.Skin .Matrix .Bipolar td.AnswerRight, .Skin .Matrix .Bipolar th.AnswerRight {

    display: none;
}</style>

View original

4 replies

Appzk
QPN Level 5 ●●●●●
Forum|alt.badge.img+34
  • QPN Level 5 ●●●●●
  • 277 replies
  • Answer
  • June 7, 2024

Below setup can help:

Add the below script in question text:

<style>
.Skin .Matrix .Bipolar td.AnswerRight, .Skin .Matrix .Bipolar th.AnswerRight {

    display: none;
}</style>


Forum|alt.badge.img+1
  • Author
  • 2 replies
  • June 7, 2024

Thank you for your response.  I need the statements to be on the right side only. The circled area in the screenshot below is what I need on the right side of the answer choices. 

 


Appzk
QPN Level 5 ●●●●●
Forum|alt.badge.img+34
  • QPN Level 5 ●●●●●
  • 277 replies
  • June 10, 2024

Try changing the alignment of the text.

If you can share the screenshot of the final output on what you are looking for will help.


Forum|alt.badge.img+1
  • Author
  • 2 replies
  • June 10, 2024

Hi Appzk,

I got it to work!  I looked at your screenshot again and realized I didn’t set the matrix type to bipolar.  As soon as I did that it worked perfect.  Thank you so much for your help.