Grade setup wizard
Maintained by
UNIMOODLE Consortium, Jordi Aubia
The 'Grade Setup Wizard' plugin allows you to perform certain basic tasks in setting the Gradebook quickly and easily. The goal of the plugin is to facilitate the organization of the Gradebook in complex situations. At a logical level, the changes made both in the dashboard and in the formula editors and evaluation schemes are applied in the native Moodle Gradebook, either by creating elements, modifying the organization of categories and subcategories, or creating formulas.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
Jury,
Thank you for reporting this issue.
To resolve the error you're experiencing, please execute the
following SQL query on your Moodle database. This will update any
NULL or empty values in the fullname
column of the mdl_grade_categories table
with a default value to prevent the error:
sql
Copiar código
UPDATE mdl_grade_categories
SET fullname = 'rename_me'
WHERE fullname IS NULL OR fullname = '';
Additionally, we have identified and fixed the underlying issue in
the plugin that caused this problem. However, to fully resolve the
current error, you will need to repair the affected table using the
query above.
If you have any further questions or encounter additional issues,
feel free to reach out.
Best regards,
Exception - Array key (name or level) missing from 3rd param of grade_edit_tree_column_name::get_category_cell($category, $levelclass, $params)