-
Bug
-
Resolution: Done
-
Minor
-
4.1.1
-
-
MOODLE_401_STABLE
-
MOODLE_402_STABLE
-
Moodle App 4.2.0
When Marking workflow is enabled for an assignment, grades are not sent to the gradebook until the teacher decides to do so.
This is not making possible to include the grade as part of the mod_assign_get_submission_status feedback (the grade returned there is the gradebook one for the user)
When the previous happens, the teacher is not able to see the grade they already set via the app or the website.
In order to solve this issue, we should ensure we are calling mod_assign_get_grades when retrieving the submissions list in order to retrieve the activity grades.
In the code we are already using this WS but it seems it is not used when marking grade is enabled (to save WS calls I suppose).
See MDL-72047 for reproduction steps, there is a course in the master site with the issue name with an assignment already configured.
- has a non-specific relationship to
-
MOBILE-4314 Assign: Allow changing marking workflow in the app
- Open