At this point, the Next button is hidden and it's not ever going to appear. So to ensure that the Next button appears only after the learner earned a perfect score of 100%, I created another trigger.
From the Actions drop-down menu, I chose Change state of. From the On Object drop-down menu, I choose Next Button again only this time I changed the button's State from Hidden to Normal.
Because I was using a Variable named "percentage" to display the percentage of correct answers, I chose Variable changes from the When drop-down menu and then selected the percentage Variable.
I only want the Next button to appear if learners get 100% after playing the game. That requires a quick condition. I clicked the Show Conditions button and added a new condition. From the List area, I selected Variables, from the Operator drop-down menu I chose Equal to. And lastly, from the Type drop-down menu, I set the Value to 100.
Comments