@extends('theme.master') @section('title',"Show Report") @section('content')

{{ __('frontstaticword.scorecard') }}

{{$course->title}}

{{$course->short_detail}}

AVIATION / CPL

  • Proven Track Record
  • Affordable Pricing
  • Real Time Test Environment
  • Result Oriented Test Preparation
  • Relevant And Conceptual Questions
  • Crack Every Competitive Exam
  • Detailed Explaination
  • Specialized Experts

{{$course->title}} Feedback Fig(i)
{{$prevTopic->title}}
{{$prevTopic->description}}
{{$prevTopic->timer}} M
Questions:{{$prevTopic->totalQuestions}}
Marks:{{$prevTopic->totalQuestions*$prevTopic->per_q_mark}}
Start:June 28 2020, 11:02 AM
End:Aug 31 2020, 4:24 AM
@if($prevTopic->resultExist) Report @else Try It Now @endif

{{$nextTopic->title}}
{{$nextTopic->description}}
{{$nextTopic->timer}} M
Questions:{{$nextTopic->totalQuestions}}
Marks:{{$nextTopic->totalQuestions*$nextTopic->per_q_mark}}
Start:June 28 2020, 11:02 AM
End:Aug 31 2020, 4:24 AM
@if($nextTopic->resultExist) Report @else Try It Now @endif
{{$currentTopic->title}}
{{$totalPercentage}}%
Percentage
{{$totalCorrect}}
Correct
{{$totalIncorrect}}
Incorrect
{{$totalQuestions-$totalAttempted}}
Unattempted
@if($currentTopic->institute_id == '') Solution @endif
Total Questions
{{$totalQuestions}}
Max Time:
{{$currentTopic->timer}} min
Total Marks
{{$totalMarks}}
Rank:
2
Your Score
{{$totalObtained}}
Percentage:
{{$totalPercentage}}%
Time Spend
{{$quizTimeSpentData['minutes']}} m {{$quizTimeSpentData['seconds']}} sec
Total Correct:
{{$totalCorrect}}
Total Incorrect
{{$totalIncorrect}}
Total Unattempted:
{{$totalQuestions-$totalAttempted}}
@foreach($quizResult as $key => $resultRow) @endforeach
# Response Your Ans Correct Ans Question Type
{{$key+1}} {{$resultRow->user_answer}} {{$resultRow->answer}} {{!empty($resultRow->type) ? $resultRow->type : "MCQ"}}
..2.
..3.
{{$userName}}
Rank:2
Total Questions
{{$totalQuestions}}
Total Marks
{{$totalMarks}}
Max Time
{{$currentTopic->timer}} M
Your Score
{{$totalObtained}}
Time Spend
{{$quizTimeSpentData['minutes']}} m {{$quizTimeSpentData['seconds']}} sec
Percentage
{{$totalPercentage}}
Total Correct
{{$totalCorrect}}
Total Incorrect
{{$totalIncorrect}}
Unattempted
{{$totalQuestions-$totalAttempted}}
Sandhya Agrawal
Rank:1
Total Marks
300
Max Time
180 min
Total Question
75
Your Score
300
Time Spend
180 min
Percentage
98.67
Total Correct
300
Total Incorrect
180 min
Unattempted
1
Rank User Name Score Percentage Correct Incorrect Unattempted Time Spend
01
Priyanshu Agrawal
296 98.67 74 0 1 148 m 23 sec
02
Raju Gupta
296 98.67 74 0 1 152 m 43 sec
03
Priya Siwani
296 98.67 74 0 1 160 m 45 sec
@endsection @section('custom-script') @endsection