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

Add Test

  • Step 1

    Create a New Test

  • Step 2

    Add Question

  • Step 3

    Test Setting

  • Step 4

    Finish Test

Finish Test

Test Creation Summary

Using our import wizard you can simply select a .csv or .xlsx file from your system.

For tips on how to make your .csv or .xlsx file, download our sample file.

@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
  • Arrangement & Grouping:

    • Shuffle questions within subject

    • 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