Enumeration | CalculationOperation | |
---|---|---|
Description |
This enumeration contains the various gradebook column calculations. | |
TRANSFORM | Transform the grade entries between the GradeSystems defined in the input and the target columns. | |
MEAN | Calculate the mean of the linked column entries. | |
MEDIAN | Calculate the median of the linked column entries. | |
MODE | Calculate the mode of the linked column entries. | |
PERCENTILE | Calculate the percentile of the linked column. If more than one column is selected, the mean of the row entries is used. | |
RMS | Calculate the root mean square of the linked column entries. | |
RULE | Use an external rule to process the linked column entries. | |
STD_DEVIATION_OFFSET | Calculate 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. | |
SUM | Calculate the sum of the values of the linked column entries. |