Details
Description
We are going to completely rebuild the gradebook from the ground up, according to the spec at:
http://docs.moodle.org/en/Development:Grades
All 1.9 gradebook bugs and subtasks should be linked to this issue.
Attachments
Issue Links
| This issue is blocked by: | ||||
| MDL-11509 | New gradebook backup/restore problems - meta |
|
|
|
| MDL-11573 | META: New gradebook bugs reported by OU |
|
|
|
| MDL-9628 | META: Implement standard grades report for graders |
|
|
|
| MDL-10541 | META: Develop core classes to handle and manage grades |
|
|
|
| MDL-10544 | META: Implement basic outcomes support |
|
|
|
| MDL-9501 | META: Implement Event API |
|
|
|
Applied most of Petr's patch related to gradebook objects. Only thing I didn't merge in was related to the assumption that grade_raw objects have their scaleid and scale object already set up by the grade_handler function. All unit tests pass without problem.
Thanks Petr!