Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.1
-
None
-
MOODLE_20_STABLE
-
MOODLE_20_STABLE
Description
The completion system uses a function completion_info::print_help_icon which prints the 'Your progress' help button.
A developer here is trying to implement a new course format and to use a proper renderer structure. In order to do this it would be helpful if the print_help_icon function were changed to display_help_icon (return html string rather than printing it directly).