educationRubricOutcome resource type

Namespace: microsoft.graph

An educationOutcome that provides a graded rubric.

Methods

Method Return Type Description
Update educationOutcome educationOutcome Update educationOutcome object.

Properties

Property Type Description
id String Unique identifier for the educationRubricOutcome.
lastModifiedBy identitySet The last user to modify the resource.
lastModifiedDateTime DateTimeOffset Moment in time when the resource was last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
publishedRubricQualityFeedback rubricQualityFeedbackModel collection A copy of the rubricQualityFeedback property that is made when the grade is released to the student.
publishedRubricQualitySelectedLevels rubricQualitySelectedColumnModel collection A copy of the rubricQualitySelectedLevels property that is made when the grade is released to the student.
rubricQualityFeedback rubricQualityFeedbackModel collection A collection of specific feedback for each quality of this rubric.
rubricQualitySelectedLevels rubricQualitySelectedColumnModel collection The level that the teacher has selected for each quality while grading this assignment.

Relationships

None

JSON representation

The following is a JSON representation of the resource.

{
  "id": "String (identifier)",
  "publishedRubricQualityFeedback": [{"@odata.type": "microsoft.graph.rubricQualityFeedbackModel"}],
  "publishedRubricQualitySelectedLevels": [{"@odata.type": "microsoft.graph.rubricQualitySelectedColumnModel"}],
  "rubricQualityFeedback": [{"@odata.type": "microsoft.graph.rubricQualityFeedbackModel"}],
  "rubricQualitySelectedLevels": [{"@odata.type": "microsoft.graph.rubricQualitySelectedColumnModel"}]
}