Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.3.6, 2.4.3, 2.5
-
Labels:
-
Testing Instructions:
-
Difficulty:Easy
-
Affected Branches:MOODLE_23_STABLE, MOODLE_24_STABLE, MOODLE_25_STABLE
-
Fixed Branches:MOODLE_23_STABLE, MOODLE_24_STABLE
-
Pull from Repository:
-
Pull Master Branch:
-
Pull Master Diff URL:
Description
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'; }