educationAssignmentSettings 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.
Specifies class-level assignments settings.
Methods
Method | Return type | Description |
---|---|---|
Get | educationAssignmentSettings | Read the properties and relationships of an educationAssignmentSettings object. |
Update grading scheme | educationAssignmentSettings | Update the properties of an educationAssignmentSettings object. |
Properties
Property | Type | Description |
---|---|---|
id | String | Unique identifier for the educationAssignmentSettings. |
submissionAnimationDisabled | Boolean | Indicates whether turn-in celebration animation is shown. If true , the animation doesn't show. The default value is false . |
Relationships
Relationship | Type | Description |
---|---|---|
gradingCategories | educationGradingCategory collection | When set, enables users to weight assignments differently when computing a class average grade. |
JSON representation
The following JSON representation shows the resource type.
{
"id": "String (identifier)",
"submissionAnimationDisabled": false
}