{{-- Layout --}} @extends('student.layout.layout') {{-- Page Title --}} @section('title', 'GAS LMS | Start Quiz from file') {{-- Breadcrumb section --}} {{-- @section('breadcrumb') @include('components._breadcrumb', ['items' => ['Course Overview' => route('student.course.index',$coffid)]]) @endsection --}} {{-- Content --}} @section('content') @include('components._error')
@if (!$student_attempt->allow_submit_after_end_time)
Time
@endif

{{ $quiz->title }}

Download the file(s) below, then upload your answers:
@foreach ($quiz_attachments as $attachment)

{{ $attachment->file_name }}

{{ $attachment->type }}
Download
@endforeach

Upload Answer

Note: Special characters are not allowed for your file safety, make sure that your file name contains ONLY English characters, numbers and '_'.

The Only Accepted File Extentions : {{ $file_ext }}

@csrf

Upload File:

Attach file
{{-- Max file size is 100MB and max number of files is 4. --}} Upload Please wait...
Submit Quiz {{--
@csrf

Choose file or drag and drop files here
Submit
--}}
@endsection @section('js') @if (!$student_attempt->allow_submit_after_end_time) {{-- count down timer --}} @endif {{-- confirm alert --}} @endsection