Uses of Interface
org.osid.assessment.AssessmentSection
Packages that use AssessmentSection
Package
Description
The Open Service Interface Definitions for the org.osid.assessment
service.
-
Uses of AssessmentSection in org.osid.assessment
Methods in org.osid.assessment that return AssessmentSectionModifier and TypeMethodDescriptionAssessmentSession.getAssessmentSection(Id assessmentSectionId) Gets an assessemnts section byId.AssessmentSession.getFirstAssessmentSection(Id assessmentTakenId) Gets the first assessment section in this assesment.AssessmentSectionList.getNextAssessmentSection()Gets the nextAssessmentSectionin this list.AssessmentSession.getNextAssessmentSection(Id assessmentSectionId) Gets the next assessemnt section following the given assesment section.AssessmentSectionList.getNextAssessmentSections(long n) Gets the next set ofAssessmentSectionelements in this list which must be less than or equal to the number returned fromavailable().AssessmentSession.getPreviousAssessmentSection(Id assessmentSectionId) Gets the next assessemnt section following the given assesment section.