N° |
COEF |
{% set totalCoef = 0 %}
{% for module in room.modules %}
{% for course in module.courses %}
{% set totalCoef = totalCoef + course.coefficient %}
{{ course.coefficient }}
{{ course.wording }}
|
{% endfor %}
{% endfor %}
{{ totalCoef }}
TOTAL
|
{# MOYENNE/20 |
DECISION | #}
|---|---|---|---|---|---|
| {{ loop.index }} | {{ std.lastname }} {{ std.firstname }} | {% set continue = false %} {% for module in room.modules %} {% for course in module.courses %} {% for mark in datas %} {% if std.id == mark.student.id %} {% if mark.evaluation.course.wording == course.wording %} {% set i = i+1 %}{% if mark.weight > 0 %} {{ mark.value }} {% set totalCoef = totalCoef + mark.evaluation.course.coefficient %} {% else %} / {% endif %} | {% endif %} {% endif %} {% endfor %} {% endfor %} {% endfor %}{{ totalCoef }} | {#{% if totalCoef != 0 %} {{ (NCoef/totalCoef)|round(2,'floor') }}{% else %}/ {% endif %} | #} |
{% if(room.level.cycle.section.name=="Francophone") %}
Nom(s) et visa des responsables
{% else %}
Name(s) and signature of officials
{% endif %}
Date : __ / __ / ____