Details
-
Task
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
3.11
-
2
-
Internationals - 3.11 Sprint 9
Description
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())