From: Vincent Vanwaelscappel Date: Wed, 17 Aug 2022 09:20:58 +0000 (+0200) Subject: wait #4952 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=61bae2ce7e90248c457ad26a88b286102199e811;p=fluidbook-toolbox.git wait #4952 --- diff --git a/app/Models/Quiz.php b/app/Models/Quiz.php index b2f12d695..17ac7c6e9 100644 --- a/app/Models/Quiz.php +++ b/app/Models/Quiz.php @@ -143,12 +143,10 @@ class Quiz extends ToolboxModel 'tab' => __('Questions / Réponses'), ]); - $this->addField(['name' => 'scorm', 'label' => __('SCORM activé'), 'column_label' => __('SCORM'), 'type' => 'Checkbox', - 'column' => true, 'tab' => __('Paramètres')]); $this->addField(['name' => 'display_score',