-
Sub-task
-
Resolution: Won't Fix
-
Major
-
None
-
1.9
-
None
-
MOODLE_19_STABLE
The biggest current assignment module is the duplication of grades and grading settings in module and gradebook, solution is to move all grading related code into gradebook and use internal API there,
Benefits:
- manual grading code can be shared by activities
- no synchronisation problems (no overridden grades problem in assignment UI)
- better performance
- much easier to maintain
Problems:
- requires major changes in assignment module
- needs major improvements in gradebook