| Modifier and Type | Class and Description |
|---|---|
class |
CourseGrade
A CourseGrade is a GradableObject that represents the overall course grade in a gradebook.
|
class |
GradebookAssignment
An GradebookAssignment is the basic unit that composes a gradebook.
|
| Modifier and Type | Field and Description |
|---|---|
protected GradableObject |
AbstractGradeRecord.gradableObject |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<GradableObject> |
GradableObject.defaultComparator |
static Comparator<GradableObject> |
GradableObject.idComparator |
static Comparator<GradableObject> |
GradableObject.meanComparator |
static Comparator<GradableObject> |
GradableObject.nameComparator |
static Comparator<GradableObject> |
GradableObject.sortingComparator |
| Modifier and Type | Method and Description |
|---|---|
GradableObject |
AbstractGradeRecord.getGradableObject() |
GradableObject |
Comment.getGradableObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractGradeRecord.setGradableObject(GradableObject gradableObject) |
void |
Comment.setGradableObject(GradableObject gradableObject) |
| Constructor and Description |
|---|
Comment(String studentId,
String comment,
GradableObject gradableObject) |
GradingEvent(GradableObject gradableObject,
String graderId,
String studentId,
Object grade) |
Copyright © 2023. All rights reserved.