Somehow the theory section is stuck on 77% and 89% on workflow despite repeated attempts. At first I thought it was because I misread the instructions for the IF block on whether to have the added if statement to be an AND or an OR. The choices at the end seemed like the IF block should be an OR but then the total I got on workflow was my lowest score 44%
Is there a problem or bug on computing the scores or in the picking of the choices? 
If it was an AND logic… I think changes to letter B is needed
If it was an OR logic… I’d understand it to be C
But given I tested the OR path and got 44%, I think it was meant to be an AND instead, right? no?
UID: c8d6f5f09e00207068c409f7b437ce3d
Troubleshooting Level 1/2 Logic: IF Node Precision & Score Calibration
Hi Chriscent,
It sounds like you are hitting a wall that many of us have faced during the certification process.
The fact that your score dropped to 44% when you switched to OR logic is the biggest clue. In the context of these exams, the grading bot is looking for very high precision. When you use an OR statement, you are likely allowing “false positive” data to pass through the filter, which causes the workflow output to differ from the expected result.
But that’s the thing, I already tried all the answers, even the wrong answers, but it just won’t budget above 77%… maybe I’ll just try the level 2 quiz instead.
Hi,
I think I’m running into the exact same issue as you. I’m also stuck around the same stage and the results don’t seem to match the quiz answers.
I followed the exercise instructions and used an AND condition in the IF node (status = “processing” AND employee = “Mario”). The logic works as expected, but when I look at the quiz questions, none of the answers seem to correspond to what the FALSE branch actually returns.
Like you, I also had the impression that the quiz might be expecting a different logic (maybe OR), but switching to OR breaks the workflow results.
So it feels like there’s a mismatch between:
1 Like