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.

JSON representation

The following is a JSON representation of the resource.

{
  "feedback": {"@odata.type": "microsoft.graph.itemBody"},
  "qualityId": "String"
}