| Name | Description | Type | Additional information |
|---|---|---|---|
| AssessmentStatusItemId |
Assessment status item id. |
integer |
None. |
| Title |
Assessment status item title. Example can be "Not submitted". |
string |
None. |
| IsEditable |
Gets or sets a value indicating whether status is "editable", meaning that the learner can modify the work. There can be multiple status items in the list with this property set to true. |
boolean |
None. |
| IsCompleted |
Gets or sets a value indicating whether status is "completed", meaning that the learner has completed the work. There can be multiple status items in the list with this property set to true, e.g. both "Satisfactory" and "Not satisfactory" can be completed statuses. |
boolean |
None. |
| IsSubmitted |
Gets or sets a value indicating whether this status is "submitted", meaning that the learner has submitted something. Only one status item in the list should have this property set to true. |
boolean |
None. |
| IsInitialStatus |
Gets or sets a value indicating whether this status is the initial status, i.e. "not submitted", meaning that the learner has not submitted anything. Only one status item in the list should have this property set to true. |
boolean |
None. |