rubricQualityFeedbackModel resource type
Namespace: microsoft.graph
Feedback related to a specific quality of an educationRubric.
Properties
Property | Type | Description |
---|---|---|
feedback | itemBody | Specific feedback for one quality of this rubric. |
qualityId | String | The ID of the rubricQuality that this feedback is related to. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"feedback": {"@odata.type": "microsoft.graph.itemBody"},
"qualityId": "String"
}