-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
4.0.4, 4.0.5, 4.1
-
None
-
v3.7.1 - 2017010400
-
MOODLE_400_STABLE, MOODLE_401_STABLE
The active quiz plugin is used for realtime quiz functionality on Moodle. The problem is that when you try to edit the quiz or create new quiz the questions from questionbank are not shown,but also for some reason the error is not shown (even in DEVELOPER mode). I have traced the error and it is because /core_question/bank/view class is renamed and restructured in questionbank as /core_question/local/bank/view. The class activequiz_question_bank_view (https://github.com/jhoopes/moodle-mod_activequiz/blob/2e3c46077eddd7b583f71b381953ed6325f18087/classes/activequiz_question_bank_view.php) is extending the wrong class and just changing the class package does nothing. I have traced the error and it shows nothing like the class /core_question/local/bank/view doesn't exist. Am I missing something, it would be great to fix this issue and I would be willing to help but I need some guidance with the new questionbank system.