Test Result
@if(session('success'))
{{ session('success') }}
@endif
@if(session('error'))
{{ session('error') }}
@endif
- Position: {{ $trTestParticipant->selectedCandidate->jobs->jobTitle->name}} @endif
- Total Marks: {{ $trTestParticipant->trTestResponses()->totalMarks() }}
- Result: {{ +$trTestParticipant->obtained }} ({{ +$trTestParticipant->percentage }}%)
{{ $trTestParticipant->selectedCandidate->candidate->user->name }}
@if(isset($trTestParticipant->selectedCandidate->jobs->jobTitle->name))- Total Question: {{ $trTestParticipant->trTestResponses()->totalQuestion() }}
- Total Answered: {{ $trTestParticipant->trTestResponses()->totalAnswered() }}
- Correct Answer: {{ $trTestParticipant->trTestResponses()->correctAnswer() }}
- Theory Answer: {{ $trTestParticipant->trTestResponses()->theoryQuestion() }}