-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
4.1 regressions
-
None
Steps to Recreate:
- Create an Assignment which accepts document submissions.
- Assign students on the assignment to Groups.
- Submit a document for each Group.
- Grade the work and set the Workflow State of the grade to 'Released'.
- Call the mod_assign_get_submissions API endpoint to retrieve the submission details.
What Happens:
The JSON returned from the call includes...
"gradingstatus": "notmarked"
What I Expect To Happen:
The JSON should return the grading status, as set within the Moodle UI, of 'Released'
"gradingstatus": "released"