From 9da29546175f4835d57d558c28227c9c74fab992 Mon Sep 17 00:00:00 2001 From: Stephen Cameron Date: Mon, 6 May 2019 14:06:18 +0200 Subject: [PATCH] Update question 5 text. WIP #2647 @0:05 --- index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +?> -- 2.39.5