From 0ad73f711dd985281665b7bc042439355e51c0a0 Mon Sep 17 00:00:00 2001 From: Guillaume Barat Date: Fri, 19 Jul 2024 11:54:20 +1000 Subject: [PATCH] Update grader data / text --- classes/rubric_ranges.php | 2 +- lang/en/report_advancedgrading.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/classes/rubric_ranges.php b/classes/rubric_ranges.php index 995316a..eff72d5 100644 --- a/classes/rubric_ranges.php +++ b/classes/rubric_ranges.php @@ -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 diff --git a/lang/en/report_advancedgrading.php b/lang/en/report_advancedgrading.php index 725fcc5..ad32c57 100644 --- a/lang/en/report_advancedgrading.php +++ b/lang/en/report_advancedgrading.php @@ -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'; @@ -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';