Interface | osid.assessment.Question | ||
---|---|---|---|
Implements | osid.OsidObject | ||
Description |
A | ||
Method | getQuestionRecord | ||
Description |
Gets the item record corresponding to the given | ||
Parameters | osid.type.Type | questionRecordType | the type of the record to retrieve |
Return | osid.assessment.records.QuestionRecord | the question record | |
Errors | NULL_ARGUMENT | questionRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(questionRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |