| Name | Description | Type | Additional information |
|---|---|---|---|
| PersonId |
The unique identifier of the person (in context of the current site). |
integer |
None. |
| Submitted |
Date and time when the answer was submitted, null if not submitted. |
date |
None. |
| AssessmentStatusItemId |
Identifier to the "assessment status item", see . Can be null if no status is set, or if status is not applicable for the element. |
integer |
None. |
| AssessmentItemId |
Identifier to the "assessment item" (grade), see . Can be null if no grade is set, or if grade is not applicable for the element, or if assessment is not visible for the user. |
integer |
None. |
| AssessmentByPersonId |
PersonId who set the . Can be null. |
integer |
None. |
| AssessmentDateTime |
When assessment was set. Can be null. |
date |
None. |
| RawFeedback |
The teacher's feedback comment for the participant's answer / work. This can contain HTML. Can be null if no feedback is set, or if feedback is not applicable for the element, or if assessment is not visible for the user. This is meant to be used when e.g. using the editor to modify the text. |
string |
None. |
| Feedback |
Text of the feedback to be displayed in view of assessment. Video and plugin content is preprocessed. Can be null if no feedback is set, or if feedback is not applicable for the element, or if assessment is not visible for the user. This is meant for displaying in e.g. a browser. |
string |
None. |
| FeedbackByPersonId |
PersonId who set the . Can be null. |
integer |
None. |
| FeedbackDateTime |
When feedback was set. Can be null. |
date |
None. |
| Score |
The score for the participant's answer / work. Can be null if no score is set, or if score is not applicable for the element, or if assessment is not visible for the user. |
decimal number |
None. |
| TaskStatus |
The status of the participant's task. Null means that there is no task status applicable for the participant. |
Itslearning.RestApi.Entities.TaskStatus |
None. |