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
| Section Name |
Subject Name |
Total No Of Question |
Difficulty Level |
Language |
Sectional Time (In Min.) |
Instruction |
@if(!$testSubject->isEmpty())
@foreach($testSubject as $val)
| {{$val['section_name']}} |
{{$val['subject']}} |
@if($val->test_pattern_type > 0)
{{$val->no_of_questions}}
@else
{{$val->total_question_count}}
@endif
|
Easy
@if($val->test_pattern_type > 0)
{{$val->easy}}
@else
{{$val->total_easy_question_count}}
@endif
Medium
@if($val->test_pattern_type > 0)
{{$val->medium}}
@else
{{$val->total_mid_question_count}}
@endif
Hard
@if($val->test_pattern_type > 0)
{{$val->hard}}
@else
{{$val->total_hard_question_count}}
@endif
|
@if(isset($val->lang_wise))
@foreach($val->lang_wise as $v)
@if($v->language_id > 0)
@if($v->language_id == 1 && in_array($v->language_id, $testLanguages))
English: {{$v->lang_count}}
@elseif($v->language_id == 2 && in_array($v->language_id, $testLanguages))
Hindi: {{$v->lang_count}}
@endif
@endif
@endforeach
@endif
|
{{$val->section_time}} |
@if(isset($val->instructionByTestSubject)){{$val->instructionByTestSubject->test_filename}}@endif |
@endforeach
@endif
| Difficulty Wise |
Total No Of Question |
Question Type |
Language |
| Easy |
{{$test->total_easy}} |
@foreach($easyQuestionTypeCount as $val)
@if($val->question_type == 1)
Mcq: {{$val->easy_count}}
@elseif($val->question_type == 2)
Mrq: {{$val->easy_count}}
@elseif($val->question_type == 3)
True False: {{$val->easy_count}}
@elseif($val->question_type == 4)
Fill Up The Blanks: {{$val->easy_count}}
@elseif($val->question_type == 5)
Match Following: {{$val->easy_count}}
@elseif($val->question_type == 6)
Match Matrix: {{$val->easy_count}}
@elseif($val->question_type == 7)
Essay: {{$val->easy_count}}
@elseif($val->question_type == 8)
Single Dig: {{$val->easy_count}}
@else
Subjective: {{$val->easy_count}}
@endif
@endforeach
|
@foreach($easyLang as $val)
@if($val->language_id > 0)
@if($val->language_id == 1 && in_array($val->language_id, $testLanguages))
English: {{$val->easy_lang_count}}
@elseif($val->language_id == 2 && in_array($val->language_id, $testLanguages))
Hindi: {{$val->easy_lang_count}}
@endif
@endif
@endforeach
|
| Medium |
{{$test->total_medium}} |
@foreach($midQuestionTypeCount as $val)
@if($val->question_type == 1)
Mcq: {{$val->mid_count}}
@elseif($val->question_type == 2)
Mrq: {{$val->mid_count}}
@elseif($val->question_type == 3)
True False: {{$val->mid_count}}
@elseif($val->question_type == 4)
Fill Up The Blanks: {{$val->mid_count}}
@elseif($val->question_type == 5)
Match Following: {{$val->mid_count}}
@elseif($val->question_type == 6)
Match Matrix: {{$val->mid_count}}
@elseif($val->question_type == 7)
Essay: {{$val->mid_count}}
@elseif($val->question_type == 8)
Single Dig: {{$val->mid_count}}
@else
Subjective: {{$val->mid_count}}
@endif
@endforeach
|
@foreach($midLang as $val)
@if($val->language_id > 0)
@if($val->language_id == 1 && in_array($val->language_id, $testLanguages))
English: {{$val->mid_lang_count}}
@elseif($val->language_id == 2 && in_array($val->language_id, $testLanguages))
Hindi: {{$val->mid_lang_count}}
@endif
@endif
@endforeach
|
| Hard |
{{$test->total_hard}} |
@foreach($hardQuestionTypeCount as $val)
@if($val->question_type == 1)
Mcq: {{$val->hard_count}}
@elseif($val->question_type == 2)
Mrq: {{$val->hard_count}}
@elseif($val->question_type == 3)
True False: {{$val->hard_count}}
@elseif($val->question_type == 4)
Fill Up The Blanks: {{$val->hard_count}}
@elseif($val->question_type == 5)
Match Following: {{$val->hard_count}}
@elseif($val->question_type == 6)
Match Matrix: {{$val->hard_count}}
@elseif($val->question_type == 7)
Essay: {{$val->hard_count}}
@elseif($val->question_type == 8)
Single Dig: {{$val->hard_count}}
@else
Subjective: {{$val->hard_count}}
@endif
@endforeach
|
@foreach($hardLang as $val)
@if($val->language_id > 0)
@if($val->language_id == 1 && in_array($val->language_id, $testLanguages))
English: {{$val->hard_lang_count}}
@elseif($val->language_id == 2 && in_array($val->language_id, $testLanguages))
Hindi: {{$val->hard_lang_count}}
@endif
@endif
@endforeach
|
Test Setting Detail
-
-
@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
-
-
@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
-
-