{% extends 'base.html.twig' %} {% block title %} {{ parent() }} : Accueil {% endblock title %} {% import 'macros.html.twig' as macros %} {% block body %} {# {% include 'breadcrumb.html.twig' %} #}
{{ idEleve }} | {{ eleve.name }} | ||
---|---|---|
Id
Leçon
Durée
Note
Complétude
{{ idLesson }}
{{ lesson.name }}
{{ lesson.duree }} {{ lesson.calcul.duree }}
{% if lessonBadgeNote == "badge badge-danger"%}
{% endif %}
{{ lesson.note }} {{ lesson.calcul.note|round(0) }}
{% if lessonBadgeCompletude == "badge badge-danger" %}
{% endif %}
{{ lesson.completude }} % {{ lesson.calcul.completude|round(0) }} %
Id
Activité
Durée
Note
Complétude
{{ activite.id }}
{{ activite.name }} {% if activite.adaptablite == 1 %} {% if activite.print_adaptabilite == true %} {% else %} {% endif %} Adaptablité : {{ activite.notePlancher }} {% endif %}
{% if activite.tentatives|length > 0 %}
{% endif %}
{{ activite.duree }} / {{activite.duree }}
{% if badgeNote == "badge badge-danger" %}
{% endif %}
{% if activite.note is empty %} - {% else %}{{ activite.note }}{% endif %}
{% if activite.calcul.note is empty %} - {% else %}{{ activite.calcul.note }}{% endif %}
{% if badgeCompletude == "badge badge-danger" %}
{% endif %}
{{ activite.completude }} %
{{ activite.calcul.completude }} %
Id
Tentative
Création
Modification
Etat
Durée
Note
Complétude
{{ idTentative }}
{{ tentative.tentative }}
{{ tentative.dateCreation|date("d/m/Y H:i:s") }}
{{ tentative.dateModification|date("d/m/Y H:i:s") }}
{{ tentative.etat }}
{{ tentative.duree }} / {{ tentative.duree }}
{% if tentative.note is empty %} - {% else %}{{ tentative.note }}{% endif %}
{{ tentative.completude }} %
Pas de tentative
|
||
Leçon en anomalie : {{ nbLessonAnomalie }} | Activité en anomalie : {{ nbActiviteAnomalie }} | {% else %}Pas de tentative | {% endif %}