Forum Discussion
Conditional Triggers for Partially correct answers
As you know, the correct layer always works. What is making only one of the partially correct and incorrect layers show is that both are always true, so both show, with the second one hiding the first. So if you change the order, you get what appears to be different results.
When this trigger is evaluated, If H1 is selected, the whole if sequence is evaluated as true, and the trigger fires.
If H2 is selected, the whole if sequence is evaluated as true, and the trigger fires.
If H3 is selected and H4 is selected, the whole if sequence is evaluated as true, and the trigger fires.
Do you see how the "and" connects only the H3 and H4 highlights, and the other two are independent?
The incorrect layer is the same. H1 and H2 are independent. Either one of them being selected makes the condition evaluate as true, while H3 is true only if H4 is also false.
Try writing them like the attached sample.
Related Content
- 7 months ago
- 2 months ago
- 6 months ago
- 12 months ago