]> git.mjollnir.org Git - moodle.git/commitdiff
Added the choice of 16.666% for multichoice fraction
authorkaipe <kaipe>
Fri, 1 Aug 2003 13:24:05 +0000 (13:24 +0000)
committerkaipe <kaipe>
Fri, 1 Aug 2003 13:24:05 +0000 (13:24 +0000)
mod/quiz/question.php

index 9aef192cfeac0b172f9761d9e35281bcbb58cded..59f3ffb7f3a7eac8d136d3951f736de7eeeb77d2 100644 (file)
         }
     } 
 
-    $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.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.10,0.05,0);
     foreach ($grades as $grade) {
         $percentage = 100 * $grade;
         $neggrade = -$grade;