mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-10006 - Sorting the quiz overview report on feedback breaks it. Merged from MOODLE_18_STABLE.
This commit is contained in:
parent
e6d4504807
commit
2ac5177aff
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ class quiz_report extends quiz_default_report {
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($hasfeedback) {
|
if ($hasfeedback) {
|
||||||
$tablecolumns[] = 'feedback';
|
$tablecolumns[] = 'feedbacktext';
|
||||||
$tableheaders[] = get_string('feedback', 'quiz');
|
$tableheaders[] = get_string('feedback', 'quiz');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue