Minor update on question text

This commit is contained in:
Dillon Ngo
2023-12-08 13:41:00 +08:00
parent 4c9235cc53
commit 6b09d5facc
+2 -2
View File
@@ -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,