Rubric
rubric_assessed
Definition: The event is emitted anytime a rubric is assessed that is aligned to an active rubric association.
Trigger: Triggered anytime a rubric is assessed that is aligned to an active rubric association.
Payload Example:
Event Body Schema
id
The ID of the Rubric Assessment object.
aligned_to_outcomes
Boolean value that indicates if the rubric is aligned with learning outcomes. values will be true if the rubric is aligned to learning outcomes or false if the rubric is not aligned to learning outcomes.
artifact_id
The ID of the artifact object aligned to the Rubric Assessment object.
artifact_type
The type of the artifact object aligned to the Rubric Assessment object. Values will be either 'Submission', 'ModeratedGrading::ProvisionalGrade', or 'Assignment'.
assessment_type
The type of assessment. Values will be either 'grading', 'peer_review', or 'provisional_grade'.
context_uuid
The unique id of the Context object associated with the Rubric Association object. If this value is not present on the context, it will not be present in the live event body.
submitted_at
The date and time the student submitted the assignment that the rubric is aligned to or the date time the instructor assessed the rubric.
created_at
The date and time the initial rubric assessment was created.
updated_at
The date and time the rubric assessment was updated.
attempt
The integer representation of the number of attempts made by the student on the rubric aligned Artifact. The value will be nil if the Artifact aligned is not a Submission or if the assignment has yet to be submitted by the student.
This documentation is generated directly from the Canvas LMS source code, available on Github.
Last updated