Surprise Test Result
@if(session('success'))
{{ session('success') }}
@endif
@if(session('error'))
{{ session('error') }}
@endif
- Designation: {{ $trSurpriseParticipant->employee->designation->name ?? ''}}
- Total Marks: {{ $trSurpriseParticipant->trSurpriseResponses()->totalMarks() }}
- Result: {{ +$trSurpriseParticipant->obtained }} ({{ +$trSurpriseParticipant->percentage }}%)
{{ $trSurpriseParticipant->employee->user->name ?? '' }}
- Total Question: {{ $trSurpriseParticipant->trSurpriseResponses()->totalQuestion() }}
- Total Answered: {{ $trSurpriseParticipant->trSurpriseResponses()->totalAnswered() }}
- Correct Answer: {{ $trSurpriseParticipant->trSurpriseResponses()->correctAnswer() }}
- Theory Answer: {{ $trSurpriseParticipant->trSurpriseResponses()->theoryQuestion() }}