How to force update Gradebook?

How to force update Gradebook?

por Dmitry Pupinin -
Number of replies: 2
Imaxe de Core developers Imaxe de Plugin developers
I need to test function xxx_update_grades in my module. How can I force Moodle to launch this function?
Average of ratings: -
In reply to Dmitry Pupinin

Re: How to force update Gradebook?

por Martin Dougiamas -
Imaxe de Core developers Imaxe de Documentation writers Imaxe de Moodle HQ Imaxe de Particularly helpful Moodlers Imaxe de Plugin developers Imaxe de Testers
Your module needs to call it (the new gradebook is passive).

You could make a little test script to call it.
In reply to Martin Dougiamas

Re: How to force update Gradebook?

por Dmitry Pupinin -
Imaxe de Core developers Imaxe de Plugin developers
Passive?
Functions xxx_update_grades calls from grade_update_mod_grades in gradelib.php
When it used?