Sem. | curso | Hrs | Crd | Prom. | Fecha | Obs. |
---|---|---|---|---|---|---|
CICLO {{ $curso->ciclo }} | ||||||
{{ $curso->semestre }} | {{ $curso->nombre_curso }} | {{ $curso->horas }} | {{ number_format($curso->creditos, 2) }} | {{ $curso->promedio_final }} | {{ $curso->semestre }} | SEMESTRAL |
Promedio Ponderado = {{ number_format($weightedSum / $totalCredits, 2) }} |
TOTAL DE CRÉDITOS DE cursos: {{ $totalCredits }}
PROMEDIO PONDERADO: {{ number_format($weightedSum / $totalCredits, 2) }}