From: soufiane Date: Wed, 27 Dec 2023 13:04:55 +0000 (+0100) Subject: wait #6589 @0:05 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=2c105a8e3b43e0cc389c25c14c9fa598c38d5c66;p=fluidbook-toolbox.git wait #6589 @0:05 --- diff --git a/app/SubForms/Quiz/Answer.php b/app/SubForms/Quiz/Answer.php index 73b152716..be22d19ba 100644 --- a/app/SubForms/Quiz/Answer.php +++ b/app/SubForms/Quiz/Answer.php @@ -57,7 +57,7 @@ class Answer extends SubForm $this->addField('score', Integer::class, __('Score'), [ 'default' => 1, - 'when' => ['type' => ['multiple'], 'multiple' => 1] + 'when' => ['multiple' => 1] ]); } }