mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
Minor update on question text
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user