{{ $no }}

{{ $question->question_text }}

@if($question->question_type === 'rating')
@for($r=1;$r<=5;$r++) @endfor
😞 Sangat Buruk 😊 Sangat Baik
@elseif($question->question_type === 'text') @elseif($question->question_type === 'yes_no')
@elseif($question->question_type === 'multiple_choice') @if($question->options && count($question->options) > 0)
@foreach($question->options as $opt)
@endforeach
@endif @endif {{-- Note --}}
@if(!empty($required_note)) Catatan wajib diisi untuk pertanyaan kesimpulan @endif