Module | Lecon | Activité | Complétude | Statut | Note |
---|---|---|---|---|---|
{% if modules[keyM].libelle == '' %} Sans titre {% else %} {{ modules[keyM].libelle }} {% endif %} | {% if lecons[keyL].libelle == '' %} Sans titre {% else %} {{ lecons[keyL].libelle }} {% endif %} | {% if activites[da].libelle == '' %} Sans titre {% else %} {{ activites[da].libelle }} {% endif %} | {% if tabEleveLecon[lecons[keyL].id] is defined %} {{ tabEleveLecon[lecons[keyL].id].completude }}% {% endif %} {#{% if tentatives[keyM][keyL][da][0] is defined %} {{ tentatives[keyM][keyL][da][0].completude }}% {% endif %}#} | {% if tentatives[keyM][keyL][da][0] is defined %} {% if tentatives[keyM][keyL][da][0].etat == "0" %} En cours {% elseif tentatives[keyM][keyL][da][0].etat == "1" %} Validée {% elseif tentatives[keyM][keyL][da][0].etat == "2" %} Correction {% elseif tentatives[keyM][keyL][da][0].etat == "3" %} Corrigée {% endif %} {% endif %} | {% if tentatives[keyM][keyL][da][0] is defined %} {{ tentatives[keyM][keyL][da][0].note }} {% endif %} |