From d25bee61872b333c9d2ec2cb52705cdc78aa5203 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Fri, 26 Sep 2008 03:13:30 +0000 Subject: [PATCH] MDL-16683 - add 5/6 as a grading option. --- lib/questionlib.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/questionlib.php b/lib/questionlib.php index 30643ca2511..8cbb67dc310 100644 --- a/lib/questionlib.php +++ b/lib/questionlib.php @@ -300,9 +300,10 @@ function question_context_has_any_questions($context) { function get_grade_options() { // define basic array of grades $grades = array( - 1, - 0.9, - 0.8, + 1.00, + 0.90, + 0.83333, + 0.80, 0.75, 0.70, 0.66666,