educationFeedbackOutcome resource type

Namespace: microsoft.graph

Represents feedback on an educationOutcome object in the form of text.

Methods

Method Return Type Description
Update educationOutcome educationOutcome Update educationOutcome object.

Properties

Property Type Description
feedback educationFeedback Teacher's written feedback to the student.
id String Unique identifier for the educationFeedbackOutcome.
publishedFeedback educationFeedback A copy of the feedback property that is made when the grade is released to the student.

Relationships

None

JSON representation

The following is a JSON representation of the resource.

{
  "feedback": {"@odata.type": "microsoft.graph.educationFeedback"},
  "id": "String (identifier)",
  "publishedFeedback": {"@odata.type": "microsoft.graph.educationFeedback"}
}