@extends('layouts.admin') @section('title', 'Kelola Soal Kuis Level 1-5') @section('content')
Bank Soal Kuis
Kelola soal kuis edukasi pengelolaan sampah untuk level 1 sampai 5
Tambah Soal Kuis
@forelse($questions as $q) @empty @endforelse
Level Pertanyaan Pilihan Jawaban (A / B / C / D) Kunci Aksi
Level {{ $q->level }} {{ $q->question_text }} {{ Str::limit($q->explanation, 75) }}
A: {{ $q->option_a }} B: {{ $q->option_b }}
C: {{ $q->option_c }} D: {{ $q->option_d }}
{{ $q->correct_option }}
Edit
@csrf @method('DELETE')

Belum ada soal kuis. Klik tombol di atas untuk menambah.

{{ $questions->links() }}
@endsection