How to use Skip Logic Based on answer from Matrix Table Likert Questions | XM Community
Skip to main content
Solved

How to use Skip Logic Based on answer from Matrix Table Likert Questions

  • July 10, 2019
  • 2 replies
  • 115 views

We want to use the everyday discrimination measure. It's a likert scored set of questions. If someone answers any of the questions sets with "more than once a year" or more, they should receive a follow-up question. If not, they should skip the follow-up question. How can I implement this?

Best answer by TomG

Add display logic to the follow-up question to display if "more than once a year" count is greater than 0. If there are any "or more" scale points, use the same count > 0 condition and OR them together. If you want the follow-up on the same page, check "In Page". If not, add a page break after the matrix.

2 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6083 replies
  • Answer
  • July 10, 2019
Add display logic to the follow-up question to display if "more than once a year" count is greater than 0. If there are any "or more" scale points, use the same count > 0 condition and OR them together. If you want the follow-up on the same page, check "In Page". If not, add a page break after the matrix.

  • Author
  • 1 reply
  • July 11, 2019
Thank you, this worked!