Answered

The logic is not working

  • 7 February 2024
  • 1 reply
  • 13 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:

 

icon

Best answer by john.desborough 7 February 2024, 14:42

View original

1 reply

Userlevel 7
Badge +6

@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