{{-- Layout --}} @extends('teacher.layout.layout') {{-- Page Title --}} @section('title','GAS LMS | Preview Quiz') {{-- Breadcrumb section --}} @section('breadcrumb') @include('components._breadcrumb', ['items' => ['Quizzes' => route('teacher.course.quiz.index',$coffid)]]) @endsection {{-- Content --}} @section('content')
Course Name {{$course_name->acyname.'_'.$course_name->cname}} {{$course_name->lshort_name}} {{$course_name->has_lable ? '( '.$course_name->label.' )' : ''}}
quiz time : {{$quiz->time_limit}} minuts
@if ($quiz->instructions) Instructions Flat cartoony illustrations with vivid unblended colors and asymmetrical beautiful purple hair lady @endif
{{ Carbon\Carbon::parse($quiz->start_date)->format('F') }} {{ Carbon\Carbon::parse($quiz->start_date)->format('d, Y') }} / ({{date('h:i A', strtotime($quiz->start_time))}})
Start date
{{ Carbon\Carbon::parse($quiz->end_date)->format('F') }} {{ Carbon\Carbon::parse($quiz->end_date)->format('d, Y') }} / ({{date('h:i A', strtotime($quiz->end_time))}})
End date
{{$questions_count.' Questions'}}
Number Of Questions
{{$quiz->attempts}}
attempts
Starts in
Start Quiz Please wait...
@endsection @section('js') {{-- stepper --}} {{-- show quiz --}} {{-- editor --}} {{-- count down timer --}} @endsection