rubricLevel resource type
Namespace: microsoft.graph
A level of a rubric.
See educationRubric for a description of the relationship between rubric qualities, levels, and criteria.
Properties
Property | Type | Description |
---|---|---|
description | itemBody | The description of this rubric level. |
displayName | String | The name of this rubric level. |
grading | educationAssignmentGradeType | Null if this is a no-points rubric; educationAssignmentPointsGradeType if it's a points rubric. |
levelId | String | The ID of this resource. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"description": {"@odata.type": "microsoft.graph.itemBody"},
"displayName": "String",
"grading": {"@odata.type": "microsoft.graph.educationAssignmentGradeType"},
"levelId": "String"
}