@include('layouts.includes.template_setting')
@include('mcq.includes.buttons') @include($view_path.'.includes.buttons') @include('includes.flash_messages') @include('includes.validation_error_messages')
Column Value
Subject {{ViewHelper::getSubjectCodeById($data['row']->subjects_id).' - '.ViewHelper::getSubjectById($data['row']->subjects_id)}}
Group {{ ViewHelper::getQuestionGroupById($data['row']->mcq_question_groups_id) }}
Level {{ ViewHelper::getQuestionLevelById($data['row']->mcq_question_levels_id) }}
Question {!! $data['row']->question !!}
Image @if ($data['row']->image) @else

No image

@endif
Explanation {!! $data['row']->explanation !!}
Hints {!! $data['row']->hints !!}
Mark {!! $data['row']->mark !!}
Type {!! $data['row']->type !!}
Create at {{ $data['row']->created_at }}
Last updated at {{ $data['row']->updated_at }}
Created by {{ $data['row']->created_by_name }}
Last updated by {{ $data['row']->updated_by_name }}
Status
Options @if(isset($data['row']->options))
@php($i=1) @foreach($data['row']->options as $option) @php($i++) @endforeach
SN Option Image Answer {{ __('common.status')}}
{{$i}} {{$option->option}} @if ($option->image) @else

No image

@endif
@if($option->answer_status) @endif
@endif