Quiz "quick pass" and "quick fail"

Quiz "quick pass" and "quick fail"

Jamie Zelenak-Hyre -
回帖数: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?

回复Jamie Zelenak-Hyre

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

Marcus Green -
Core developers的头像 Particularly helpful Moodlers的头像 Plugin developers的头像 Testers的头像
This functionality is not currently available in the Moodle quiz module.
回复Marcus Green

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

Dominique Bauer -
Documentation writers的头像 Particularly helpful Moodlers的头像 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.