Uses of Interface
org.osid.grading.GradeSystem
Packages that use GradeSystem
Package
Description
The Open Service Interface Definitions for the org.osid.assessment
service.
The Open Service Interface Definitions for the org.osid.course.chronicle
service.
The Open Service Interface Definitions for the org.osid.course.registration
service.
The Open Service Interface Definitions for the org.osid.course.registration.request
service.
The Open Service Interface Definitions for the org.osid.course.requisite
service.
The Open Service Interface Definitions for the org.osid.grading
service.
The Open Service Interface Definitions for the org.osid.grading.transform
service.
-
Uses of GradeSystem in org.osid.assessment
Methods in org.osid.assessment that return GradeSystemModifier and TypeMethodDescriptionAssessmentOffered.getGradeSystem()Gets the grade system for the grade.AssessmentOffered.getScoreSystem()Gets the grade system for the score.AssessmentTaken.getScoreSystem()Gets a grade system for the score. -
Uses of GradeSystem in org.osid.course.chronicle
Methods in org.osid.course.chronicle that return GradeSystemModifier and TypeMethodDescriptionCourseEntry.getCreditScale()Gets theGradeSystem.ProgramEntry.getCreditScale()Gets theGradeSystem.ProgramEntry.getGPAScale()Gets theGradeSystem.AssessmentEntry.getScoreScale()Gets theGradeSystem.CourseEntry.getScoreScale()Gets theGradeSystem. -
Uses of GradeSystem in org.osid.course.registration
Methods in org.osid.course.registration that return GradeSystemModifier and TypeMethodDescriptionRegistration.getGradingOption()Gets the grading option for this registration. -
Uses of GradeSystem in org.osid.course.registration.request
Methods in org.osid.course.registration.request that return GradeSystemModifier and TypeMethodDescriptionRegistrationRequestItem.getGradingOption()Gets the grading option. -
Uses of GradeSystem in org.osid.course.requisite
Methods in org.osid.course.requisite that return GradeSystemModifier and TypeMethodDescriptionCourseRequirement.getCreditScale()The credit scale of the minimum credits.ProgramRequirement.getMinimumGPASystem()Gets the scoring system for the minimum GPA.AssessmentRequirement.getMinimumScoreSystem()Gets the scoring system for the minimum score.CourseRequirement.getMinimumScoreSystem()Gets the scoring system for the minimum score. -
Uses of GradeSystem in org.osid.grading
Methods in org.osid.grading that return GradeSystemModifier and TypeMethodDescriptionGradeSystemAdminSession.createGradeSystem(GradeSystemForm gradeSystemForm) Creates a newGradeSystem.Grade.getGradeSystem()Gets theGradeSystemin which this grade belongs.GradebookColumn.getGradeSystem()Gets theGradeSystemin which this grade belongs.GradeSystemLookupSession.getGradeSystem(Id gradeSystemId) Gets theGradeSystemspecified by itsId.GradeSystemLookupSession.getGradeSystemByGrade(Id gradeId) Gets theGradeSystemby aGradeId.GradeSystemList.getNextGradeSystem()Gets the nextGradeSystemin this list.GradeSystemList.getNextGradeSystems(long n) Gets the next set ofGradeSystemelements in this list which must be less than or equal to the return fromavailable(). -
Uses of GradeSystem in org.osid.grading.transform
Methods in org.osid.grading.transform that return GradeSystemModifier and TypeMethodDescriptionGradeSystemTransform.getSourceGradeSystem()Gets the sourceGradeSystem.GradeSystemTransform.getTargetGradeSystem()Gets the targetGradeSystem.