From: Stephen Cameron Date: Mon, 6 May 2019 12:06:18 +0000 (+0200) Subject: Update question 5 text. WIP #2647 @0:05 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=9da29546175f4835d57d558c28227c9c74fab992;p=bonaquiz.git Update question 5 text. WIP #2647 @0:05 --- diff --git a/index.php b/index.php index 6dc5112..f837572 100644 --- 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 +?>