{{ block title }} {{ Lexicon.understanding_results_title }} {{ endblock }} {{ block content }}

{{ Lexicon.understanding_results_txt }}

{{ for q in understanding }}
{{ Lexicon.question }} {{ forloop.counter }}

{{ q.text|linebreaks }}

{{ Lexicon.reponse }} : {{ if q.reponse == q.solution }} {{ q.reponse }} {{ else }} {{ q.reponse }}
{{ Lexicon.bonne_reponse }} : {{q.solution}} {{ endif }}
{{ Lexicon.explication }}: {{q.explication}}

{{ endfor }}
{{ include_sibling "InstructionsModal.html" }} {{ endblock }} {{ block scripts }} {{ endblock }}