google_api_classroom v0.4.0 GoogleApi.Classroom.V1.Model.GradeHistory View Source

The history of each grade on this submission.

Attributes

  • actorUserId (String.t): The teacher who made the grade change. Defaults to: null.
  • gradeChangeType (String.t): The type of grade change at this time in the submission grade history. Defaults to: null.

    • Enum - one of [UNKNOWN_GRADE_CHANGE_TYPE, DRAFT_GRADE_POINTS_EARNED_CHANGE, ASSIGNED_GRADE_POINTS_EARNED_CHANGE, MAX_POINTS_CHANGE]
  • gradeTimestamp (DateTime.t): When the grade of the submission was changed. Defaults to: null.
  • maxPoints (float()): The denominator of the grade at this time in the submission grade history. Defaults to: null.
  • pointsEarned (float()): The numerator of the grade at this time in the submission grade history. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Classroom.V1.Model.GradeHistory{
  actorUserId: any(),
  gradeChangeType: any(),
  gradeTimestamp: DateTime.t(),
  maxPoints: any(),
  pointsEarned: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.