rubricQualityFeedbackModel 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.

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