Forum Discussion
DaphneHengst-5a
10 months agoCommunity Member
How to pauze e-learning when you have a score system?
Hello everyone, I made an e-learning about cyberhygiene where the user has to complete six chapters and earn puzzle pieces to complete the course. Once a learning starts with a chapter, I lock it ...
JudyNollet
10 months agoSuper Hero
There's an easy way to prevent someone from getting >1 puzzle piece from a scene: add a condition to the trigger that adds 1 to the Puzzle_Collected variable.
It looks like you already have T/F variables tracking the scenes. So the "add 1" could use that to determine whether or not to award another point. Here's an example:
You could also change the message on the last slide of the scenes. For example, the text-box that says "You have collected a puzzle piece!" could have a custom state that says "You already collected the puzzle piece for this chapter."
- Use a trigger that changes to that state when the timeline starts with the condition that the associated variable = True.
- Be sure to put that trigger before the trigger that sets the variable to True. That will ensure the user sees the Normal message the first time.
Related Content
- 11 months ago