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