rubricQuality 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 quality of a rubric. See educationRubric for a description of the relationship between rubric qualities, levels, and criteria.
Properties
Property | Type | Description |
---|---|---|
criteria | rubricCriterion collection | The collection of criteria for this rubric quality. |
description | itemBody | The description of this rubric quality. |
displayName | String | The name of this rubric quality. |
qualityId | String | The ID of this resource. |
weight | Single | If present, a numerical weight for this quality. Weights must add up to 100. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"criteria": [{"@odata.type": "microsoft.graph.rubricCriterion"}],
"description": {"@odata.type": "microsoft.graph.itemBody"},
"displayName": "String",
"qualityId": "String",
"weight": "Double"
}