educationAssignmentSettings resource type

Namespace: microsoft.graph

Specifies class-level assignments settings.

Methods

Method Return type Description
Get educationAssignmentSettings educationAssignmentSettings Read the properties and relationships of an educationAssignmentSettings object.
Update educationAssignmentSettings educationAssignmentSettings Update the properties of 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 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
}