Forum Discussion
Storyline Help Needed to Build an Interactive Quiz
In this template, there is exactly such an element. And it is also related to the traffic rules)
In short:
We create a logical variable for each correct answer. Initially, the value of these variables is false, after the user has found a violation, we assign the variable the value true.
Now we need to decide how we will provide hints. In my opinion, there are 2 ways.
1. We can give hints with text "Pay attention to the goose crossing the road!".
2. Highlighting the object on the screen.
If we choose the first option, then everything is very simple. Create a text field with 7 states (one for each hint). And we write 7 triggers. When clicking on the "get a hint" button, we change the state of the text field to "1" if the variable "answer1" is equal to false (i.e. if the user did not find the first mistake). We create similar triggers for all hints.
Whoa! This is intense! I'm going to have to play around with this, but I genuinely appreciate the logic here as well as your effort.