{{ $index+1 }}. {{ $item->question }}
@php
$this->form['responses'][$index]['question_id'] = $item->id;
@endphp
| {{ __('No') }} | {{ __('Judul Ujian') }} | {{ __('Mapel') }} | {{ __('Jumlah Soal') }} | {{ __('Durasi') }} | {{ __('Status') }} | {{ __('Dibuat') }} | {{ __('Aksi') }} |
|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $key->essay_title }} | {{ $key->subject->name }} | {{ $key->questions->count() }} Soal | @php $usedTime = explode(':', $key->time_limit); $formattedUsedTime = formatTime($usedTime); @endphp{{ $formattedUsedTime }} | @if (status_exam_essay(auth()->user()->student_id, $key->id)) Sudah Dikerjakan @else Belum Dikerjakan @endif | {{ $key->created_at->translatedFormat('l, d M Y') }} | @if (status_exam_essay(auth()->user()->student_id, $key->id)) @else @endif |