| Interface | osid.assessment.AssessmentQueryInspector | ||
|---|---|---|---|
| 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 | getLevelIdTerms | ||
| Description | 
                     Gets the level   | ||
| Return | osid.search.terms.IdTerm[] | the level  Id  terms  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getLevelTerms | ||
| Description | 
                     Gets the level query terms.  | ||
| Return | osid.grading.GradeQueryInspector[] | the level terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRubricIdTerms | ||
| Description | 
                     Gets the assessment   | ||
| Return | osid.search.terms.IdTerm[] | the assessment  Id  terms  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRubricTerms | ||
| Description | 
                     Gets the assessment query terms.  | ||
| Return | osid.assessment.AssessmentQueryInspector[] | the assessment terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getItemIdTerms | ||
| Description | 
                     Gets the item   | ||
| Return | osid.search.terms.IdTerm[] | the item  Id  terms  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getItemTerms | ||
| Description | 
                     Gets the item query terms.  | ||
| Return | osid.assessment.ItemQueryInspector[] | the item terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAssessmentOfferedIdTerms | ||
| Description | 
                     Gets the assessment offered   | ||
| Return | osid.search.terms.IdTerm[] | the assessment offered  Id  terms  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAssessmentOfferedTerms | ||
| Description | 
                     Gets the assessment offered query terms.  | ||
| Return | osid.assessment.AssessmentOfferedQueryInspector[] | the assessment offered terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAssessmentTakenIdTerms | ||
| Description | 
                     Gets the assessment taken   | ||
| Return | osid.search.terms.IdTerm[] | the assessment taken  Id  terms  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAssessmentTakenTerms | ||
| Description | 
                     Gets the assessment taken query terms.  | ||
| Return | osid.assessment.AssessmentTakenQueryInspector[] | the assessment taken 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 | getAssessmentQueryInspectorRecord | ||
| Description | 
                     Gets the assessment query inspector record 
                    corresponding to the given   | ||
| Parameters | osid.type.Type | assessmentRecordType | an assessment record type | 
| Return | osid.assessment.records.AssessmentQueryInspectorRecord | the assessment query inspector record | |
| Errors | NULL_ARGUMENT |  assessmentRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(assessmentRecordType)  is  false   |                 ||
| Compliance | mandatory | This method must be implemented. | |