Note: You are currently viewing documentation for Moodle 3.9. Up-to-date documentation for the latest stable version of Moodle may be available here: Course Report Plugins.

Development:Course Report Plugins

From MoodleDocs
Revision as of 18:50, 7 November 2007 by Ludo (Marc Alier) (talk | contribs) (Course Report Plugins)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A course report plugin is just another folder inside course/report/

If there is a mod.html file inside there, it will be included with the others when you visit course/report.php?id={courseid} in your browser.

That HTML fragment can do anything you like. A common thing is to include a link to course/report/myreport/index.php. That's all it is, simple, and gives you almost unlimited flexibility.