From 9916a07c45d2af31538200f634c94a5ed1973257 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 6 Mar 2020 18:52:35 +0100 Subject: [PATCH] fix #3478 @0:10 --- app/Models/Quiz.php | 1 + 1 file changed, 1 insertion(+) 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']); -- 2.39.5