diff --git a/grade/grading/form/rubric/lang/en/gradingform_rubric.php b/grade/grading/form/rubric/lang/en/gradingform_rubric.php index 5fb170ab708c7..766960a8bf8de 100644 --- a/grade/grading/form/rubric/lang/en/gradingform_rubric.php +++ b/grade/grading/form/rubric/lang/en/gradingform_rubric.php @@ -72,6 +72,7 @@ $string['regradeoption0'] = 'Do not mark for regrade'; $string['regradeoption1'] = 'Mark for regrade'; $string['restoredfromdraft'] = 'NOTE: The last attempt to grade this person was not saved properly so draft grades have been restored. If you want to cancel these changes use the \'Cancel\' button below.'; +$string['remark'] = '{$a} remark'; $string['rubric'] = 'Rubric'; $string['rubricmapping'] = 'Score to grade mapping rules'; $string['rubricmappingexplained'] = 'The minimum possible score for this rubric is {$a->minscore} points. It will be converted to the minimum grade available for the activity (which is 0 unless a scale is used). The maximum score of {$a->maxscore} points will be converted to the maximum grade. Intermediate scores will be converted respectively. diff --git a/grade/grading/form/rubric/templates/grades/grader/gradingpanel.mustache b/grade/grading/form/rubric/templates/grades/grader/gradingpanel.mustache index 56a495e018d9f..c491a8163346b 100644 --- a/grade/grading/form/rubric/templates/grades/grader/gradingpanel.mustache +++ b/grade/grading/form/rubric/templates/grades/grader/gradingpanel.mustache @@ -85,12 +85,10 @@ id="advancedgrading-criteria-{{criterionid}}-levels-{{id}}-definition" value="{{id}}" {{#checked}} - aria-checked="true" tabindex="0" checked {{/checked}} {{^checked}} - aria-checked="false" tabindex="-1" {{/checked}} > @@ -107,6 +105,7 @@