| Interface | osid.assessment.QuestionQueryInspector | ||
|---|---|---|---|
| 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 | getQuestionQueryInspectorRecord | ||
| Description |
Gets the record query inspector corresponding to the
given | ||
| Parameters | osid.type.Type | questionRecordType | a question record type |
| Return | osid.assessment.records.QuestionQueryInspectorRecord | the question 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. | |