De la préinscription à l'étudiant actif
@php $fmax = max($preinsc_annee_cours, $insc_annee_cours, $total_cours, 1); $cx = 130; $mw = 220; $minw = 52; $w1 = max(round($preinsc_annee_cours / $fmax * $mw), $minw); $w2 = max(round($insc_annee_cours / $fmax * $mw), $minw); $w3 = max(round($total_cours / $fmax * $mw), $minw); $x1 = $cx - $w1 / 2; $x1b = $cx + $w1 / 2; $x2 = $cx - $w2 / 2; $x2b = $cx + $w2 / 2; $x3 = $cx - $w3 / 2; $x3b = $cx + $w3 / 2; @endphpClassement par CA · année en cours
@if (count($campus))| Campus | CA | Étud. | Croiss. |
|---|---|---|---|
{{ $i + 1 }} {{ $c['nom'] }}{{ $c['sub'] }} |
{{ $c['ca'] }} | {{ $c['etud'] }} | {{ abs($c['croiss']) }}% |
Taille = effectif · couleur = croissance vs N-1
@if (count($filieres_stats))