Plagiarism
plagiarism_resubmit
Definition: The event is emitted anytime a submission is created for an assignment with plagiarism settings turned on.
Trigger: Triggered when a submission is resubmitted.
Payload Example:
Event Body Schema
assignment_id
The Canvas id of the assignment being submitted.
attempt
This is the submission attempt number.
body
The content of the submission, if it was submitted directly in a text field. NOTE: This field will be truncated to only include the first 8192 characters.
grade
The grade for the submission, translated into the assignment grading scheme (so a letter grade, for example)
graded_at
The timestamp when the assignment was graded.
group_id
The submissions’s group ID if the assignment is a group assignment.
lti_assignment_id
The LTI assignment guid of the submission's assignment
lti_user_id
The LTI id of the user associated with the submission.
score
The raw score.
submission_id
The Canvas id of the new submission.
submission_type
The type of submission (online_text_entry, online_url, online_upload, media_recording)
submitted_at
The timestamp when the assignment was submitted.
updated_at
The time at which this assignment was last modified in any way.
url
The URL of the submission (for 'online_url' submissions).
user_id
The Canvas id of the user associated with the submission.
workflow_state
The state of the submission, such as 'submitted'
This documentation is generated directly from the Canvas LMS source code, available on Github.
Last updated