|
{{$parametro->regional}} |
|
| Fecha hora impresión: {{ \Carbon\Carbon::now()->format("d/m/y H:i") }} | Periodo: {{ $periodo->periodo }} | Grupo: {{ $grupo->grupo }} | Periodo: {{ $periodo->periodo }} |
| Modulo: {{ $modulo->modulo }} | |||
Reporte de {{ $tipoComponente->tipo_componente }}
| # | Estudiante | @foreach ($instrumentos as $instr) @php $fecha = $instr->fecha_entrega ?\Carbon\Carbon::parse($instr->fecha_entrega)->format('d/m/Y') : ''; @endphp @if ($instr->por_indicador)
{{ $instr->nombre }} {{ $fecha }} |
@else
{{ $instr->nombre }} ({{ $instr->puntos }} pts / {{ $instr->porcentaje }}%) {{ $fecha }} |
@endif
@endforeach
Total ({{ $porcentaje_total }}%) | ||
|---|---|---|---|---|---|---|
| Indicador | @elsePuntos | Nota | % | @endif @endforeach|||
| {{ $loop->iteration }} | {{ $est['nombre_completo'] }} | @foreach ($instrumentos as $instr) @php $score = $scores[$instr->id] ?? null; @endphp @if ($instr->por_indicador){{ $score['indicador'] ?? '-' }} | @else @php $puntos = $score['puntos'] ?? null; $notaReal = ($puntos !== null && $instr->puntos > 0) ? number_format(($puntos / $instr->puntos) * 10, 2) : '0.00'; $porcentaje = ($puntos !== null) ? number_format(($puntos / $instr->puntos) * $instr->porcentaje, 2) : '0.00'; @endphp{{ $puntos ?? '-' }} | {{ $notaReal }} | {{ $porcentaje }}% | @endif @endforeach{{ $est['total_porcentaje'] ?? '0.00' }}% |