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.

Advanced Grading report 1.02

Moodle 4.0, 4.1, 4.2, 4.3, 4.4, 4.5, 5.0
Released: الاثنين، 21 أبريل 2025، 3:59 AM

Version 1.02 April 2025

Confirmed compatibility with Moodle 5.0

Blind marking was not being applied when processing for a BTEC grading This was noticed during a scan using OpenAI 04-mini.

Thanks to Juan Segarra Montesinos for code to fix https://github.com/marcusgreen/moodle-report_advancedgrading/issues/19 To ensure only active grading instances should be shown

Thanks to Dan Marsden of Catalyst NZ for reporting https://github.com/marcusgreen/moodle-report_advancedgrading/issues/24 Where an image in feedback caused downloads to fail. Also thanks to Dragos Suciu for reminding me. It is now addressed through a preg_replace in the download function.

Version 1.01 Oct 2024

Confirmed compatibility with Moodle 4.5 and PHP 8.3 Thanks to Kevin Hipwell and Enovation for contribution to rubref (rubric refined also known as rubric flex) https://github.com/marcusgreen/moodle-report_advancedgrading/issues/30

Version 1.0 May 2024

Added behat test compatibility to work with Moodle 4.4. Thanks to Monash university Australia and thanks to Dmitrii Metelkin of Catalyst AU for code to support https://github.com/catalyst/moodle-gradingform_rubric_ranges. Added support for rubric_flex/refined. Thanks to Michael Aherne for code to conditionally run unit tests.

Version 0.91 Nov 2023

Added BTEC grading to the type of advanced grading supported.

Changed source of grader (person doing marking) from grading_instances table to assignment grade. This fixes the issue that the grader was recorded as the last person who scrolled through the grading interface got marked as the grader. Made the change for Rubric, Marking Guid and BTEC,

Version 0.9 Jul 2023

Remove all reference to datatables javascript modules as per https://github.com/marcusgreen/moodle-report_advancedgrading/issues/9 Datatables was being used for sorting and formatting but it broke javascript site wide. Many thanks to Iñigo Zendegi Urzelai

localisation of header fields as per https://github.com/marcusgreen/moodle-report_advancedgrading/issues/6. Solution from https://github.com/moodleulpgc Many thanks to Enrique Castro

Put report page in module context not course context so the navigation makes sense. See issue https://github.com/marcusgreen/moodle-report_advancedgrading/issues/10. Again, many thanks to Enrique Castro

Change layout to report to make better use of the screen

Added BTEC marking as an advanced grading type that it can report on. https://docs.moodle.org/402/en/BTEC_marking

Version 0.2 Oct 2022

Removed spurious % in time graded output. Thanks to Vlad Kidanov for reporting the alphabet generation would stop at 26 and contributing code to make it dependent on column count.

Version 0.1 Feb 2022

First release

Version information

Version build number
2025042000
Version release name
1.02
Maturity
الإصدار المستقر
MD5 Sum
805e43a721468b048a6cf60284782d68
Supported software
Moodle 4.0, Moodle 4.1, Moodle 4.2, Moodle 4.3, Moodle 4.4, Moodle 4.5, Moodle 5.0
  • Latest release for Moodle 4.0
  • Latest release for Moodle 4.1
  • Latest release for Moodle 4.2
  • Latest release for Moodle 4.3
  • Latest release for Moodle 4.4
  • Latest release for Moodle 4.5
  • Latest release for Moodle 5.0

Version control information

Version control system (VCS)
Other...
VCS repository URL
VCS tag
v1.02

Default installation instructions for plugins of the type Reports

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "myreport") in the "report" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation