For Developers
Submission Type
The submission type enum is a duplicate of the attachment type enum and it may be removed in the future. This will be considered a non-breaking change because the two enums are identical.
A SubmissionType describes the type of a Submission object.
The values of this enum are of type string
.
Values
Value | Description |
---|---|
link | The assignee provides a link to their work. |
file | The assignee uploads a file. |
text | The assignee enters text. |
discussion | The assignee participates in a discussion board post. |
assessment | The assignee completes an assessment. |
lti | The assignee uses an external tool (LTI). |