educationGradingCategory 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 the weighted contribution of an assignment to a class average grade.

Note: Configure grading categories using Assignment settings.

Methods

Method Return Type Description
Add gradingCategory gradingCategory Add a new gradingCategory.
Remove gradingCategory educationCategory Remove existing gradingCategory.
Update gradingCategory educationCategory Update a single gradingCategory.

Properties

Property Type Description
id String The grading category's ID. This separate ID allows teachers to rename a grading category without losing the link to each assignment. Inherited from entity. Read-only.
displayName String The name of the grading category.
percentageWeight Int32 The weight of the category; an integer between 0 and 100.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.educationGradingCategory",
  "id": "String (identifier)",
  "displayName": "String",
  "percentageWeight": "Int32"
}