
Activities: Game
mod_game
Maintained by
Vasilis Daloukas
The game activity module makes use of questions, quizzes and glossaries to create offer a variety of interactive games.
8110 sites
3k downloads
221 fans
Current versions available: 1
This module gets input from quiz, glossary or questions and plays some games. The games are:
* hangman
* crossword
* cryptex
* millionaire
* sudoku
* Snakes and Ladders
* The hidden picture
* Book with questions
If you like this module please consider donating via PayPal at

It's a project that has been active since 2007 and is the number 7 on downloads in the last 12 months according to https://moodle.org/plugins/stats.php?plugin_category=1.
This module is and will remain free, but your donation allows me to continue the development, and any amount is greatly appreciated.
Now is GDPR compliant.
Publications (Google Scholar profile):
Sets
This plugin is part of set Gamification.
Contributors
Vasilis Daloukas (Lead maintainer)
Please login to view contributors details and/or to contact them
Anonymous User. The problem is with questions in your question bank.
I'm getting errors when someone make a mistake finding the word.
We encounter a problem with "Snakes and Ladders" : an error is thrown when finishing the game. We tried several cases but the message remains the same (even when on last position, dice showing 1 and a correct answer is given or being on 32 and responding correctly with a dice of six). The error is thrown when a good answer is given and we are out of the board (game "won"). We use Moodle 3.6.2+ (Build 20190208) and plugin game version 2019033001.
The error is :
Debug info:
Error code: Course Module ID was incorrect id=
$a contents:
Stack trace:
• line 494 of /lib/setuplib.php: moodle_exception thrown
• line 81 of /mod/game/snakes/play.php: call to print_error()
• line 504 of /mod/game/snakes/play.php: call to game_snakes_play()
• line 455 of /mod/game/snakes/play.php: call to game_snakes_position()
• line 190 of /mod/game/attempt.php: call to game_snakes_check_glossary()
• line 40 of /mod/game/attempt.php: call to game_do_attempt()
Thanks for any clue to avoid this.