From 6b09d5faccbce105c08fd4ac29a13b58ec134755 Mon Sep 17 00:00:00 2001 From: Dillon Ngo Date: Fri, 8 Dec 2023 13:41:00 +0800 Subject: [PATCH] Minor update on question text --- database/seeders/QAQuestions2Seeder.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/database/seeders/QAQuestions2Seeder.php b/database/seeders/QAQuestions2Seeder.php index 54e55edc..452eb4d5 100644 --- a/database/seeders/QAQuestions2Seeder.php +++ b/database/seeders/QAQuestions2Seeder.php @@ -47,7 +47,7 @@ class QAQuestions2Seeder extends Seeder $questions = [ [ 'question_number' => 10, - 'question_text' => 'On a scale of 1 to 5, how satisfied are you with the time it took to receive a response?', + 'question_text' => 'How satisfied are you with the time it took to receive a response?', 'question_type' => QAType::MULTIPLE_CHOICES, 'is_start' => true, 'is_end' => false, @@ -86,7 +86,7 @@ class QAQuestions2Seeder extends Seeder ], [ 'question_number' => 30, - 'question_text' => 'On a scale of 1 to 5, how satisfied are you with the delivery time?', + 'question_text' => 'How satisfied are you with the delivery time?', 'question_type' => QAType::MULTIPLE_CHOICES, 'is_start' => false, 'is_end' => true,