@extends('layouts.public') @section('title', 'Pratonton Soalselidik — ' . $program->title) @section('hero')

{{ $program->title }}

Borang Penilaian Program
@endsection @push('styles') @endpush @section('content')
PRATONTON ADMIN — Borang ini tidak akan dihantar
{{ $pq->questionnaireSet->title }}
@if($pq->questionnaireSet->description)

{{ $pq->questionnaireSet->description }}

@endif

Sila jawab semua soalan sebelum memuat turun sijil anda, PESERTA CONTOH.

@php $qNum = 0; @endphp @foreach($questions as $q) @if($q->question_type === 'tajuk') {{-- ── Section header ─────────────────────────────── --}}
{{ $q->question_text }}
@foreach($q->children as $child) @php $qNum++ @endphp
@for($i = 1; $i <= 5; $i++)
@endfor
@endforeach @else {{-- ── Standalone question ─────────────────────────── --}} @php $qNum++ @endphp
@if($q->question_type === 'rating')
@for($i = 1; $i <= 5; $i++)
@endfor
@elseif($q->question_type === 'single_choice') @foreach($q->options_json ?? [] as $opt)
@endforeach @elseif($q->question_type === 'multiple_choice') @foreach($q->options_json ?? [] as $opt)
@endforeach @elseif($q->question_type === 'short_text') @elseif($q->question_type === 'long_text') @endif
@endif @endforeach
Ini adalah pratonton admin. Borang ini tidak boleh dihantar.
@endsection