GradeHistory Object

gc_grade_history(
  actorUserId = NULL,
  gradeTimestamp = NULL,
  gradeChangeType = NULL,
  maxPoints = NULL,
  pointsEarned = NULL
)

Arguments

actorUserId

The teacher who made the grade change

gradeTimestamp

When the grade of the submission was changed

gradeChangeType

The type of grade change at this time in the submission grade history

maxPoints

The denominator of the grade at this time in the submission grade

pointsEarned

The numerator of the grade at this time in the submission grade history

Value

GradeHistory object

Details

The history of each grade on this submission.