-
Task
-
Resolution: Fixed
-
Blocker
-
3.11
-
MOODLE_311_STABLE
-
MOODLE_311_STABLE
-
MDL-71161-master-4 -
-
2
-
Internationals - 3.11 Sprint 9
Go through the view.php page of each activity module and display the activity information output component.
Typical procedure:
- Find the heading for the view page (e.g. $OUTPUT->heading()).
- Add the activity information below the heading. e.g.
$OUTPUT->activity_information($cm);
Make sure that $cm is an instance of cm_info (You can also use cm_info::create())