]> git.mjollnir.org Git - moodle.git/commit
MDL-9506 Finished grade_item::adjust_grade, which now also adjusts scale grades corre...
authornicolasconnault <nicolasconnault>
Tue, 1 May 2007 05:45:54 +0000 (05:45 +0000)
committernicolasconnault <nicolasconnault>
Tue, 1 May 2007 05:45:54 +0000 (05:45 +0000)
commitd5bdb228a57e36fd22972ac40dbb16e630de89a3
treea3dbb4e5623e3c8e373a330d382ac9ee429f4bcd
parent339e3c5375290a7c8e280aed4b68ec40eed7eeec
MDL-9506 Finished grade_item::adjust_grade, which now also adjusts scale grades correctly. Added grade_scale object to wrap around the current non-normalized scale DB table. When/if we upgrade to grade_scales and grade_scale_items DB tables, changing the grade_scale class will be easy.
lib/grade/grade_grades_raw.php
lib/grade/grade_item.php
lib/gradelib.php
lib/simpletest/testgradelib.php