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:
708 sites
213 downloads
16 fans
Current versions available: 3
Report on graded assignments.
This report shows a breakdown of assignments graded with the supported advanced grading method. It supports Rubrics, Marking Guide and BTEC grading.
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