{% include "UJMExoBundle:Partial:correction/interaction.html.twig" %}

{{ 'your_answer' | trans }}

{{ inter.html|raw }}

{{ 'expected_answer' | trans }}

{{ inter.html|raw }}

{% for hole in inter.holes %}

{{ 'answer_zone' | trans }} {{loop.index}}

{% for wr in hole.wordResponses %} {% endfor %}
{{ 'keys_words' | trans }} {{ 'points' | trans }} {{ 'comment' | trans }}
{{ wr.response | raw }} {{ wr.score | raw }} {% if wr.feedback is not empty %} {{ wr.feedback|raw }} {% else %} - {% endif %}
{% endfor %}