| Interface | osid.assessment.QuestionQuery | ||
|---|---|---|---|
| Implements | osid.OsidObjectQuery | ||
| Description |
This is the query for searching questions. Each method
match request produces an | ||
| Method | getQuestionQueryRecord | ||
| Description |
Gets the question record query corresponding to the
given | ||
| Parameters | osid.type.Type | questionRecordType | a question record type |
| Return | osid.assessment.records.QuestionQueryRecord | the question query 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. | |