-
Bug
-
Resolution: Fixed
-
Minor
-
2.8.3
-
MOODLE_28_STABLE
-
MOODLE_28_STABLE
-
MDL-49160-master -
If you have outcomes enabled for a quiz, and you activate activity completion - passing grade, when the completes the quiz (or a teacher goes to manually grade items), the error "Found more than one record in fetch() !" is thrown.
This is because quiz_get_completion_state does not provide enough restrictions on grade_item::fetch to make sure it is getting the true grade item, not the outcome grade items.