Uses of Interface
org.osid.assessment.AssessmentList
Packages that use AssessmentList
Package
Description
The Open Service Interface Definitions for the org.osid.assessment
service.
The Open Service Interface Definitions for the org.osid.course.syllabus
service.
The Open Service Interface Definitions for the org.osid.learning
service.
-
Uses of AssessmentList in org.osid.assessment
Methods in org.osid.assessment that return AssessmentListModifier and TypeMethodDescriptionAssessmentLookupSession.getAssessments()Gets allAssessments.AssessmentSearchResults.getAssessments()Gets the assessment list resulting from the search.AssessmentBankSession.getAssessmentsByBank(Id bankId) Gets the list ofAssessmentsassociated with aBank.AssessmentBankSession.getAssessmentsByBanks(IdList bankIds) Gets the list ofAssessmentscorresponding to a list ofBanks.AssessmentLookupSession.getAssessmentsByGenusType(Type assessmentGenusType) Gets anAssessmentListcorresponding to the given assessment genusTypewhich does not include assessments of types derived from the specifiedType.In plenary mode, the returned list contains all known assessments or an error results.AssessmentLookupSession.getAssessmentsByIds(IdList assessmentIds) Gets anAssessmentListcorresponding to the givenIdList.In plenary mode, the returned list contains all of the assessments specified in theIdlist, in the order of the list, including duplicates, or an error results if anIdin the supplied list is not found or inaccessible.AssessmentLookupSession.getAssessmentsByParentGenusType(Type assessmentGenusType) Gets anAssessmentListcorresponding to the given assessment genusTypeand include any additional assessments with genus types derived from the specifiedType.In plenary mode, the returned list contains all known assessments or an error results.AssessmentQuerySession.getAssessmentsByQuery(AssessmentQuery assessmentQuery) Gets a list ofAssessmentsmatching the given assessment query.AssessmentLookupSession.getAssessmentsByRecordType(Type assessmentRecordType) Gets anAssessmentListcorresponding to the given assessment recordType. -
Uses of AssessmentList in org.osid.course.syllabus
Methods in org.osid.course.syllabus that return AssessmentList -
Uses of AssessmentList in org.osid.learning
Methods in org.osid.learning that return AssessmentListModifier and TypeMethodDescriptionActivity.getAssessments()Gets any assessments associated with this activity.