This website requires JavaScript.
Explore
Help
Register
Sign In
mirror_php
/
moodle
Watch
1
Star
0
Fork
0
You've already forked moodle
mirror of
https://github.com/moodle/moodle.git
synced
2025-01-31 12:45:04 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
moodle
/
lib
/
grade
History
nicolasconnault
41f22daa71
MDL-11353 Completed the implementation. This included a new method in grade_item: get_displaytype(), since that value could be set to default, and we must then look up to course, then site values. And the get_letter() method in grade_grade has been modified to first check the grade_letters table. All works like a dream!
2007-09-19 15:37:46 +00:00
..
simpletest
MDL-11312 Added new grade_letters table, and new grade_items.display field.
2007-09-18 14:26:15 +00:00
constants.php
MDL-11340 Almost complete: Just need the "Add grade letter" button
2007-09-19 12:45:44 +00:00
grade_category.php
MDL-11278 Implementation is complete, but grade_categories records in DB are not affected by global settings. This way, when global settings are switched back to "Do not Force", the original category settings will be in place.
2007-09-14 17:21:30 +00:00
grade_grade_text.php
…
grade_grade.php
MDL-10797 Merged lang strings into lang/en_utf8/admin.php and error.php
2007-08-13 08:58:37 +00:00
grade_item.php
MDL-11353 Completed the implementation. This included a new method in grade_item: get_displaytype(), since that value could be set to default, and we must then look up to course, then site values. And the get_letter() method in grade_grade has been modified to first check the grade_letters table. All works like a dream!
2007-09-19 15:37:46 +00:00
grade_object.php
…
grade_outcome.php
…
grade_scale.php
MDL-1883 info for 3rd party developers in DEBUG_DEVELOPER mode
2007-09-18 18:50:14 +00:00