Skip to content

Commit

Permalink
MDL-16683 - add 5/6 as a grading option.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhunt committed Sep 26, 2008
1 parent 9bda662 commit d25bee6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/questionlib.php
Expand Up @@ -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,
Expand Down

0 comments on commit d25bee6

Please sign in to comment.