Interface | osid.assessment.QuestionSearchOrder | ||
---|---|---|---|
Implements | osid.OsidObjectSearchOrder | ||
Description |
An interface for specifying the ordering of search results. | ||
Method | getQuestionSearchOrderRecord | ||
Description |
Gets the question search order record corresponding to
the given question record | ||
Parameters | osid.type.Type | questionRecordType | a question record type |
Return | osid.assessment.records.QuestionSearchOrderRecord | the question search order 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. |