]> _ Git - fluidbook-toolbox.git/commitdiff
wait #4952
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 17 Aug 2022 09:20:58 +0000 (11:20 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 17 Aug 2022 09:20:58 +0000 (11:20 +0200)
app/Models/Quiz.php

index b2f12d6953aad4577d3513d67569c939da74cb62..17ac7c6e9c23ba233df1587c99f476ba5985df62 100644 (file)
@@ -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',