@php $currentDateTime = \Carbon\Carbon::now()->format('Y-m-d H:i:s'); @endphp RESPUESTAS DE ENCUESTA {{-- --}} @if ($surveyApplication->survey->type === 'EVALUACION DOCENTE') @endif @if ($surveyApplication->survey->type === 'EVALUACION DOCENTE') @endif @foreach ($surveyApplication->survey->fields as $field) @endforeach @foreach ($assignaments as $assignment) @if ($surveyApplication->survey->type === 'EVALUACION DOCENTE') @endif @if ($surveyApplication->survey->type === 'EVALUACION DOCENTE') @endif @foreach ($assignment->answers as $answer) @endforeach @endforeach
{{ config_intranet('full_name') }}
REPORTE DE ENCUESTA
Encuesta: {{ $surveyApplication->survey->name }}
Descripción: {{ $surveyApplication->survey->description }}
Tipo: {{ $surveyApplication->survey->type }}
Cantidad de preguntas: {{ $surveyApplication->survey->question_count }}
Lista de distribución: {{ $surveyApplication->distributionList->name }}
Fecha de descarga: {{ $currentDateTime }}
ProfesorClaseFecha y hora de respuesta{{ $field->question }}
{{ $assignment->teacher->full_name }}{{ $assignment->schoolSubject->full_name }}{{ $assignment->updated_at }}{{ $answer->value }}
{{-- @dd($assignaments->last()) --}}