{{ __('quiz::quiz.attempted_quizzes_heading') }}

{{ __('quiz::quiz.attempted_quizzes_para') }}

{{-- --}} @if($quizzes->isNotEmpty()) @foreach ($quizzes as $quiz) @endforeach @else
img description

No record added yet!

Create engaging and effective quizes that inspire learning Please hit the button below to add a new one.

@endif
{{ __('quiz::quiz.quiz_info') }}{{ __('quiz::quiz.student') }} {{ __('quiz::quiz.date_time') }} {{ __('quiz::quiz.question') }} {{ __('quiz::quiz.total_marks') }} {{ __('quiz::quiz.correct_answer') }} {{ __('quiz::quiz.incorrect_answer') }} {{ __('quiz::quiz.earned_marks') }} {{ __('quiz::quiz.result') }} {{ __('quiz::quiz.actions') }}
@if (!empty($quiz->student?->profile?->image) && Storage::disk(getStorageDisk())->exists($quiz->student?->profile?->image)) {{$quiz->student?->profile?->full_name}} @else {{ $image }} @endif
{{ $quiz->student?->profile?->full_name }} {{ $quiz->student?->email }}
{{ $quiz?->started_at?->format('j M Y') }} {{ $quiz->total_quesetions }} {{ $quiz->total_marks }} {{ $quiz->correct_answers }} {{ $quiz->incorrect_answers }} {{ $quiz->earned_marks }} ({{ round(($quiz->earned_marks / $quiz->total_marks) * 100, 2) }}%) {{__('quiz::quiz.'.$quiz->result)}}
@if (!$quizzes->isEmpty()) {{ $quizzes->links('quiz::pagination.pagination') }} @endif
@push('styles') @endpush @push('scripts') @endpush