Advanced action doesn't work when I add a second decision block
I'm trying to write an advanced action in Captivate 8. In answer to a question about points, the user will type a number in a text entry box. When they submit, the advanced action will evaluate the number. If it's 10, the program should jump to a slide that shows that 10 is the correct answer. (When I do just that in a single decision block, it works.)
However, the full advanced action needs to evaluate whether the entered value is higher or lower than 10, and then send the user back to the question slide and display an appropriate message. When I add that part in a second decision block, the advanced action performs as intended if an incorrect value is entered, but doesn't work if the correct value is entered. It just displays the question slide again.
Here's the code:

Any ideas about what I'm doing wrong? Should there be an ELSE statement in the first decision block? I tried using Continue there, but that didn't help.
-Stuart
