MDL-27747 questions remove all references to the recently deprecated get_grade_options()

This commit is contained in:
Tim Hunt
2011-06-07 14:00:07 +01:00
parent af2f98ee39
commit 92111e8d2c
8 changed files with 8 additions and 17 deletions
+1 -2
View File
@@ -304,8 +304,7 @@ class qformat_default {
}
// get list of valid answer grades
$grades = get_grade_options();
$gradeoptionsfull = $grades->gradeoptionsfull;
$gradeoptionsfull = question_bank::fraction_options_full();
// check answer grades are valid
// (now need to do this here because of 'stop on error': MDL-10689)