Skip to content

Commit

Permalink
change timegraded from gin to ag
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusgreen committed Nov 24, 2023
1 parent f3107a8 commit d4f884f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/rubric.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function get_data(\assign $assign, \cm_info $cm) : array {
stu.id AS userid, stu.idnumber AS idnumber,
stu.firstname, stu.lastname, stu.username,
stu.username, stu.email, rubm.username AS grader,
gin.timemodified AS modified,
ag.timemodified AS modified,
ctx.instanceid, ag.grade, asg.blindmarking, assign_comment.commenttext as overallfeedback
FROM {assign} asg
JOIN {course_modules} cm ON cm.instance = asg.id
Expand Down

0 comments on commit d4f884f

Please sign in to comment.