Added missing percentages to the grade selector, closing bug 4250
This commit is contained in:
@@ -282,7 +282,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.142857,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.125,0.11111,0.10,0.05,0);
|
||||
foreach ($grades as $grade) {
|
||||
$percentage = 100 * $grade;
|
||||
$neggrade = -$grade;
|
||||
|
||||
Reference in New Issue
Block a user