
Activities: Quizventure
mod_quizgame
Maintained by
John Okely,
Stephen Bourget
Quizventure is an activity module that loads quiz questions from the course it's added to. The possible answers come down as space ships and you have to shoot the correct one.
1675 sites
522 downloads
98 fans
Students procastinating too much? Are they playing games instead of studying? Well now you can motivate them by allowing them to do both at once!
Quizventure is an activity module that loads quiz questions from the course it's added to. The possible answers come down as space ships and you have to shoot the correct one.
Sets
This plugin is part of set Gamification.
Useful links
Contributors
John Okely (Lead maintainer)
Stephen Bourget
Please login to view contributors details and/or to contact them
Can you please help me with the below issue? Although the quiz is working perfectly and I have no issues in general, I get this message under the title:
Too much data passed as arguments to js_call_amd("mod_quizgame/quizgame", "innit"). Generally there are better ways to pass lots of data from PHP to JavaScript, for example via Ajax, data attributes, .... This warning is triggered if the argument string becomes longer than 1024 characters.
• line 1028 of /lib/outputrequirementslib.php: call to debugging()
• line 85 of /mod/quizgame/renderer.php: call to page_requirements_manager->js_call_amd()
• line 86 of /mod/quizgame/view.php: call to mod_quizgame_renderer->render_game()
Is there something wrong? Any suggestions?
Thank you,
Georgia
That debugging notice is a known issue. (https://github.com/xow/moodle-mod_quizgame/issues/35)
It will not impact operation of the plugin, and you can hide it by turning off debugging or not displaying debugging notices on your site (https://docs.moodle.org/38/en/Debugging#Debug_messages)
Hope that helps
-Steve
See https://github.com/xow/moodle-mod_quizgame/issues/71
This has been requested, please vote for it and watch it here for any updates https://github.com/xow/moodle-mod_quizgame/issues/18
Can we customize the battle ship icon?