Skip to content

Commit

Permalink
Merge branch 'MDL-53214-29-category-feedback' of git://github.com/cam…
Browse files Browse the repository at this point in the history
…eron1729/moodle into MOODLE_29_STABLE
  • Loading branch information
andrewnicols committed Mar 2, 2016
2 parents 7db166d + f2d1cbf commit 89068f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grade/report/grader/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@ public function get_right_rows($displayaverages) {

// If quickfeedback is on, print an input element
if ($showquickfeedback and $grade->is_editable()) {
$feedbacklabel = $fullname . ' ' . $item->itemname;
$feedbacklabel = $fullname . ' ' . $item->get_name(true);
$itemcell->text .= '<label class="accesshide" for="feedback_'.$userid.'_'.$item->id.'">'
.get_string('useractivityfeedback', 'gradereport_grader', $feedbacklabel).'</label>';
$itemcell->text .= '<input class="quickfeedback" tabindex="' . $tabindices[$item->id]['feedback'].'" id="feedback_'.$userid.'_'.$item->id
Expand Down

0 comments on commit 89068f4

Please sign in to comment.