From: Vincent Vanwaelscappel Date: Tue, 30 Jan 2024 10:50:35 +0000 (+0100) Subject: wait #6589 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=e83f00ba7315324ec76484ab146b2984e6532b32;p=fluidbook-toolbox.git wait #6589 @0.25 --- diff --git a/app/SubForms/Quiz/Question.php b/app/SubForms/Quiz/Question.php index a9c54dc78..e5b781208 100644 --- a/app/SubForms/Quiz/Question.php +++ b/app/SubForms/Quiz/Question.php @@ -74,9 +74,9 @@ class Question extends SubForm 'name' => 'min_score', 'type' => 'Integer', 'label' => __('Score minimum nécessaire pour réussir'), - 'hint' => __('0 signifie que toutes et seulement les réponses correctes doivent être cochées.'), + 'hint' => __('0 signifie que toutes et seulement les réponses correctes doivent être données.'), 'default' => 0, - 'when' => ['multiple' => 1] + 'when' => ['type' => ['multiple','draganddrop','match']] ]); $this->addField([