Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

reportbuilder

From MoodleDocs
Revision as of 04:04, 5 June 2014 by John Okely (talk | contribs) (Update work in progress message to template)

Note: This page is a work-in-progress. Feedback and suggested improvements are welcome. Please join the discussion on moodle.org or use the page comments.


Report Builder technical documentation

We are currently working on porting Report Builder, see the Report Builder specification for more details.

The original user stories (which will no longer be followed) are available here.

Report builder has an API intended to make it easy to extend the functionality in a number of ways. The primary feature is the ability to write report sources, that allow the user to generate reports based on specific data from within moodle.

It is also possible to create new content and access restrictions, filter types, and display functions.

Beginner Topics

Intermediate Topics

Advanced Topics

Embedded Reports

  • Overview
  • Access restrictions in embedded reports
  • Embedded reports in My Reports list
  • Resetting to defaults
  • Embedded parameters

Troubleshooting

  • Common Exceptions (automatic error checks)
  • Other errors
  • Debugging tools
  • Choosing a base table / Performance
  • Performance benchmarks