{{ block title }} Questionnaire de compréhension - Résultats {{ endblock }} {{ block content }}

Vous avez fait {{ player.understanding_faults }} faute{{ if player.understanding_faults}}s{{ endif }}.

{{ for q in questionnaire }}
Question {{ forloop.counter }}

{{ q.text|linebreaks }}

Vous avez répondu : {{ if q.reponse == q.solution }} {{ q.reponse }} {{ else }} {{ q.reponse }}
La bonne réponse était : {{q.solution}} {{ endif }}

Explication: {{q.explication}}

{{ endfor }}
{{ next_button }} {{ include "jemna/InstructionsModal.html" }} {{ endblock }} {{ block scripts }} {{ endblock }}