Open marcestone opened 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.
quizgame_get_completion_state
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.