Forum Discussion
ColinL
10 months agoCommunity Member
triggers comparing different variables
I'm starting and finishing my e-learning with an exercise where the learner rates how confident they are with using certain terminology.
At the end of the learning, after having rated the terms a...
JudyNollet
10 months agoSuper Hero
Here's a way to do it with one trigger:
- Have the trigger show the "Congratulations" text with the condition that variable 2 > variable 1.
- Add an "Else" statement that shows the alternate text. (That text will then show when the condition isn't met, that is, when variable 2 ≤ variable 1.)
There are different ways to "show" the of text. For example, the versions could be on different layers or in different states. That's a matter of preference.
The final trigger will look something like this:
Note: In the Trigger Wizard, each item with a dashed underline is editable. So if you don't see the option you want, look for it by clicking editable items in that part of the trigger.