Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 2.4
-
Fix Version/s: 2.4
-
Component/s: Assignment
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_24_STABLE
-
Fixed Branches:MOODLE_24_STABLE
-
Pull from Repository:
-
Pull Master Branch:
-
Pull Master Diff URL:
Description
Fatal error: Call to private method assign::get_renderer() when uploading grading worksheet
This error is thrown as the result of calling a private function in assign/offline/locallib.php when uploading grading worksheet
The steps to replicate:
- Create a new course with some enrolled students in it
- Create a new assignment with setting 'Feedback settings > Offline grading worksheet' to Yes
- Save and display the assignment
- Click on 'View/grade all submissions'
- Select 'Upload grading worksheet' from the dropdown menu
- It gives you the above error message