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,