educationPointsOutcome 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 educationOutcome that gives a numerical grade.
Methods
Method | Return Type | Description |
---|---|---|
Update outcome | educationOutcome | Update educationOutcome object. |
Properties
Property | Type | Description |
---|---|---|
id | String | Unique identifier for the educationPointsOutcome. |
points | educationAssignmentPointsGrade | The numeric grade that the teacher gave the student for this assignment. |
publishedPoints | educationAssignmentPointsGrade | A copy of the points property that is made when the grade is released to the student. |
Relationships
None
JSON representation
The following JSON representation shows the resource type.
{
"id": "String (identifier)",
"points": {"@odata.type": "microsoft.graph.educationAssignmentPointsGrade"},
"publishedPoints": {"@odata.type": "microsoft.graph.educationAssignmentPointsGrade"}
}