| {{ __('No') }} | {{ __('Nama Siswa') }} | {{ __('Kelas') }} | {{ __('Mapel') }} | {{ __('Judul Ujian') }} | {{ __('Jumlah Soal') }} | {{ __('Nilai') }} | {{ __('Dibuat') }} | {{ __('Aksi') }} |
|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $key->student->fullname }} | {{ $key->student->class->name }} | {{ $key->multiple_choice->subject->name }} | {{ $key->multiple_choice->title }} | {{ $key->multiple_choice->questions->count() }} Soal | {{ calculateMultipleChoice($key->multiple_choice->id) }} | {{ $key->created_at->translatedFormat('l, d M Y') }} | {{-- --}} |