Skip to content
Snippets Groups Projects
Commit 1cbc1298 authored by Nicosoft's avatar Nicosoft Committed by GitHub
Browse files

Update AssignmentGraded.php

parent acbdfd2b
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,7 @@ class AssignmentGraded extends ModuleViewed {
'graded_user_id' => $opts['graded_user']->id,
'graded_user_url' => $opts['graded_user']->url,
'graded_user_name' => $opts['graded_user']->fullname,
'graded_user_email' => $opts['graded_user']->email,
'grade_score_raw' => $scoreraw,
'grade_score_min' => $scoremin,
'grade_score_max' => $scoremax,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment