| Interface | osid.assessment.Response | ||
|---|---|---|---|
| Implements | osid.OsidCondition | ||
| Description |
A response to an assessment item. This interface contains methods to set values in response to an assessmet item and mirrors the item record structure with the corresponding setters. | ||
| Method | getItemId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the assessment item Id | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getItem | ||
| Description |
Gets the | ||
| Return | osid.assessment.Item | the assessment item | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getResponseRecord | ||
| Description |
Gets the response record corresponding to the given
| ||
| Parameters | osid.type.Type | itemRecordType | an item record type |
| Return | osid.assessment.records.ResponseRecord | the response record | |
| Errors | NULL_ARGUMENT | itemRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(itemRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |