Developing survey questions entails defining the query, selecting a custom survey from the dropdown menu, and specifying the question type: open-ended, multiple choice, scale, or visual rating.
|
#
|
Survey | Question | Type | created At | Action |
|---|---|---|---|---|---|
|
{{$loop->index +1 }}
|
{{$surveyQuestion->Survey->title}} | {{$surveyQuestion->title}} | @if($surveyQuestion->type == 1) Text @elseif($surveyQuestion->type == 2) Multiple-choice @elseif($surveyQuestion->type == 3) Single-choice @elseif($surveyQuestion->type == 4) Stars Rating @elseif($surveyQuestion->type == 5) Emojis Rating @elseif($surveyQuestion->type == 6) 2-point scale (Yes, No) @elseif($surveyQuestion->type == 7) 3-point scale (Agree, Undecided, Disagree) @elseif($surveyQuestion->type == 8) 5-point scale (Poor, Bad, Neutral, Good, Very Good) @elseif($surveyQuestion->type == 9) 7-point scale (Very Poor to Exceptional) @elseif($surveyQuestion->type == 10) 9- point scale (Extremely Poor to Extraordinarily Magnificent) @endif | {{$surveyQuestion->created_at?->diffForHumans()}} |
|
| There is no department found | |||||