Interface | osid.assessment.authoring.SequenceRuleQueryInspector | ||
---|---|---|---|
Implements | osid.OsidRuleQueryInspector | ||
Description |
This is the query inspector for examining sequence rule queries. | ||
Method | getAssessmentPartIdTerms | ||
Description |
Gets the assessment part | ||
Return | osid.search.terms.IdTerm[] | the assessment parent Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAssessmentPartTerms | ||
Description |
Gets the assessment part query terms. | ||
Return | osid.assessment.authoring.AssessmentPartQueryInspector[] | the assessment part terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getNextAssessmentPartIdTerms | ||
Description |
Gets the assessment part | ||
Return | osid.search.terms.IdTerm[] | the assessment parent Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getNextAssessmentPartTerms | ||
Description |
Gets the assessment part query terms. | ||
Return | osid.assessment.authoring.AssessmentPartQueryInspector[] | the assessment part terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getMinimumScoreTerms | ||
Description |
Gets the minimum score query terms. | ||
Return | osid.search.terms.CardinalRangeTerm[] | the minimum score terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getMaximumScoreTerms | ||
Description |
Gets the maximum score query terms. | ||
Return | osid.search.terms.CardinalRangeTerm[] | the maximum score terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getCumulativeTerms | ||
Description |
Gets the minimum score query terms. | ||
Return | osid.search.terms.BooleanTerm[] | the cumulative terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAppliedAssessmentPartIdTerms | ||
Description |
Gets the assessment part | ||
Return | osid.search.terms.IdTerm[] | the assessment parent Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAppliedAssessmentPartTerms | ||
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 | getSequenceRuleQueryInspectorRecord | ||
Description |
Gets the sequence rule query inspector record
corresponding to the given | ||
Parameters | osid.type.Type | sequenceRuleRecordType | a sequence rule record type |
Return | osid.assessment.authoring.records.SequenceRuleQueryInspectorRecord | the sequence rule query inspector record | |
Errors | NULL_ARGUMENT | sequenceRuleRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(sequenceRuleRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |