moodle/lib/grade
2007-06-20 11:56:51 +00:00
..
grade_calculation.php MDL-9137 calculated grades should work now, some other minor cleanup 2007-06-18 22:52:55 +00:00
grade_category.php MDL-9137 readding GRADE_AGGREGATE_MODE 2007-06-18 15:29:20 +00:00
grade_grades_final.php MDL-10076 finalize grade_is_locked() and implement grade item locking in assignment 2007-06-10 20:34:07 +00:00
grade_grades_raw.php MDL-9137 various grading improvements 2007-06-18 13:43:40 +00:00
grade_grades_text.php 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. 2007-05-21 05:54:12 +00:00
grade_history.php 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. 2007-05-21 05:54:12 +00:00
grade_item.php MDL-9137 calculated grades should work now, some other minor cleanup 2007-06-18 22:52:55 +00:00
grade_object.php MDL-10103 grade_object:insert() now fetches the fresh data from db and updates itself; update_from_db() now uses the same process as new grade_object() for consistency 2007-06-12 20:16:49 +00:00
grade_outcome.php MDL-9629 Beginning the edit category page. Also added dmllib::sql_max($field) and fixed a few bugs. Grade_item should now extrapolate its sortorder upon insertion if not set, by looking up the last sortorder in the table, and incrementing by 1. 2007-05-24 08:50:01 +00:00
grade_scale.php 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. 2007-05-21 05:54:12 +00:00
grade_tree.php First draft of the grader report 2007-06-20 11:56:51 +00:00