| AbstractGradeRecord |
AbstractGradeRecord is the abstract base class for Grade Records, which are
records of instructors (or the application, in the case of autocalculated
gradebooks) assigning a grade to a student for a particular GradableObject.
|
| AssignmentGradeRecord |
An AssignmentGradeRecord is a grade record that can be associated with an
GradebookAssignment.
|
| Category |
|
| Comment |
Comment Object
Author:Louis Majanja
Date: Oct 20, 2006
Time: 10:56:34 AM
|
| CourseGrade |
A CourseGrade is a GradableObject that represents the overall course grade in a gradebook.
|
| CourseGradeRecord |
A CourseGradeRecord is a grade record that can be associated with a CourseGrade.
|
| GradableObject |
A GradableObject is a component of a Gradebook for which students can be assigned a GradeRecord.
|
| Gradebook |
A Gradebook is the top-level object in the Sakai Gradebook tool.
|
| GradebookArchive |
Models a gradebook and all of its dependent objects, which can all be
serialized as xml for archiving.
|
| GradebookAssignment |
An GradebookAssignment is the basic unit that composes a gradebook.
|
| GradebookProperty |
|
| GradeMapping |
A GradeMapping provides a means to convert between an arbitrary set of grades
(letter grades, pass / not pass, 4,0 scale) and numeric percentages.
|
| GradePointsMapping |
This is a modified LetterGradePlusMinusMapping.
|
| GradingEvent |
A log of grading activity.
|
| GradingEvents |
Represents the grading events for a group of students in a particular gradebook
|
| GradingScale |
|
| LetterGradeMapping |
A LetterGradeMapping defines the set of grades available to a gradebook as
"A", "B", "C", "D", and "F", each of which can be mapped to a minimum
percentage value.
|
| LetterGradePercentMapping |
|
| LetterGradePlusMinusMapping |
A LetterGradePlusMinusMapping defines the set of grades available to a
gradebook as "A+", "A", "A-", "B+", "B", "B-", "C+", "C", "C-", "D+", "D",
"D-", and "F", each of which can be mapped to a minimum percentage value.
|
| PassNotPassMapping |
A PassNotPassMapping defines the set of grades available to a
gradebook as "P", "NP", each of which can be mapped to a minimum percentage
value.
|
| Permission |
|
| Spreadsheet |
User: louis
Date: Jun 12, 2006
Time: 3:10:12 PM
|