]> git.mjollnir.org Git - moodle.git/commit
MDL-9506 Removed the debugging message for the fetch() methods. Added droplow and...
authornicolasconnault <nicolasconnault>
Mon, 21 May 2007 05:54:12 +0000 (05:54 +0000)
committernicolasconnault <nicolasconnault>
Mon, 21 May 2007 05:54:12 +0000 (05:54 +0000)
commitab53054fd14e2c052c366a7e63db726f49375aec
tree8ac397c2af50a78aff0517bf2ca48b7e23ad6550
parentd0e84e1be08e74406d7ed1d31eef230b02b4f93c
MDL-9506 Removed the debugging message for the fetch() methods. Added droplow and keephigh rules to grade_category::aggregate_grades(). The only question now is what to do when the droplow or keephigh field is larger than the number of grades for a given user/item combination. At the moment it just gives that value 0.
lib/grade/grade_calculation.php
lib/grade/grade_category.php
lib/grade/grade_grades_final.php
lib/grade/grade_grades_raw.php
lib/grade/grade_grades_text.php
lib/grade/grade_history.php
lib/grade/grade_item.php
lib/grade/grade_object.php
lib/grade/grade_outcome.php
lib/grade/grade_scale.php
lib/simpletest/testgradelib.php