educationAssignmentPointsGradeType 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.

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"
}