]> _ Git - bonaquiz.git/commitdiff
Update question 5 text. WIP #2647 @0:05
authorStephen Cameron <stephen@cubedesigners.com>
Mon, 6 May 2019 12:06:18 +0000 (14:06 +0200)
committerStephen Cameron <stephen@cubedesigners.com>
Mon, 6 May 2019 12:06:18 +0000 (14:06 +0200)
index.php

index 6dc5112577c7f1fbfde9c37a3d685f6adc96645b..f8375729949ddd438c26f43fae4a236a1e752e0c 100644 (file)
--- a/index.php
+++ b/index.php
@@ -30,10 +30,10 @@ $questions = [
     ],
     ['id' => 5,
         'type' => 'text',
-        'label' => 'What is the Bona company mission?',
+        'label' => 'What is the Bona company vision?',
         'choices' => [' Turn wood into wonder', 'Change floors for the better', 'Bring out the beauty in floors'],
         'correct' => 3,
-        'explaination' => ' The Bona mission is to bring out the beauty in floors, which we\'ve used in the communication of our 100-year anniversary: "Bringing out the beauty in floors since 1919."',
+        'explaination' => 'The Bona vision is to bring out the beauty in floors, which we\'ve used in the communication of our 100-year anniversary: "Bringing out the beauty in floors since 1919."',
     ],
     ['id' => 6,
         'type' => 'text',
@@ -347,4 +347,4 @@ function numberToLetter($number) {
 }
 
 
-?>
\ No newline at end of file
+?>