| N° | {% set nombreMatiere = 0 %} {% for module in room.modules %} {% for course in module.courses %} |
{{ course.coefficient }}
{{ course.wording }}
|
{% set nombreMatiere = nombreMatiere + 1 %}
{% endfor %}
{% endfor %}
|---|---|---|
| {{ sequence1.wording }} | SUCCESS | {% for eval in evaluations1 %}{{ eval.successH + eval.successF }} | {% endfor %}
| {% if(room.level.cycle.section.name=="Francophone") %} ECHECS {% else %} FAILLURES {% endif %} | {% for eval in evaluations1 %}{{ eval.failluresH + eval.failluresF }} | {% endfor %}|
| {% if(room.level.cycle.section.name=="Francophone") %} ABSCENCES {% else %} ABSCENTS {% endif %} | {% for eval in evaluations1 %}{{ eval.abscent }} | {% endfor %}|
| {% if(room.level.cycle.section.name=="Francophone") %} MOYENNE GENERALE {% else %} OVERALL AVERAGE {% endif %} | {% for eval in evaluations1 %}{{ eval.moyenne|round(2,'floor') }} | {% endfor %}|
| {{ sequence2.wording }} | SUCCESS | {% for eval in evaluations2 %}{{ eval.successH + eval.successF }} | {% endfor %}
| {% if(room.level.cycle.section.name=="Francophone") %} ECHECS {% else %} FAILLURES {% endif %} | {% for eval in evaluations2 %}{{ eval.failluresH + eval.failluresF }} | {% endfor %}|
| {% if(room.level.cycle.section.name=="Francophone") %} ABSCENCES {% else %} ABSCENTS {% endif %} | {% for eval in evaluations2 %}{{ eval.abscent }} | {% endfor %}|
| {% if(room.level.cycle.section.name=="Francophone") %} MOYENNE GENERALE {% else %} OVERALL AVERAGE {% endif %} | {% for eval in evaluations2 %}{{ eval.moyenne|round(2,'floor') }} | {% endfor %}
NOTICE:
{% if(room.level.cycle.section.name=="Francophone") %}
Cette fiche sert d'outil de travail au conseil de classe.
{% else %}
Each teacher is entitled to only one copy of this sheet of report
{% endif %}