Not displaying a question using "Carry Forward" on a previous question | XM Community
Solved

Not displaying a question using "Carry Forward" on a previous question

  • 17 April 2018
  • 1 reply
  • 10 views

The first questions is, for example: Have you tried this flavour of ice cream?
Chocolate yes / no
Vanilla yes / no
Strawberry yes / no
Depending on the answer, the person is directed to 2 different questions using the "carry forward" function for each item. If all the answers are "Yes", how do I keep the No question from displaying?

I´m able to achieve the "not displaying" part when all answers are "no" using display logic but not the other way around.

Thanks!
icon

Best answer by bstrahin 18 April 2018, 14:58

View original

1 reply

Userlevel 7
Badge +38
If I'm understanding your use of carry forward correctly, you have two follow up questions one that carries forward the yes' and one that carries forward the no's.

If you have your first question set up in matrix format you can add display logic on Yes (Count) is greater than 0 or No (Count) is greater than 0 to get the questions to display when there are statements to carry forward. It sounds like you might only want to ask the No follow-up though if all three are responses to the first question are no? Then you should set your display logic to No (Count) is equal to 3.

So if you have 3 flavors and set your display logic as follows:
* Yes follow-up question - display if Yes (Count) is greater than 0
* No follow-up question - display if No (Count) is equal to 3

Then for each of the following cases this is how they should display:
* 3 Yes' / 0 No's = yes follow up only shows
* 2 Yes' / 1 No's = yes follow up only shows
* 1 Yes / 2 No's = yes follow up only shows
* 0 Yes' / 3 No's = no follow up only shows

Leave a Reply