Plugin specific question bank

Plugin specific question bank

by Jørgen Finsveen -
Number of replies: 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?
Average of ratings: -
In reply to Jørgen Finsveen

Re: Plugin specific question bank

by Tim Hunt -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of 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

Average of ratings: Useful (1)