Interface | osid.assessment.authoring.AssessmentPartQueryInspector | ||
---|---|---|---|
Implements | osid.OsidObjectQueryInspector | ||
osid.OsidContainableQueryInspector | |||
osid.OsidOperableQueryInspector | |||
Description |
This is the query inspector for examining assessment part queries. | ||
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 | getParentAssessmentPartIdTerms | ||
Description |
Gets the assessment part | ||
Return | osid.search.terms.IdTerm[] | the assessment parent Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getParentAssessmentPartTerms | ||
Description |
Gets the assessment part query terms. | ||
Return | osid.assessment.authoring.AssessmentPartQueryInspector[] | the assessment part terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getSectionTerms | ||
Description |
Gets the section query terms. | ||
Return | osid.search.terms.BooleanTerm[] | the section terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getWeightTerms | ||
Description |
Gets the weight terms. | ||
Return | osid.search.terms.CardinalTerm[] | the resource Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAllocatedTimeTerms | ||
Description |
Gets the allocated time terms. | ||
Return | osid.search.terms.DurationTerm[] | the time terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getChildAssessmentPartIdTerms | ||
Description |
Gets the assessment part | ||
Return | osid.search.terms.IdTerm[] | the assessment parent Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getChildAssessmentPartTerms | ||
Description |
Gets the assessment part query terms. | ||
Return | osid.assessment.authoring.AssessmentPartQueryInspector[] | the assessment part terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getBankIdTerms | ||
Description |
Gets the bank | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getBankTerms | ||
Description |
Gets the bank query terms. | ||
Return | osid.assessment.BankQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAssessmentPartQueryInspectorRecord | ||
Description |
Gets the assessment part query inspector record
corresponding to the given | ||
Parameters | osid.type.Type | assessmentPartRecordType | an assessment part record type |
Return | osid.assessment.authoring.records.AssessmentPartQueryInspectorRecord | the assessment part query inspector record | |
Errors | NULL_ARGUMENT | assessmentPartRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(assessmentPartRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |