{% extends 'base.html.twig' %} {% block title %}{{parent()}}: Formation {{ formation.designation }}{% endblock %} {% block body %} {% include 'breadcrumb.html.twig' %} {# variables twig pour les sous-tables #} {% if est_prof or est_sousprof %} {% set BOUTON_ELEVE_COMPTERENDU = true %} {% else %} {% set BOUTON_ELEVE_COMPTERENDU = false %} {% endif %} {% if est_admin %} {% set CACHER_PROF_SELECTION = false %} {% set CACHER_ELEVE_SELECTION = false %} {% else %} {% set CACHER_PROF_SELECTION = true %} {% set CACHER_ELEVE_SELECTION = true %} {% endif %}
Activités réalisées | Grammaire | Vocabulaire | Phonétique | Commentaire |
---|---|---|---|---|
{{ formation.activitesrealisees|raw }} | {{ formation.grammaire|raw }} | {{ formation.vocabulaire|raw }} | {{ formation.phonetique|raw }} | {{ formation.commentaire|raw }} |
Désignation | {{ formation.designation }} |
---|---|
Langue(s) | {{ formation.langue.libelle }} |
Niveau(x) | {{ formation.niveau.libelle }} |
Objectifs | {{ formation.objectif|raw }} | Type(s) | {% if formation.type %} {{ formation.type.libelle }} {% endif %} |
Durée visio | {{ formation.dureeVisio }}h |
---|---|
Durée de conversation | {{ formation.dureeConversation }}h |
Durée sur la plateforme | {{ formation.dureePlateforme }}h |
Durée présentiel ou Face à face | {{ formation.dureeFace }}h |
Durée Totale | {% set total = formation.dureeFace + formation.dureePlateforme + formation.dureeConversation + formation.dureeVisio %} {{ total }}h |
Poids de la note orale | {{ formation.poidsNoteOral }}% |
---|---|
Poids de la complétude | {{ formation.poidsNoteCompletude }}% |
Poids de l'assiduité | {{ formation.poidsNoteAssiduite }}% |
Poids de la progression | {{ formation.poidsNoteProgression }}% |