The logic is not working | Community
Skip to main content
Answered

The logic is not working

  • February 7, 2024
  • 1 reply
  • 19 views

 

I built a logic, but when selecting one of the multiple choice options it is not directed to the next correct question, as follows:

 

 

The correct option would be after the first question, when the participant chooses one of the options, he is directed to option 5, but when he chooses this option, he is directed to option 3.The question is “what is your score”When the participant chooses grade 10, they will be directed to option 5 but they have been directed to option 3.
The logic of option 1 is like this:

 

Best answer by john.desborough

@ESCOLA CONQUER - the reason it goes to q3 is that your condition for greater than 7 is true and it is before the if = 10 statement .. the first condition the logic meets is what it acts on .. 

since the =10 is ‘more restrictive’ logic, it should go first in the order and then the other rules. 

 

try it out.. 

 

des

View original

1 reply

john.desborough
Forum|alt.badge.img+6
  • Certified Partner & Champion
  • 5317 replies
  • Answer
  • February 7, 2024

@ESCOLA CONQUER - the reason it goes to q3 is that your condition for greater than 7 is true and it is before the if = 10 statement .. the first condition the logic meets is what it acts on .. 

since the =10 is ‘more restrictive’ logic, it should go first in the order and then the other rules. 

 

try it out.. 

 

des


Reply