]> _ Git - fluidbook-toolbox.git/commitdiff
wip #3475 @0:05
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 6 Mar 2020 15:08:23 +0000 (16:08 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 6 Mar 2020 15:08:23 +0000 (16:08 +0100)
app/Models/Quiz.php
app/SubForms/Question.php

index e7323b96e277cea93b5382f0fdb6ac5bf7ec81f0..fba0ab40964e997438b394ebb075c6805bdca408 100644 (file)
@@ -73,7 +73,7 @@ class Quiz extends CubistMagicAbstractModel
             'type' => 'BunchOfFieldsMultiple',
             'bunch' => 'App\SubForms\Question',
             'label' => '',
-            'add_label' => 'Add question',
+            'add_label' => 'New question',
             'tab' => 'Questions / Answers',
         ]);
 
index 706cb45294cc6b3e58ad58b8b0926c225a35e660..9b7625ee5127f5e2a3b71123bbe0fff6bd2bd7d4 100644 (file)
@@ -28,6 +28,7 @@ class Question extends SubForm
             'name' => 'answers',
             'type' => 'BunchOfFieldsMultiple',
             'bunch' => 'App\SubForms\Answer',
+            'add_label' => 'New answer',
             'label' => 'Answers',
         ]);