{% extends "layout.html" %} {% block content %}

Référentiel IAS

Explorez les critères et barèmes que nous utilisons pour évaluer les solutions.

{% for p_id, c_id, title, desc, choices in criteria %} {% endfor %}
Pilier Critère Barème de Notation
{{ p_id }}
{{ pillars[p_id] }}
{{ c_id }} {{ title }}

{{ desc }}

{% for score, label in choices.items() %}
{{ score }} {{ label }}
{% endfor %}
{% endblock %}