academic-moodle-cooperation / moodle-mod_offlinequiz

The Offline Quiz activity allows the creation of multiple choice tests with questions from the question bank of a Moodle course, which are handed out to students in printed form. After completion, the answer forms are scanned and can be automatically evaluated online directly in Moodle.
https://academic-moodle-cooperation.org/mod_offlinequiz/
GNU General Public License v3.0
30 stars 58 forks source link

user_get_participants deprecated methods have been removed and can no longer be used in proivider.php #242

Closed taboubi closed 7 months ago

taboubi commented 8 months ago

Since 4.3 The following previously deprecated methods have been removed and can no longer be used:

univietw commented 7 months ago

Hi @taboubi, thank you for your contribution. You are absolutely right. I have no idea how this could have slipped through. I will fix it for the next 4.3 release.

taboubi commented 7 months ago

Already fixed here https://github.com/academic-moodle-cooperation/moodle-mod_offlinequiz/commit/c62d5001e8b6ab080c5551ba7b7af3dd9187dcfa

Thank you