{{ block title }} Questionnaire de compréhension - Résultats {{ endblock }} {{ block content }}
Vous avez fait {{ player.understanding_faults }} faute{{ if player.understanding_faults}}s{{ endif }}.
{{ 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}}