Name | Description | Type | Additional information |
---|---|---|---|
AnswerId |
The unique identifier for the answer to the assignment. |
integer |
None. |
IsDraft |
True if the answer is a draft. |
boolean |
None. |
Submitted |
The time when answer was submitted, or last modified in case of a draft. |
date |
None. |
Text |
The text of the answer, which may contain HTML. |
string |
None. |
Files |
The files attached to the answer. |
Collection of Itslearning.Applications.Assignment.RestApi.Models.FileModel |
None. |