Custom Moodle Format to Display Class Title and Summary

Question:

How can we display course information such as the title and summary without entering the information by hand? We are able to have this information automatically entered in the class settings, but also want it to appear in the topic view of the course.

Answer:

In order to display the title and summary of the course in the course view, a new format.php should be developed. This has the benefit of providing exactly what is needed, however the downside is that it is UCLA specific.

To simplify the process this will be mainly based of the topics format (/course/format/topics/format.php). The lines that are of importance are 96-116.

To solve the summary display issue:

To solve the Topic Outline header:


Revision #4
Created 2007-05-03 14:22:24 UTC by Honda, Alexander
Updated 2007-05-03 15:31:27 UTC by Rifkin, Devon