| Interface | osid.assessment.AssessmentTakenForm | ||
|---|---|---|---|
| Implements | osid.OsidObjectForm | ||
| Description |
This is the form for creating and updating an | ||
| Method | getTakerMetadata | ||
| Description |
Gets the metadata for a resource to manually set which resource will be taking the assessment. | ||
| Return | osid.Metadata | metadata for the resource | |
| Compliance | mandatory | This method must be implemented. | |
| Method | setTaker | ||
| Description |
Sets the resource who will be taking this assessment. | ||
| Parameters | osid.id.Id | resourceId | the resource Id |
| Errors | INVALID_ARGUMENT | resourceId is invalid | |
| NO_ACCESS | Metadata.isReadOnly() is true | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | clearTaker | ||
| Description |
Clears the resource. | ||
| Errors | NO_ACCESS | Metadata.isRequired() or Metadata.isReadOnly()
is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAssessmentTakenFormRecord | ||
| Description |
Gets the | ||
| Parameters | osid.type.Type | assessmentTakenRecordType | the assessment taken record type |
| Return | osid.assessment.records.AssessmentTakenFormRecord | the assessment taken record | |
| Errors | NULL_ARGUMENT | assessmentTakenRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(assessmentTakenRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |