@extends('layouts.backend') @section('css_after') @endsection @section('js_after') @endsection @section('content')

Add Question

@csrf
@if ($errors->has('level')) @endif
@if ($errors->has('group')) @endif

Associated Question

Online Exam

Exam Title : {{isset($onlineexam['name'])?$onlineexam['name']:''}}
Duration : {{isset($onlineexam['duration'])?$onlineexam['duration']:''}} minutes
Mark Type : {{(isset($onlineexam['mark_type']) && $onlineexam['mark_type']==5 )?'Percentage':'Fixed'}}
Pass Value : {{isset($onlineexam['percentage'])?$onlineexam['percentage']:''}} {{(isset($onlineexam['mark_type']) && $onlineexam['mark_type']==5 )?' %':''}}
Negative Mark : {{isset($onlineexam['negative_mark'])?$onlineexam['negative_mark']:''}}

Question Summary

@endsection