Forum Discussion
Triggers on Slide Layer for Object don't seem to be executing top to bottom
Hi,
Thank you for your response. I'm attaching an abbreviated .story file. The issue is that the first trigger isn't executed, the third one is instead. It's as if the triggers are executing bottom up. I changed the Or to And in the third trigger so that it evaluates to false, and then the first trigger executed as intended. My slides are set to reset to initial state and user must click Next to move from slide to slide. I'm stumped.
Test Case: 4 pre-test questions (Answers: C, A, D, B). If questions 2 & 3 are answered incorrectly, then the user moves to 1.12, 1.13, 1.14 and 1.15. The triggers on 1.14 should have the user move to 1.15 (top trigger) but instead the user goes to 1.18 (bottom trigger). Similar thing happens if the user answers questions 3 & 4 incorrectly. Should go 1.12, 1.13, 1.15, 1.16. The triggers on 1.15 should move the use to 1.16 (top trigger) but instead they move to 1.18(bottom trigger).