-
Bug
-
Resolution: Fixed
-
Minor
-
3.1.6, 3.2.3, 3.3, 3.4.3, 3.5, 3.6
-
MOODLE_31_STABLE, MOODLE_32_STABLE, MOODLE_33_STABLE, MOODLE_34_STABLE, MOODLE_35_STABLE, MOODLE_36_STABLE
-
MOODLE_34_STABLE, MOODLE_35_STABLE
-
MDL-58781_master -
Discovered while testing MDL-55468:
In the Feedback module, the Analysis tab displays the number of submitted feedbacks via a string like "Submitted answers: 6" (string "completed_feedbacks") But in the exported sheet, this number is displayed as "Feedback: 6" (course module name).
It seems to be a mistake as using the name of the module may not make sense in some other languages. I would expect the sheet uses the same string "Submitted answers: 6".
Additionally, it seems that web UI (analysis.php) uses count_completed_responses() method for this number, and the Excel sheet displays the result of feedback_get_completeds_group_count(). Is this intentional?