Skip to content

Commit

Permalink
Added a 1/7 grade.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikawhero committed Apr 2, 2005
1 parent ea9572f commit b257080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/quiz/question.php
Expand Up @@ -234,7 +234,7 @@
}
}

$grades = array(1,0.9,0.8,0.75,0.70,0.66666,0.60,0.50,0.40,0.33333,0.30,0.25,0.20,0.16666,0.10,0.05,0);
$grades = array(1,0.9,0.8,0.75,0.70,0.66666,0.60,0.50,0.40,0.33333,0.30,0.25,0.20,0.16666,0.142857,0.10,0.05,0);
foreach ($grades as $grade) {
$percentage = 100 * $grade;
$neggrade = -$grade;
Expand Down

0 comments on commit b257080

Please sign in to comment.