OSID Logo
OSID Specifications
grading calculation package
Version 3.0.0
Release Candidate Preview
EnumerationCalculationOperation
Description

This enumeration contains the various gradebook column calculations.

TRANSFORMTransform the grade entries between the GradeSystems defined in the input and the target columns.
MEANCalculate the mean of the linked column entries.
MEDIANCalculate the median of the linked column entries.
MODECalculate the mode of the linked column entries.
PERCENTILECalculate the percentile of the linked column. If more than one column is selected, the mean of the row entries is used.
RMSCalculate the root mean square of the linked column entries.
RULEUse an external rule to process the linked column entries.
STD_DEVIATION_OFFSETCalculate the offset from the standard deviation calculation of the linked column. If more than one column is selected, the mean of the row entries is used.
SUMCalculate the sum of the values of the linked column entries.