GoogleApi.Classroom.V1.Model.GradeHistory (google_api_classroom v0.18.0) View Source

The history of each grade on this submission.

Attributes

  • actorUserId (type: String.t, default: nil) - The teacher who made the grade change.
  • gradeChangeType (type: String.t, default: nil) - The type of grade change at this time in the submission grade history.
  • gradeTimestamp (type: DateTime.t, default: nil) - When the grade of the submission was changed.
  • maxPoints (type: float(), default: nil) - The denominator of the grade at this time in the submission grade history.
  • pointsEarned (type: float(), default: nil) - The numerator of the grade at this time in the submission grade history.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Classroom.V1.Model.GradeHistory{
  actorUserId: String.t() | nil,
  gradeChangeType: String.t() | nil,
  gradeTimestamp: DateTime.t() | nil,
  maxPoints: float() | nil,
  pointsEarned: float() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.