educationFeedbackOutcome 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.
Represents feedback on an educationOutcome object in the form of text.
Methods
Method | Return Type | Description |
---|---|---|
Update outcome | educationOutcome | Update educationOutcome object. |
Properties
Property | Type | Description |
---|---|---|
id | String | Unique identifier for the educationFeedbackOutcome. |
feedback | educationFeedback | Teacher's written feedback to the student. |
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 JSON representation shows the resource type.
{
"id": "String (identifier)",
"feedback": {"@odata.type": "microsoft.graph.educationFeedback"},
"publishedFeedback": {"@odata.type": "microsoft.graph.educationFeedback"}
}