{% extends 'base.html.twig' %} {% block title %}AFC E-Learning{% endblock %} {% block body %} {% include 'partials/accountNavbar.html.twig' %}
{% for qcm in qcmTries["qcmSelected"] %}
{% endfor %}

Correction de l'évaluation finale

{% if qcmTries["scoreTotal"] <= 10 and trainingStage.finalTestState == 2 %} Repasser l'évaluation

Votre note est en dessous de la moyenne, prenez le temps de relire et noté la correction avant de réessayer. Vous allez y arriver !

{% endif %}

Note : {% if qcmTries["scoreTotal"] > 10 %} {{ qcmTries["scoreTotal"]|number_format(1) }} / 20 {% else %} {{ qcmTries["scoreTotal"]|number_format(1) }} / 20 {% endif %}

{% if qcmTries["scoreTotal"] > 10 and trainingStage.finalTestState == 3 and trainingStage.hasSatisfactionQuizCompleted == true %}

Félicitations, vous pouvez télécharger votre attestation de réussite de la formation

Télécharger mon attestation {% endif %} {% if trainingStage.hasSatisfactionQuizCompleted == false and qcmTries["scoreTotal"] > 10 and trainingStage.finalTestState == 3 %}

Félicitations, vous pourrez télécharcher votre attestation de formation une fois l'enquête satisfaction compléter

{% endif %} {% if qcmTries["scoreTotal"] > 10 and trainingStage.finalTestState == 3 %}

Votre avis sur la formation

{% if trainingStage.hasSatisfactionQuizCompleted == false %}

Compléter l'enquête satisfaction afin de pouvoir télécharger votre attestation.

Compléter l'enquête {% else %}

Merci de vos retours !

Enquête complété

{% endif %}
{% endif %}
{% endblock %}