@extends('admin.layout.master') @section('content')

Add Test

Finish Test

Test Creation Summary

Please review the test details namely Test Pattern, Subject, No. Of Questions, Question Type, Difficulty Level, Language etc

It is recommended to go through these details thrice before finalization

@if(!$testSubject->isEmpty()) @foreach($testSubject as $val) @endforeach @endif

Test Setting Detail

  • Test Pattern:

    • @if($test->test_pattern_type == 1)

      Section Wise

      @elseif($test->test_pattern_type == 2)

      Subject Wise

      @else

      Difficulty Wise

      @endif
    • @if($test->test_pattern_type == 1)
    • Interval Time

    • @endif @if($test->test_pattern_type != 3)
    • Show instruction section wise

    • @endif @if($test->test_pattern_type == 1)
    • Show Section wise Test Summary

    • @endif
  • Arrangement:

    • Question Wise Shuffling

    • Option Wise Shuffling

  • Test Options:

      @if(!$testOption->isEmpty()) @foreach($testOption as $val)
    • @if($val->options_id == 1)

      Allow user to move back and forward

      @elseif($val->options_id == 2)

      Allow user to attempt test in multiple language

      @elseif($val->options_id == 3)

      Show marks / points for test

      @elseif($val->options_id == 4)

      Show calculator

      @elseif($val->options_id == 5)

      Apply Partial Marking

      @else

      Allow user to pause and resume

      @endif
    • @endforeach @endif
  • Candidate Setting:

    • Show result with Candidate as per your subsequent selection

    • Calculate the ranks using automated or manual variations

    • Show Top Performer of test with Candidatee

  • Multiple Attempt:

    • Enable multiple attempt of test by a candidate

@endsection @section('scripts') @endsection