{{-- Layout --}} @extends('teacher.layout.layout') {{-- Page Title --}} @section('title', 'GAS LMS | Edit MCQ 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')
Edit MCQ Question
@csrf
{{-- General settings --}}

is_active ? 'checked':''}}/>
{{-- File --}}
Choose files or drag and drop files here
{{-- Tag --}}
{{-- Choices settings --}}

{{-- Choice Type --}}
{{-- Form repeater --}}
@foreach ($choices as $choice)
is_answer ? 'checked':''}} />
@endforeach
@endsection @section('js') {{-- Form repeater --}} {{-- Textarea --}} @endsection