From 7ce76e6a64ac99e4ec59b475fb906bfb9801c72f Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 7 Nov 2023 18:32:11 +0100 Subject: [PATCH] wait #6412 @0.25 --- app/Elearning/QuizCompiler.php | 1 + 1 file changed, 1 insertion(+) 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(); } -- 2.39.5