Quiz "quick pass" and "quick fail"

Quiz "quick pass" and "quick fail"

by Jamie Zelenak-Hyre -
Number of replies: 3

We have a private client that wants to implement some changes to their exam format. They want to do a "quick pass" and "quick fail" functionality. You find this type of functionality with license or state exams.

This is when you are moving through the test and it calculates the score as each question is answered. Thereby if the student has no way to pass based on the questions they've answered thus far, the exam will end the attempt, likewise, if they've answered enough questions to have passed, it will also end the attempt. The navigation of the questions would be set to sequential. 

Example: 25 question exam where you needed 20 questions (80%) to pass it would end the test immediately whenever you got a 6th question wrong, or it would end immediately as soon as someone got 20 questions correct.

Anybody have suggestions?

Average of ratings: -
In reply to Jamie Zelenak-Hyre

Re: Quiz "quick pass" and "quick fail"

by Marcus Green -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
This functionality is not currently available in the Moodle quiz module.
In reply to Marcus Green

Re: Quiz "quick pass" and "quick fail"

by Dominique Bauer -
Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Plugin developers
If it is not sensible that savvy computer science students could uncover the unattempted questions, a quick workaround, yet probably needing to be customized for each different quiz, might be possible in JavaScript. A little fun.

A more solid and general solution would probably require the development of a new plugin. Lots of fun.