public class GradingEvent extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Comparator<GradingEvent> |
compareByDateGraded |
| Constructor and Description |
|---|
GradingEvent(GradableObject gradableObject,
String graderId,
String studentId,
Object grade) |
public static final Comparator<GradingEvent> compareByDateGraded
public GradingEvent(GradableObject gradableObject, String graderId, String studentId, Object grade)
Copyright © 2003–2022 Sakai Project. All rights reserved.