How to override a quiz result?

May 10, 2023

I am trying to create a bingo game, with random draw. I have 25 questions, and if they get any five in a row correct, they win bingo. There is really no way to set a pass rate, because they could obtain a badge with any amount of wrong questions as long as they have the specific five in a row right. In order for Articulate to work with my LMS (D2L), I have to pass back a percentage pass rate to the LMS. I tried using pass/fail and that didn't work with the LMS.

So, I created a trigger to set the quiz results score to 100 if they get 5 in a row. This is not working.

Is there any way to override the quiz result and change it to 100?

1 Reply
Judy Nollet

The simplest solution: Use a completion trigger that runs when the user gets bingo. 

Another (more complicated) option is to trick the program into providing the 100% score.

  • Set up a graded multiple-choice question with two possible responses (e.g., Pass or Fail). 
    • Disguise the question however you want. For example, the responses could be hidden behind your bingo card (depending on how your project is set up). Or, if you create a Freeform Pick One, the two objects/responses could be placed off the slide. 
    • Adjust the question so it doesn't provide immediate feedback.
  • Add a trigger that changes the state of the "Pass" response to Selected with the condition(s) that the user got bingo, followed by a trigger that submits the question. 
    • You'll have to figure out when this should occur based on how your project is set up and what else should happen with the slide.
  • Have the Results slide use that as the only scored question.