{{ module.name }}

Chapitres

{% for chapter in chapters %} {% if stateChapter[loop.index0] == true %} check_circle_outline {{ chapter.title }} {% else %} {% endif %} {% endfor %} {% if module.hasQcmTest == true %} {% if qcmState == 0 or exInCorrection == true or exToDo == true %} {% endif %} {% endif %} {% if module.hasQcmTest == false and isLastModule == false %} {% if exInCorrection == true or exToDo == true or currChapterStatus == false or hasTimeSpentRequired == false %} {% else %} Module suivant {% endif %} {% endif %} {% if qcmState == 1 and module.hasQcmTest == true and exInCorrection == false and exToDo == false %} check_circle_outline Questionnaire {% endif %} {% if qcmState == 2 or qcmState == 3 %} {% if qcmState == 3 %} check_circle_outline {% endif %} Revoir la correction {% endif %}