moodle-mod_game icon indicating copy to clipboard operation
moodle-mod_game copied to clipboard

moodle-mod_game

Results 15 moodle-mod_game issues
Sort by recently updated
recently updated
newest added

The deletion of the following line https://github.com/bdaloukas/moodle-mod_game/blob/f9e1717c62c05247baac885a50402cf3d98f4ab4/lib.php#L1240 in lib.php by commit bb7ef29 leads to the following PHP warning as the property "type" of the stdClass object is no longer initialized:...

…fore it is used Further info can be found in issue #67

Hello, Hello, we are using a game plugin, and we saw that the plugin is not supported in version 8.x. Is support for the PHP 8.X version expected? Also, the...

Hello! If the minimum number of words for a crossword puzzle is set equal to the total number of questions, then sometimes an error occurs when generating a crossword puzzle,...

# Steps to reproduce * Create a sudoku which is using glossary as source. * Try to launch the game. # Result ``` Unknown column 'qv.questionbankentryid' in 'field list' SELECT...

We are configuring Hangman on Moodle 3.9. Hangman game is calling Glossary fine from "source of question", however Hangman is not able to call Questions nor Quiz at the front...

While running Moodle 3.9 GitHub unittest actions: Fatal error: Cannot declare class mod_game\event\game_played, because the name is already in use in /home/runner/work/moodle/mod/game/classes/event/game_played.php on line 38 mod_game version: 2021122304

Moodle 4.0 has a new design for activity icons, see https://moodledev.io/docs/devupdate#activity-icons. So `mod_game` should receive a monochrome icon. To make use of that it will also have to be declared...

#0 /moodle/lib/dml/mysqli_native_moodle_database.php(1686): moodle_database->query_end(false) #1 /moodle/lib/dml/moodle_database.php(1977): mysqli_native_moodle_database->delete_records_select('game_grades', 'WHERE game = ? ...', Array) #2 /moodle/mod/game/lib.php(1566): moodle_database->delete_records('game_grades', Array) #3 /moodle/mod/game/classes/privacy/provider.php(317): game_delete_user_attempts('2', Object(stdClass)) #4 /moodle/lib/moodlelib.php(8098): mod_game\privacy\provider::delete_data_for_user(Object(core_privacy\local\request\approved_contextlist)) #5 /moodle/privacy/classes/manager.php(578): component_class_callback('mod_game\\privac...', 'delete_data_for...', Array) #6 /moodle/privacy/classes/manager.php(611):...

Hi, Whilst running the unit tests in Moodle 3.9, we came across a lot of unit test failures. Example: ``` 1) tests\core_course\caching_content_item_readonly_repository_testcase::test_find_all_for_course Unexpected debugging() call detected. Debugging: The callback get_shortcuts...