@extends('frontend.layouts.app_empty') @push('headScript') @endpush @section('content')

اختبار علي المحاضرة الاولي

الوقت المحدد للإختبار
0:02:47 / 5:00:00
@foreach($questions->groupBy('type') as $type=>$items) @if($type=='true_false')
ضع علامة صح (
True
)
امام الإجابة الصحيحة
و علامة (
False
)
امام الإجابة الخطأ
@foreach($items as $question)
{{ $question->name }}
False
True
@endforeach
@else
اختر الإجابة الصحية:
@foreach($items as $question)
{{ $question->name }}
MIN
MAX
AVERAGE
@endforeach
@endif @endforeach
@endsection @push('footerScript') @endpush