xow / moodle-mod_quizgame

Moodle activity module to create dynamic games based on the question bank
7 stars 7 forks source link

Moodle 4.3 final deprecation of *_get_completion_state() callbacks #82

Open marcestone opened 6 months ago

marcestone commented 6 months ago

Hi! I found that in https://github.com/xow/moodle-mod_quizgame/blob/master/lib.php#L204, the quizgame_get_completion_state function is still declared in the latest version. According to the Moodle Tracker ticket https://tracker.moodle.org/browse/MDL-71196, the *_get_completion_state() callbacks were deprecated and will be replaced by the activity custom completion classes. Here it is how the callbacks were replaced in multiple Moodle Core plugins: https://github.com/moodle/moodle/commit/334b6c75a43ea2a72995d14ee9526e6b82662270.