Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Gradebook improvements: Difference between revisions

From MoodleDocs
(New page: Same aspects of gradebook were not fully solved in 1.9.x, this page tries to summarize potential improvements ==Aggregation of hidden grades== Overlook problem partially solve after the d...)
 
Line 10: Line 10:


==Effectiveness of grading interface==
==Effectiveness of grading interface==
==Tracking of submission dates==

Revision as of 11:04, 8 December 2008

Same aspects of gradebook were not fully solved in 1.9.x, this page tries to summarize potential improvements

Aggregation of hidden grades

Overlook problem partially solve after the database freeze - workaround was to recalculate the grades on the fly so that users that can the hidden grades are ignored. This approach is expensive and can not be used in conditional activities, grade exports, etc.

Solution is to add new flag into grade categories - aggregate hidden grades. Having two values for each grade would be too complex, selective agrragation should solve most of the problems and should be reasonably backwards compatible.

Final grading in activities

Effectiveness of grading interface

Tracking of submission dates