-
Improvement
-
Resolution: Fixed
-
Blocker
-
4.1.1
-
MOODLE_401_STABLE
-
MOODLE_402_STABLE
-
Sitting in lib.php and locallib.php, there are a bunch of fuctions related to computing the grade for the quiz. (Either computing the grade for one attempt based on the grades of individual attempts, or computing the final grade for the quiz from the separate attempt grades.)
All this code would be better grouped into an autoloaded class.