From: Vincent Vanwaelscappel Date: Tue, 7 Nov 2023 17:32:11 +0000 (+0100) Subject: wait #6412 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=7ce76e6a64ac99e4ec59b475fb906bfb9801c72f;p=fluidbook-toolbox.git wait #6412 @0.25 --- diff --git a/app/Elearning/QuizCompiler.php b/app/Elearning/QuizCompiler.php index b4b36e9fa..f9b958714 100644 --- a/app/Elearning/QuizCompiler.php +++ b/app/Elearning/QuizCompiler.php @@ -173,6 +173,7 @@ class QuizCompiler extends Base $this->_addBackgrounds('intro'); $this->_addBackgrounds('standard'); $this->_addBackgrounds('draganddrop'); + $this->_addBackgrounds('match'); $this->writeSass(); }