Interface | osid.assessment.AssessmentOfferedQueryInspector | ||
---|---|---|---|
Implements | osid.OsidObjectQueryInspector | ||
osid.OsidSubjugateableQueryInspector | |||
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 | 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 | 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 | getItemsSequentialTerms | ||
Description |
Gets the items sequential query terms. | ||
Return | osid.search.terms.BooleanTerm[] | the boolean terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getItemsShuffledTerms | ||
Description |
Gets the items shuffled query terms. | ||
Return | osid.search.terms.BooleanTerm[] | the boolean terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getStartTimeTerms | ||
Description |
Gets the start time query terms. | ||
Return | osid.search.terms.DateTimeTerm[] | the start time terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getDeadlineTerms | ||
Description |
Gets the deadline query terms. | ||
Return | osid.search.terms.DateTimeTerm[] | the deadline terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getDurationTerms | ||
Description |
Gets the deadline query terms. | ||
Return | osid.search.terms.DurationTerm[] | the duration terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getScoreSystemIdTerms | ||
Description |
Gets the grade system | ||
Return | osid.search.terms.IdTerm[] | the grade system Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getScoreSystemTerms | ||
Description |
Gets the grade system query terms. | ||
Return | osid.grading.GradeSystemQueryInspector[] | the grade system terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradeSystemIdTerms | ||
Description |
Gets the grade system | ||
Return | osid.search.terms.IdTerm[] | the grade system Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradeSystemTerms | ||
Description |
Gets the grade system query terms. | ||
Return | osid.grading.GradeSystemQueryInspector[] | the grade system terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRubricIdTerms | ||
Description |
Gets the assessment offered | ||
Return | osid.search.terms.IdTerm[] | the assessment offered Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRubricTerms | ||
Description |
Gets the assessment 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 | getAssessmentOfferedQueryInspectorRecord | ||
Description |
Gets the assessment offered query inspector record
corresponding to the given | ||
Parameters | osid.type.Type | assessmentOfferedRecordType | an assessment offered record type |
Return | osid.assessment.records.AssessmentOfferedQueryInspectorRecord | the assessment offered query inspector record | |
Errors | NULL_ARGUMENT | assessmentOfferedRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(assessmentOfferedRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |