| Name | Description | Type | Additional information |
|---|---|---|---|
| PersonId |
The unique identifier of the person (in context of the current site). |
integer |
None. |
| FirstName |
The first name of the person. |
string |
None. |
| LastName |
The last name of the person. |
string |
None. |
| FullName |
The full name of the person (formatted according to site configuration). |
string |
None. |
| ExtraInfo |
Extra information about the person. Normally something that can help identify the person, e.g. username. Note that this field may be null or empty, if for example the user who requests such information does not have sufficient permission. |
string |
None. |
| ProfilePictureUrl |
Profile picture URL of the participant, null if not available. |
string |
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. |
| Feedback |
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. |
string |
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. |