Uses of Class
org.sakaiproject.tool.gradebook.AssignmentGradeRecord
-
-
Uses of AssignmentGradeRecord in org.sakaiproject.tool.gradebook
Fields in org.sakaiproject.tool.gradebook with type parameters of type AssignmentGradeRecord Modifier and Type Field Description static Comparator<AssignmentGradeRecord>AssignmentGradeRecord. calcComparatorstatic Comparator<AssignmentGradeRecord>AssignmentGradeRecord. numericComparatorMethods in org.sakaiproject.tool.gradebook that return AssignmentGradeRecord Modifier and Type Method Description AssignmentGradeRecordAssignmentGradeRecord. clone()Method parameters in org.sakaiproject.tool.gradebook with type arguments of type AssignmentGradeRecord Modifier and Type Method Description voidGradebookAssignment. calculateStatistics(Collection<AssignmentGradeRecord> gradeRecords)Calculate the mean score for students with entered grades.voidCategory. calculateStatisticsPerStudent(List<AssignmentGradeRecord> gradeRecords, String studentUid)
-