آزمون
{{ $exam->title }}
زمان باقی‌مانده
--:--
@csrf @foreach($questions as $idx => $q)
سوال {{ $idx+1 }}
امتیاز: {{ $q->score }}
{{ $q->question_text }}
@if($q->image_path) @endif
@foreach($q->choices as $cIdx => $choice) @endforeach
@endforeach