-
Bug
-
Resolution: Fixed
-
Minor
-
2.3.7, 2.4, 2.5
-
MOODLE_23_STABLE, MOODLE_24_STABLE, MOODLE_25_STABLE
-
MOODLE_23_STABLE, MOODLE_24_STABLE, MOODLE_25_STABLE
-
MDL-39760-master -
Currently there are only two callback methods related to assignment submission (mod_assign) student/teacher actions - "save" and "submit_for_grading". It would be good to add some more and improve existing:
- submit_for_grading could be more useful with $submission parameter (in pre-2.5 versions),
- Add lock, unlock, release_to_draft callbacks.
This could be useful for submission plugins that are interacting with external systems to reflect the submission status on the remote side (e.g. lock the submitted work when it is locked by teacher in Moodle)
- caused a regression
-
MDL-41575 Any attempt to lock assignments causes "Coding error detected, it must be fixed by a programmer: PHP catchable fatal error"
- Closed
-
MDL-41171 Error when attempting to prevent submission changes on view/grade all assignments screen when no submission has been made yet
- Closed