Skip to content

Commit

Permalink
Update grader data / text
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarat87 committed Jul 19, 2024
1 parent efc7ad0 commit 0ad73f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion classes/rubric_ranges.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public function get_data(\assign $assign, \cm_info $cm): array {
level.definition, grf.remark, grf.grade as grade_rub_range, grf.criterionid,
stu.id AS userid, stu.idnumber AS idnumber,
stu.firstname, stu.lastname, stu.username,
stu.username, stu.email, rubm.username AS grader,
stu.username, stu.email, CONCAT(rubm.firstname, ' - ',rubm.lastname) AS grader,
ag.timemodified AS modified,
ctx.instanceid, ag.grade, asg.blindmarking, assign_comment.commenttext as overallfeedback
FROM {assign} asg
Expand Down
4 changes: 2 additions & 2 deletions lang/en/report_advancedgrading.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
$string['btecgrades'] = 'BTEC breakdown report';
$string['rubricgrades'] = 'Rubric breakdown report';
$string['guidegrades'] = 'Marking guide breakdown report';
$string['rubricrangesgrades'] = 'rubric range breakdown report';
$string['rubricrangesgrades'] = 'Rubric range breakdown report';
$string['rubric'] = 'Rubric';
$string['assignment'] = 'Assignment';
$string['grademethod'] = 'Grade method';
Expand All @@ -36,7 +36,7 @@
$string['showgroups'] = 'Show groups';
$string['showgroups_desc'] = 'Show groups in the report';
$string['exceldownload'] = 'Excel download';
$string['exceldownload_help'] = 'Download an Excel spreaedsheet format (xlsx) version of the table';
$string['exceldownload_help'] = 'Download an Excel spreadsheet format (xlsx) version of the table';
$string['csvdownload'] = 'CSV download';
$string['csvdownload_help'] = 'Download a comma Separated values version of the table';
$string['profilefields'] = 'Profile fields';
Expand Down

0 comments on commit 0ad73f7

Please sign in to comment.