educationGradingCategory resource type

Namespace: microsoft.graph

Represents the weighted contribution of an assignment to a class average grade.

Note: Configure grading categories by 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 ID of the grading category 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 JSON representation shows the resource type.

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