@extends('layouts.admin') @section('title', 'Kelola Soal Kuis Level 1-5') @section('content')
| 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 }} | |
|
Belum ada soal kuis. Klik tombol di atas untuk menambah. |
||||