Uses of Class
org.sakaiproject.tool.gradebook.CourseGradeRecord
-
-
Uses of CourseGradeRecord in org.sakaiproject.tool.gradebook
Fields in org.sakaiproject.tool.gradebook with type parameters of type CourseGradeRecord Modifier and Type Field Description static Comparator<CourseGradeRecord>CourseGradeRecord. calcComparatorMethods in org.sakaiproject.tool.gradebook that return types with arguments of type CourseGradeRecord Modifier and Type Method Description static Comparator<CourseGradeRecord>CourseGradeRecord. getOverrideComparator(GradeMapping mapping)Method parameters in org.sakaiproject.tool.gradebook with type arguments of type CourseGradeRecord Modifier and Type Method Description voidCourseGrade. calculateStatistics(Collection<CourseGradeRecord> gradeRecords, int numEnrollments)Calculate the mean course grade (whether entered or calulated) as a percentage for all enrollments, leaving students who've explicitly been given non-percentage-valued manual-only course grades (such as "I" for incomplete) or null scores out of the calculation.List<List<Object>>CourseGradesToSpreadsheetConverter. getSpreadsheetData(List<org.sakaiproject.section.api.coursemanagement.EnrollmentRecord> enrollments, CourseGrade courseGrade, Map<String,CourseGradeRecord> gradesMap, List<String> fields)This method is called by the Course Grade UI after gathering filtered enrollment records and course grade records, and before actually formatting and downloading the XLS or CSV file.
-