Can Moodle display course summary in the outline?
Currently course summary can be filled out as a block and displayed on the side of the page. Is it possible to display it in the main body section? In the topics outline view the area I am refering to is under the title ‘Topic Outline’.
Possible solutions:
- Make, instead of a block, a resource. To do this make a class that extends resource_base and overloads the necessary member function.
- Add another type of label that specifically displays the course summary.
- Add a specialized formats.php file that would display the required information.