{{-- Layout --}} @extends('teacher.layout.layout') {{-- Page Title --}} @section('title', 'GAS LMS | Preview File Question') {{-- Breadcrumb section --}} @section('breadcrumb') @include('components._breadcrumb', ['items' => ['All Questions' => route('teacher.questionbank.show', [$course_id,$question->question_bank_id])]]) @endsection {{-- Content --}} @section('content') @include('components._error')
Preview File Question

* Download the following file and upload your answer sheet:-

{{--begin question --}}
@if ($question->fileQuestion->questiontext)
{!! $question->fileQuestion->questiontext !!}
@endif @if ($question->fileQuestion->multimedia_id) {{$question->fileQuestion->name}} @endif
{{--end question --}}
@endsection