How to force update Gradebook?

How to force update Gradebook?

Dmitry Pupinin -
回帖数:2
Core developers的头像 Plugin developers的头像
I need to test function xxx_update_grades in my module. How can I force Moodle to launch this function?
回复Dmitry Pupinin

Re: How to force update Gradebook?

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

You could make a little test script to call it.
回复Martin Dougiamas

Re: How to force update Gradebook?

Dmitry Pupinin -
Core developers的头像 Plugin developers的头像
Passive?
Functions xxx_update_grades calls from grade_update_mod_grades in gradelib.php
When it used?