Moodle Plugins directory: Advanced Grading report | Moodle.org
Advanced Grading report
Reports ::: report_advancedgrading
Maintained by
Marcus Green
Report on assignments that have been graded using the advanced grading methods, Rubric or Marking Guide. Shows a breakdown of the grades and comments.
Covers similar ground to
https://github.com/pauln/moodle-report_componentgrades
The Rubric and Marking Guide breakdown reports can be reached from the course page by clicking on an assignment and selecting from this menu. The menu option shown will depend on the grading method of the assignment.
Latest release:
644 sites
243 downloads
16 fans
Current versions available: 3
Reasons for its development
The main reason for development was that the component report was hard to maintain because of its architecture and it was not possible to create automated tests.
This report is designed to be easier to maintain and extend. It should be relatively easyto extend it to cope with different advanced grading methods. The Excel and CSV export is directly from the html table so no knowledge of the phpoffice API is required for development. It includes phpunit and behat tests.
Contributors
Marcus Green (Lead maintainer)
Please login to view contributors details and/or to contact them
It looks like 'rubref.php' is inaccessible due to use of
defined('MOODLE_INTERNAL') || die();
Perhaps I misunderstood it's use; I would think that it shouldn't be there because the page is stand alone and not part of another file thus 'MOODLE_INTERNAL' is never going to be defined.
Also when you do gain access to the page (by removing the define check); the string 'rubrefreportname' does not exist.
To keep it all together. I am away at the moment and I may not be able to look into this properly until the end of the week. Mention you posted about this first here