Plugin specific question bank

Plugin specific question bank

Jørgen Finsveen -
回帖数:2
Greetings, 

I am working with a plugin (Jazzquiz) to Moodle 4.1, and I would like to try implementing a plugin-specific question bank which is as similar as possible to the question bank implemented in Moodle. Does anyone have some advices regarding how this could be done?
回复Jørgen Finsveen

Re: Plugin specific question bank

Tim Hunt -
Core developers的头像 Documentation writers的头像 Particularly helpful Moodlers的头像 Peer reviewers的头像 Plugin developers的头像

Have you seen the plugin StudentQuiz. That is an activity built around the standard question bank, and seeing how that works might give you some ideas how to do it.

(A key part of getting this to work is for your plugin to say it works with FEATURE_USES_QUESTIONS in the ..._supports function: https://github.com/studentquiz/moodle-mod_studentquiz/blob/main/lib.php#L59