| Interface | osid.learning.ProficiencyQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidRelationshipQueryInspector | ||
| Description |
This is the query inspector for examining proficiency queries. | ||
| Method | getResourceIdTerms | ||
| Description |
Gets the resource | ||
| Return | osid.search.terms.IdTerm[] | the resource Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getResourceTerms | ||
| Description |
Gets the resource terms. | ||
| Return | osid.resource.ResourceQueryInspector[] | the resource terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getObjectiveIdTerms | ||
| Description |
Gets the objective | ||
| Return | osid.search.terms.IdTerm[] | the objective Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getObjectiveTerms | ||
| Description |
Gets the objective terms. | ||
| Return | osid.learning.ObjectiveQueryInspector[] | the objective terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCompletionTerms | ||
| Description |
Gets the completion terms. | ||
| Return | osid.search.terms.DecimalRangeTerm[] | the completion terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getMinimumCompletionTerms | ||
| Description |
Gets the minimum completion terms. | ||
| Return | osid.search.terms.DecimalTerm[] | the minimum completion 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 | getObjectiveBankIdTerms | ||
| Description |
Gets the objective bank | ||
| Return | osid.search.terms.IdTerm[] | the objective bank Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getObjectiveBankTerms | ||
| Description |
Gets the objective bank query terms. | ||
| Return | osid.learning.ObjectiveBankQueryInspector[] | the objective bank terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProficiencyQueryInspectorRecord | ||
| Description |
Gets the proficiency query inspector record
corresponding to the given | ||
| Parameters | osid.type.Type | proficiencyRecordType | a proficiency record type |
| Return | osid.learning.records.ProficiencyQueryInspectorRecord | the proficiency query inspector record | |
| Errors | NULL_ARGUMENT | proficiencyRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(proficiencyRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |