bdaloukas / moodle-mod_game

moodle-mod_game
GNU General Public License v3.0
15 stars 40 forks source link

[BUGfix] [CONTRIB-8938] Correct bug preventing games from picking questions from bank #48

Closed Badatos closed 1 year ago

Badatos commented 1 year ago

Hello ! (First, thank you thanks for this nice plugin 👍 )

Here is a patch to correct a bug (@see https://tracker.moodle.org/browse/CONTRIB-8938 ) Since Moodle 4, questions use a versioning system, so SQL request joining question bank entries (qbe) and question (q) tables doesn't work : we must now also join the "question versions" table.

bdaloukas commented 1 year ago

Thank you.