Forum Discussion
ColinL
9 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...
WaltHamilton
9 months agoSuper Hero
Decide what you want to do with scores that don’t change. If you want to use Judy’s trigger, you will need to word the feedback to include both worse, and equal scores. If you want unchanged feedback included with improved scores, you need to change the trigger to “if numb2 is greater than or equal to numb1”. If you want separate feedback for unchanged scores, you need three triggers; the “else” part won’t work. You need one trigger with the condition “ > show feedback1”, one with the condition “ >=show feedback2”, and one with the condition “ < show feedback3”