Using Fill in the Blank Questions that will accumulate "points"

Jul 21, 2023

Hello,

I'm building a scavenger hunt. I want the Learner to accumulate "tokens" in a treasure chest for correct answers. In the "Mission" scene of the file, there is a home screen that has a treasure chest with a variable for the Score within it.

The issue is this: I can get it to work if I am just doing a "select one" type of question by adding an "add 5 to score when user clicks shape A trigger" BUT, I cannot figure out how to add those points for a correct fill in the blank (text entry) type question. I've tried to add the five points in the correct layer when the user clicks "continue" but that won't work in either example.

Any ideas?

Thanks

5 Replies
Judy Nollet

Adding the points when the user clicks the Continue button in the Correct layer should work. Best guess: When you added the "add 5" trigger, it would have defaulted to be the last trigger for that button. That means it would come after the trigger that jumps to the next slide. And that means it will never run. (Triggers run in order. But a trigger can't run if the program has already left the slide.) 

  • If that's the case, just move the "add 5" trigger so it appears before the "jump to" trigger.
  • If that's not the case, I suggest you upload a copy of your file. That'll help someone take the guesswork out of troubleshooting. (If it's got proprietary content, just upload a copy with the text changed to ipsum lorem or some other bogus content.)
Pamela Reese

Hello. I have added some screen shots. You do need a variable for an accumulated score to go somewhere. You can see that on the screenshot with the treasure chest. The rest of the scoring is done on the "correct" layer." You can also minus points on the "incorrect" layer if you wish. I didn't do that here. Hope this helps.