How to have different headers for each statement in MATRIX type question? | XM Community
Question

How to have different headers for each statement in MATRIX type question?

  • 3 October 2023
  • 2 replies
  • 181 views

Userlevel 3
Badge +13

Hello,

Is it possible to create a question with different headers for each survey item? Repeat header checkbox allows me to repeat them but they all need to be same (as shown in the picture below).

 

Is it possible have different headers? Is a matrix question the wrong option? Can anyone please help out? Alternate suggestions to Matrix-type questions (if not possible) are also appreciated. I have a total of 12 statements, each with 5 options.


2 replies

Userlevel 6
Badge +28

Please try below setup to achieve as above:

 

Add below script from 2nd question:

Add below script to remove the extra space after each question:

.Skin .QuestionOuter{  padding-bottom: 0px !important; }

.Skin .Matrix .QuestionBody, .Skin .SBS .QuestionBody{ padding-bottom:0px !important; }

Final Output:

 

Userlevel 1
Badge +3

Hi @rochak_khandelwal 

 

I understand that you want to have different header names for every statement in Matrix question.

In the left side pane options, under the “Format” option you can set it to “Profile” instead of “standard likert” type. This will enable headers for all statement while you can edit the names of your choice.

 

Please see below Screen shots for your reference. Hope it helps!

 

 

Leave a Reply