educationRubricOutcome 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 an educationOutcome that provides a graded rubric.
Methods
Method | Return Type | Description |
---|---|---|
Update outcome | 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. 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 JSON representation shows the resource type.
{
"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"}]
}