mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
Added missing percentages to the grade selector, closing bug 4250
This commit is contained in:
parent
aa960f6b04
commit
41323dff31
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue