Interface | osid.assessment.AssessmentTakenQueryInspector | ||
---|---|---|---|
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 | 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 | getTakerIdTerms | ||
Description |
Gets the resource | ||
Return | osid.search.terms.IdTerm[] | the resource Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getTakerTerms | ||
Description |
Gets the resource query terms. | ||
Return | osid.resource.ResourceQueryInspector[] | the resource terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getTakingAgentIdTerms | ||
Description |
Gets the agent | ||
Return | osid.search.terms.IdTerm[] | the agent Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getTakingAgentTerms | ||
Description |
Gets the agent query terms. | ||
Return | osid.authentication.AgentQueryInspector[] | the agent terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getActualStartTimeTerms | ||
Description |
Gets the start time query terms. | ||
Return | osid.search.terms.DateTimeTerm[] | the start time terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getCompletionTimeTerms | ||
Description |
Gets the completion time query terms. | ||
Return | osid.search.terms.DateTimeTerm[] | the completion time terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getTimeSpentTerms | ||
Description |
Gets the time spent query terms. | ||
Return | osid.search.terms.DurationTerm[] | the time spent 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 | getScoreTerms | ||
Description |
Gets the score query terms. | ||
Return | osid.search.terms.DecimalRangeTerm[] | the score terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradeIdTerms | ||
Description |
Gets the grade | ||
Return | osid.search.terms.IdTerm[] | the grade Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradeTerms | ||
Description |
Gets the grade query terms. | ||
Return | osid.grading.GradeQueryInspector[] | the grade terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getFeedbackTerms | ||
Description |
Gets the comment query terms. | ||
Return | osid.search.terms.StringTerm[] | the comment terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRubricIdTerms | ||
Description |
Gets the assessment taken | ||
Return | osid.search.terms.IdTerm[] | the assessment taken Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRubricTerms | ||
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 | getAssessmentTakenQueryInspectorRecord | ||
Description |
Gets the assessment taken query inspector record
corresponding to the given | ||
Parameters | osid.type.Type | assessmentTakenRecordType | an assessment taken record type |
Return | osid.assessment.records.AssessmentTakenQueryInspectorRecord | the assessment taken query inspector record | |
Errors | NULL_ARGUMENT | assessmentTakenRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(assessmentTakenRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |