Reports in Moodle. What reports would you like to see?

Re: Reports in Moodle. What reports would you like to see?

by Gabriel Mazetto -
Number of replies: 1
What we have done at Federal University of Santa Catarina (UFSC) in Brazil for the UNA-SUS project is invest a lot of energy building a Object Oriented architecture to help achieve the needs of filtering and high level reporting.

We divided the process in "filter selected" <> "data sources" <> "data objects" <> "the reporting logic" <> "view decorators"

With that architecture the Business logic that correspond of simple queries to the "data objects" asking things like "does this activity have grades?" if so, has it been graded on the expected date?

And after this Business Logic execution, we generate rich reports that include not only the numeric data but also give more information like painting the cell red if it the grade was graded several days after the expected date and so on.
In reply to Gabriel Mazetto

Re: Reports in Moodle. What reports would you like to see?

by Séverin Terrier -
Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Testers Picture of Translators

It seems very interesting.

Is there somewhere we can have more details about that?

Perhaps a github link with sources?