{% extends 'base.html' %} {% block content %}
| Mapel | Soal | Status | Aksi |
|---|---|---|---|
|
{{ s.name }} {{ s.description or '-' }} |
{{ s.total_questions }} | {% if s.is_active == 1 %} Aktif {% else %} Nonaktif {% endif %} | {% if s.is_active == 1 %} INACTIVE {% else %} ACTIVE {% endif %} |
Belum ada mapel.
{% endif %}| Nama | Mapel | Skor | Waktu |
|---|---|---|---|
|
{{ a.full_name }} {{ a.email }} |
{{ a.subject_name }} | {{ a.score }} / 100 | {{ a.created_at }} |
Belum ada peserta tes.
{% endif %}| ID | Mapel | Pertanyaan | Kunci | Aksi |
|---|---|---|---|---|
| {{ q.id }} | {{ q.subject_name }} | {{ q.question_text }} | {{ q.correct_option }} | Edit |
Belum ada soal tersimpan.
{% endif %}