{% extends "base.html" %} {% block judul %}Riwayat Ketercapaian Lintas Semester — Informatika UNTAN{% endblock %} {% block isi %}
Skor CPL tingkat prodi per tahun ajaran — bahan evaluasi tren untuk rapat kurikulum dan akreditasi. Sel kosong = belum ada nilai yang masuk pada periode itu.
| CPL | {% for t in daftar_tahun %}{{ t }}{% if t == tahun %} (aktif){% endif %} |
{% endfor %}
|---|---|
| {{ cp }} | {% for t in daftar_tahun %} {% set v = per_tahun[t].cpl.get(cp) %}
{% if v and v.skor is not none %}
{{ '%.1f'|format(v.skor) }}
{% if v.skor < per_tahun[t].ambang %} ▼{% endif %}
{{ v.n_mk_setor }}/{{ v.n_mk_pemikul }} bukti {% else %}—{% endif %} |
{% endfor %}