Interface | osid.assessment.AnswerQueryInspector | ||
---|---|---|---|
Implements | osid.OsidObjectQueryInspector | ||
Description |
The query inspectors provide a means of accessing the match
terms of a query. These interfaces are used to examine the
actual query terms used in a search or that may be used to
create a smart catalog. Query inspectors may be converted to
| ||
Method | getAnswerQueryInspectorRecord | ||
Description |
Gets the record query inspector corresponding to the
given | ||
Parameters | osid.type.Type | questionRecordType | a question record type |
Return | osid.assessment.records.AnswerQueryInspectorRecord | the answer query inspector 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. |