From: Vincent Vanwaelscappel Date: Fri, 6 Mar 2020 17:52:35 +0000 (+0100) Subject: fix #3478 @0:10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=9916a07c45d2af31538200f634c94a5ed1973257;p=fluidbook-toolbox.git fix #3478 @0:10 --- diff --git a/app/Models/Quiz.php b/app/Models/Quiz.php index be750b1eb..bc0c344cf 100644 --- a/app/Models/Quiz.php +++ b/app/Models/Quiz.php @@ -118,6 +118,7 @@ class Quiz extends CubistMagicAbstractModel $this->addField(['name' => 'scorm', 'label' => 'SCORM enabled', + 'column_label' => 'SCORM', 'type' => 'Checkbox', 'column' => true, 'tab' => 'Settings']);