Grading Standards
Grading Standards API
{
// The name for an entry value within a GradingStandard that describes the range
// of the value
"name": "A",
// The value for the name of the entry within a GradingStandard. The entry
// represents the lower bound of the range for the entry. This range includes
// the value up to the next entry in the GradingStandard, or the maximum value
// for the scheme if there is no upper bound. The lowest value will have a lower
// bound range of 0.
"value": 0.9,
// The value that will be used to compare against a grade. For percentage based
// grading schemes, this is a number from 0 - 100 representing a percent. For
// point based grading schemes, this is the lower bound of points to achieve the
// grade.
"calculated_value": 90
}Parameter
Type
Description
Parameter
Type
Description
Last updated
Was this helpful?