{{ Form::label('total_answers', getphrase('total_options')) }} * {{Form::select('total_answers',$exam_max_options , null, ['class'=>'form-control', "id"=>"total_answers", "ng-model"=>"total_answers", "ng-change" => "answersChanged(total_answers)", 'required'=> 'true', 'ng-class'=>'{"has-error": formQuestionBank.total_answers.$touched && formQuestionBank.total_answers.$invalid}', ])}}
{!! getValidationMessage()!!}
*
@if($record)
{{getPhrase('clear_image')}}
@endif
{{Form::label('correct_answers', getphrase('answer_number')) }} * {{ Form::number('correct_answers', $value = null , $attributes = array('class'=>'form-control', 'name'=>'correct_answers', 'id'=>'correct_answers', 'placeholder' => '1', 'min'=>'1', 'ng-model'=>'correct_answers', 'required'=> 'true', 'ng-class'=>'{"has-error": formQuestionBank.correct_answers.$touched && formQuestionBank.correct_answers.$invalid}', )) }}
{!! getValidationMessage()!!} {!! getValidationMessage('number')!!}