@include($view_path.'.includes.breadcrumb-primary') List
@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)
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))
|