educationAssignmentPointsGradeType resource type

Namespace: microsoft.graph

Resource type that is used with the assignments.grading property. This is a subclass of educationAssignmentGradeType.

This indicates that the assignment is graded and stores the maximum number of points each student can achieve on this work item. When this is set on an assignment, each submission will get an educationAssignmentPointsGrade property associated with it for the storage of each student's points.

Properties

Property Type Description
maxPoints Single Max points possible for this assignment.

JSON representation

The following is a JSON representation of the resource.

{
  "maxPoints": "Double"
}