@extends($layout) @section('header_scripts') @stop @section('content')

{{$examtitle}}

Important Points

  • In XlS Import You do not have to change Pre-define Field's value like (Roll No.,Student Name, Subject Columns). Otherwise your marksheet will be not generate in proper way. )
  • Please follow the below exam status Sort Code, this option use in only subject total mark:
  • Exam Status:   A = absent, N/A = Not Applicable, ML = Medical Leave
{!! Form::open(array('url' => URL_OFFLINEEXAMS_MARK_ADD, 'method' => 'POST','name'=>'formSchedule', 'novalidate'=>'')) !!}
{{ Form::label('select_course', getphrase('select_course')) }} * {{Form::select('course_id',$course, null, [ 'class' => 'form-control', 'id' =>'select_course_id', "ng-model" => "course_id", 'ng-change' => "getCoursesSubject(course_id)", 'required'=> 'true', 'ng-class'=>'{"has-error": formSchedule.course_id.$touched && formSchedule.course_id.$invalid}', ])}}
{{ Form::hidden('offlineexam_id',$exam_record->id) }}
{!! Form::close() !!}
@stop @section('footer_scripts') @include('offlineexams.scripts.js-subjectscripts') @stop