Logic for multiple answer question not working and goes to the same following question regardless - how to fix it? | Community
Skip to main content
Answered

Logic for multiple answer question not working and goes to the same following question regardless - how to fix it?

  • January 12, 2025
  • 3 replies
  • 28 views

Hi, I am running into a problem when creating my quiz branching logic and need help. All of my questions are multiple choice questions. Everything worked flawlessly with logic and different answers until question #10. Before this question there were up to 4 answer options. I have 8 answers in question #10 and if answer is A or B it should go to question #11, if C or D to #12, if E or F to #13 and if G or H to #14. I did the logic but the problem is that no matter what answer I choose it always goes to #11 even though branching logic is present.

I am adding print screens of logic for you to see. Questions are not in English but you can see everything through numbers and answer options anyway. 

Why logic is not working and sends me to #11 all the time and how can I fix it?

 

 

 

 

Best answer by john.desborough

@Mantas - the first thing i see is that you have AND logic condition .. so that it would have to be A and B not A or B, as you describe. 

change your logic to OR and it should work 

 

des

View original

3 replies

john.desborough
Forum|alt.badge.img+6
  • Certified Partner & Champion
  • 5270 replies
  • Answer
  • January 12, 2025

@Mantas - the first thing i see is that you have AND logic condition .. so that it would have to be A and B not A or B, as you describe. 

change your logic to OR and it should work 

 

des


  • Author
  • Explorer
  • 2 replies
  • January 13, 2025

Thank you ​@john.desborough - it worked!


john.desborough
Forum|alt.badge.img+6
  • Certified Partner & Champion
  • 5270 replies
  • January 13, 2025

glad to hear, ​@Mantas 

 

des


Reply