Interface | osid.assessment.ItemQueryInspector | ||
---|---|---|---|
Implements | osid.OsidObjectQueryInspector | ||
osid.OsidAggregateableQueryInspector | |||
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 | getLearningObjectiveIdTerms | ||
Description |
Gets the learning objective | ||
Return | osid.search.terms.IdTerm[] | the learning objective Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getLearningObjectiveTerms | ||
Description |
Gets the learning objective query terms. | ||
Return | osid.learning.ObjectiveQueryInspector[] | the learning objective terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getQuestionIdTerms | ||
Description |
Gets the question | ||
Return | osid.search.terms.IdTerm[] | the question Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getQuestionTerms | ||
Description |
Gets the question query terms. | ||
Return | osid.assessment.QuestionQueryInspector[] | the question terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAnswerIdTerms | ||
Description |
Gets the answer | ||
Return | osid.search.terms.IdTerm[] | the answer Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAnswerTerms | ||
Description |
Gets the answer query terms. | ||
Return | osid.assessment.AnswerQueryInspector[] | the answer terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAssessmentIdTerms | ||
Description |
Gets the assessment | ||
Return | osid.search.terms.IdTerm[] | the assessment Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAssessmentTerms | ||
Description |
Gets the assessment query terms. | ||
Return | osid.assessment.AssessmentQueryInspector[] | the assessment terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getBankIdTerms | ||
Description |
Gets the bank | ||
Return | osid.search.terms.IdTerm[] | the bank Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getBankTerms | ||
Description |
Gets the bank query terms. | ||
Return | osid.assessment.BankQueryInspector[] | the bank terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getItemQueryInspectorRecord | ||
Description |
Gets the record query inspector corresponding to the
given | ||
Parameters | osid.type.Type | itemRecordType | an item record type |
Return | osid.assessment.records.ItemQueryInspectorRecord | the item query inspector record | |
Errors | NULL_ARGUMENT | itemRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(itemRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |