educationPointsOutcome resource type
Namespace: microsoft.graph
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 the teacher has given 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"}
}