@extends('layouts.default_module')
@section('module_name')
Question List in FV LMS PRO
@stop
@section('table')
Question
Checkbox
@foreach ($question as $key => $q)
{{ ucwords($q->question) }}
Notice: Undefined variable: q in /home/demohatinco/public_html/fv_lms_pro_backend/resources/views/admin/question_list_open/index.blade.php on line 44
Notice: Trying to get property 'id' of non-object in /home/demohatinco/public_html/fv_lms_pro_backend/resources/views/admin/question_list_open/index.blade.php on line 44
Notice: Undefined variable: quiz_question in /home/demohatinco/public_html/fv_lms_pro_backend/resources/views/admin/question_list_open/index.blade.php on line 44
Warning: in_array() expects parameter 2 to be array, null given in /home/demohatinco/public_html/fv_lms_pro_backend/resources/views/admin/question_list_open/index.blade.php on line 44
{!! Form::checkbox('question', null,$is_checked,
['onClick'=>'check_uncheck_question('.$q->id.','.$quiz->id.')']) !!}