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
static Comparator<CourseGradeRecord> CourseGradeRecord.calcComparator
           
 

Methods in org.sakaiproject.tool.gradebook that return types with arguments of type CourseGradeRecord
static Comparator<CourseGradeRecord> CourseGradeRecord.getOverrideComparator(GradeMapping mapping)
           
 

Method parameters in org.sakaiproject.tool.gradebook with type arguments of type CourseGradeRecord
 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)
          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-2013 Sakai Project. All Rights Reserved.