| Modifier and Type | Field and Description |
|---|---|
static Comparator<CourseGradeRecord> |
CourseGradeRecord.calcComparator |
| Modifier and Type | Method and Description |
|---|---|
static Comparator<CourseGradeRecord> |
CourseGradeRecord.getOverrideComparator(GradeMapping mapping) |
| Modifier and Type | Method and Description |
|---|---|
void |
CourseGrade.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<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.
|
Copyright © 2003–2016 Sakai Project. All rights reserved.