appmixer.canvas.submissions.GradeOrCommentOnSubmission
1.0.0
Public
| Field | Type | Description |
|---|---|---|
| Course ID | number | The course that the submission is submitted in. |
| Assignment ID | number | The assignment that the submission is submitted for. |
| User ID | number | The user ID or anonymous ID of the individual that made the submission. |
| Anonymous ID | toggle | A flag to indicate if the user ID submission request is for an anonymous user or known user ID. |
| Comment | text | The text comment to be added to the submission. |
| Attempt | number | The submission attempt to associate the comment with. |
| Group Comment Flag | toggle | Indicator if the comment is for the entire group or an individual. |
| Visibility Flag | text | Indicator if the comment is visible to the submission owner. |
| Points Over Scheme Flag | toggle | Treat grade as points if the value matches a grading scheme value. |
| Submission Score | text | Assign a score to the submission. |
| Submission Excused | toggle | Sets the submission to “excused” for the student. |
| Late Policy Status | text | Sets the late policy status to either “late”, “missing”, “extended”, “none”, or null. |
| Late Seconds | number | Sets the number of seconds the submission is allowed to be late. |
| Rubric Assessment | text | If the submission is assessed using a JSON representation of the rubric it will be passed in this field. |
| Field | Type | Description |
|---|---|---|
| Success or Fail | - |