@php $currentDateTime = \Carbon\Carbon::now()->format('Y-m-d H:i:s'); @endphp
{{ config_intranet('full_name') }} | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
REPORTE DE RESULTADOS DE EXAMEN | ||||||||||||
Examen: {{ $survey->name }} | ||||||||||||
Cantidad de preguntas: {{ $survey->question_count }} | ||||||||||||
Fecha de descarga: {{ $currentDateTime }} | ||||||||||||
{{ $header }} | @endforeach||||||||||||
{{ $exam->academicRecord->student_number }} | {{ $exam->academicRecord->full_name }} | {{ $exam->academicRecord->status }} | {{ $exam->academicRecord?->curriculum?->rvoe_name ?? '--' }} | {{ $exam->status }} | {{ $started ? $started->format('Y-m-d') : '--' }} | {{ $started ? $started->format('H:i') : '--' }} | {{ $finished ? $finished->format('Y-m-d') : '--' }} | {{ $finished ? $finished->format('H:i') : '--' }} | {{ $duration }} | {{ $exam->correct_answers_count }} | {{ $exam->incorrect_answers_count }} | {{ $survey->question_count - $exam->answers_count }} |