Grade setup wizard icon

Grade setup wizard

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.
Price option: Free

Supports Moodle 4.0-4.5 See all versions
Latest release: 1 year ago
Installations: 85
Downloads (last 90 days): 27

Frankenstyle name: gradereport_gradeconfigwizard
Grade reports

Comments

Comments are no longer open for new posts. Existing comments remain available to read.

Hello
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,
Please, fill in a detailed issue at https://github.com/UNIMOODLE/moodle-gradereport_gradeconfigwizard/issues so the programmers can diagnose and fix your problem.
Hello! Please help. After setting up categories, an error appeared that is not removed even after deleting the plugin:
Exception - Array key (name or level) missing from 3rd param of grade_edit_tree_column_name::get_category_cell($category, $levelclass, $params)
Approval issue created: CONTRIB-9533