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

{{getPhrase('Instructions')}} {{getPhrase('please_read_the_instructions_carefully')}}

{{getPhrase('exam_name')}}: {{$record->title}}

{{$instruction_title}}:

@if($instruction_data=='')
  1. Total of {{$record->dueration}} minutes duration will be given to attempt all the questions.
  2. The clock has been set at the server and the countdown timer at the top right corner of your screen will display the time remaining for you to complete the exam. When the clock runs out the exam ends by default - you are not required to end or submit your exam.
  3. The question palette at the right of screen shows one of the following statuses of each of the questions numbered:
@else {!! $instruction_data !!} @endif
  • You have answered the question.
  • You have not answered the question.
  • You have answered the question but have marked the question for review.
  • You have not visited the question yet.

{!! Form::open(array('url' => 'exams/student/start-exam/'.$record->slug, 'method' => 'POST')) !!}
@if(!$paid_type)
{{ getPhrase('please_accept_terms_and_conditions')}} @endif
@if($paid_type) {{getPhrase('buy_now')}} @else @endif
{!! Form::close() !!}
@endsection @section('footer_scripts') @stop