educationGradingSchemeGrade resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents an individual grade range that contributes to a grading scheme.

Properties

Property Type Description
defaultPercentage Int32 The midpoint of the grade range.
displayName String The name of the grading scheme.
minPercentage Int32 The minimum percentage of the total points needed to achieve this grade.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.educationGradingSchemeGrade",
  "displayName": "String",
  "minPercentage": "Int32",
  "defaultPercentage": "Int32"
}