Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Specifies class-level assignments settings.
Methods
| Method | Return type | Description | 
|---|---|---|
| Get | educationAssignmentSettings | Read the properties and relationships of an educationAssignmentSettings object. | 
| Update | educationAssignmentSettings | Update the properties of an educationAssignmentSettings object. | 
| Add default grading scheme | educationGradingScheme | Add the default educationGradingScheme to an educationAssignmentSettings object. | 
| Update educationGradingCategory | educationGradingCategory | Update the gradingCategory on the assignment settings. | 
Properties
| Property | Type | Description | 
|---|---|---|
| id | String | Unique identifier for the educationAssignmentSettings. | 
| submissionAnimationDisabled | Boolean | Indicates whether to show the turn-in celebration animation. If true, indicates to skip the animation. The default value isfalse. | 
Relationships
| Relationship | Type | Description | 
|---|---|---|
| defaultGradingScheme | educationGradingScheme | The default grading scheme for assignments created in this class. | 
| gradingCategories | educationGradingCategory collection | When set, enables users to weight assignments differently when computing a class average grade. | 
| gradingSchemes | educationGradingScheme collection | The grading schemes that can be attached to assignments created in this class. | 
JSON representation
The following JSON representation shows the resource type.
{
  "id": "String (identifier)",
  "submissionAnimationDisabled": "Boolean"
}