google_api_classroom v0.16.0 GoogleApi.Classroom.V1.Model.GradeHistory 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(),
gradeChangeType: String.t(),
gradeTimestamp: DateTime.t(),
maxPoints: float(),
pointsEarned: float()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.