You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Not a bug, but an edge case caused by user misconfiguration that could be handled to inform users.
While testing, some assignments were using the 'Rubric' grading method without having set an advanced grading form. However, the option to view the breakdown report the plugin provides is still shown. Since no grading form was created/assigned to the assignment, the get_grading_definition function in locallib.php errors when executed.
To Reproduce
Steps to reproduce the behavior:
Create new course
Add an assignment to module
Set grading method to 'Rubric' or 'Marking Guide'
Option to view breakdown report is shown
Clicking this option displays error
Expected behavior
Direct and notify users to create an advanced grading form.
Screenshots
Desktop (please complete the following information):
OS: Ubuntu 22.04
Browser: Firefox 120.0
The text was updated successfully, but these errors were encountered:
Describe the bug
Not a bug, but an edge case caused by user misconfiguration that could be handled to inform users.
While testing, some assignments were using the 'Rubric' grading method without having set an advanced grading form. However, the option to view the breakdown report the plugin provides is still shown. Since no grading form was created/assigned to the assignment, the get_grading_definition function in
locallib.php
errors when executed.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Direct and notify users to create an advanced grading form.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: