Quiz Results require different pass mark

May 29, 2023

Hi all

I am trying to set up a quiz which can be attempted twice but the pass mark for the first attempt is 80% and the pass mark for the second attempt is 90%.  I am stuck on how to do this.

any help would be appreciated.

Lesley

2 Replies
Judy Nollet

You can't change the passing score in a published course. (Well, at least, you can't without using special coding such as JavaScript.) 

Here's what you could do instead:

  • Create two separate quizzes.
  • For the 1st quiz:  Give it a passing score of 80%. If the user reaches the Success layer, they should see that they passed the course. If they reach the Failure layer, program the "Retry Quiz" button so that it actually goes to the 2nd quiz. 
  • For the 2nd quiz: Give it a passing score of 90%. 
  • You'll have to check all your PREV and NEXT buttons around the quizzes to ensure they go to the appropriate locations (e.g., that there's no way to get back to the 1st quiz if they fail it, and no way to get to the 2nd quiz if they pass the 1st one). 
  • When you're publishing, indicate in the Reporting and Tracking Options window that the 1st quiz is a Pre-Check and the 2nd quiz in the Final Assessment. 

Note: When you have a Pre-Check quiz, Storyline will mark the course as complete if the user passes the pre-check. Otherwise, Storyline will use the score from the Final Assessment.