| Modifier and Type | Class and Description |
|---|---|
class |
GradePointsMapping
This is a modified LetterGradePlusMinusMapping.
|
class |
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.
|
class |
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.
|
class |
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.
|
| Modifier and Type | Method and Description |
|---|---|
GradeMapping |
GradebookArchive.getSelectedGradeMapping() |
| Modifier and Type | Method and Description |
|---|---|
static Comparator<CourseGradeRecord> |
CourseGradeRecord.getOverrideComparator(GradeMapping mapping) |
void |
GradebookArchive.setSelectedGradeMapping(GradeMapping selectedGradeMapping) |
| Constructor and Description |
|---|
GradebookArchive(Gradebook gradebook,
GradeMapping selectedGradeMapping,
Collection gradeMappings,
CourseGrade courseGrade,
Collection assignments) |
Copyright © 2003–2021 Sakai Project. All rights reserved.