@section('content')

Kuesioner Metakognitif

Pilih salah satu jawaban yang menurut Anda paling benar.

@csrf @foreach ($questions as $index => $question)
{{ $index + 1 }}. {{ $question }}

@endforeach @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Pusat Bantuan
@section('helpInstructions')