-
Bug
-
Resolution: Fixed
-
Minor
-
2.3.6, 2.4.3, 2.5
-
MOODLE_23_STABLE, MOODLE_24_STABLE, MOODLE_25_STABLE
-
MOODLE_23_STABLE, MOODLE_24_STABLE
-
Easy
-
I just found a hard-coded English table header in
mod/quiz/report/statistics/statistics_question_table.php line 77
of Moodle 2.5 (2.5dev (Build: 20130322)):
if ($responesstats->has_subparts())
{ $columns[] = 'part'; $headers[] = 'Part of question'; }