Interface | osid.assessment.Answer | ||
---|---|---|---|
Implements | osid.OsidObject | ||
Description |
An | ||
Method | getAnswerRecord | ||
Description |
Gets the answer record corresponding to the given
| ||
Parameters | osid.type.Type | answerRecordType | the type of the record to retrieve |
Return | osid.assessment.records.AnswerRecord | the answer record | |
Errors | NULL_ARGUMENT | answerRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(answerRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |