Adding a display logic into the matrix itself | XM Community
Skip to main content
Solved

Adding a display logic into the matrix itself

  • February 28, 2024
  • 3 replies
  • 193 views

Forum|alt.badge.img

Hi everyone.

In a matrix question, I want the second statement to appear only if “Somewhat agree” or “Strongly agree” are selected in the first statement - so is it possible to add a display logic in the matrix itself? If it is, how???

Thank you!

Best answer by TomG

@judith_cg - There is no built-in functionality to display matrix rows based on the answers to other matrix rows.

You could write JavaScript to do it, but I’m not convinced it is a good idea because (1) it could be confusing for the respondent and (2) it would make validation complicated (e.g., you couldn’t use force response).

3 replies

Sachin Nandikol
QPN Level 6 ●●●●●●
Forum|alt.badge.img+44
  • QPN Level 6 ●●●●●●
  • 530 replies
  • February 29, 2024

Hello @judith_cg

Please follow the steps outlined in the provided link:

Setting Answer Choice Display Logic

 

Let me know if this helps.


MatthewM
Level 6 ●●●●●●
Forum|alt.badge.img+30
  • Level 6 ●●●●●●
  • 1084 replies
  • February 29, 2024

The Qualtrics support page does not show how this looks in a Matrix statement display logic. See below for an example from a Matrix Q.

 


TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6083 replies
  • Answer
  • February 29, 2024

@judith_cg - There is no built-in functionality to display matrix rows based on the answers to other matrix rows.

You could write JavaScript to do it, but I’m not convinced it is a good idea because (1) it could be confusing for the respondent and (2) it would make validation complicated (e.g., you couldn’t use force response).