calculationType property

String? calculationType
getter/setter pair

Indicates how the overall grade is calculated. Possible string values are:

  • "CALCULATION_TYPE_UNSPECIFIED" : No method specified. This is never returned.
  • "TOTAL_POINTS" : Overall grade is the sum of grades divided by the sum of total points regardless of category.
  • "WEIGHTED_CATEGORIES" : Overall grade is the weighted average by category.

Implementation

core.String? calculationType;