| |
|
| java.lang.Object org.sakaiproject.tool.gradebook.GradableObject org.sakaiproject.tool.gradebook.CourseGrade
CourseGrade | public class CourseGrade extends GradableObject (Code) | | A CourseGrade is a GradableObject that represents the overall course grade
in a gradebook.
author: Josh Holtzman |
Method Summary | |
public void | calculateStatistics(Collection<CourseGradeRecord> gradeRecords, int numEnrollments) Calculate the mean course grade (whether entered or calulated) as a
percentage for all enrollments, counting null grades as zero, but leaving
students who've explicitly been given non-percentage-valued manual-only
course grades (such as "I" for incomplete) out of the calculation. | public boolean | isCourseGrade() |
SORT_BY_CALCULATED_GRADE | public static String SORT_BY_CALCULATED_GRADE(Code) | | |
SORT_BY_OVERRIDE_GRADE | public static String SORT_BY_OVERRIDE_GRADE(Code) | | |
SORT_BY_POINTS_EARNED | public static String SORT_BY_POINTS_EARNED(Code) | | |
CourseGrade | public CourseGrade()(Code) | | |
calculateStatistics | public void calculateStatistics(Collection<CourseGradeRecord> gradeRecords, int numEnrollments)(Code) | | Calculate the mean course grade (whether entered or calulated) as a
percentage for all enrollments, counting null grades as zero, but leaving
students who've explicitly been given non-percentage-valued manual-only
course grades (such as "I" for incomplete) out of the calculation.
|
|
|
|