{% include "UJMExoBundle:Partial:correction/interaction.html.twig" %} {% for choice in inter.choices %} {% endfor %}
{{ 'choice' | trans }} {{ 'expected_answer' | trans }} {{ 'your_answer' | trans }} {{ 'comment' | trans }}
{{ choice.label|raw }} {% if choice.rightResponse %} {% else %} {% endif %} {% if response is not defined %} {% set response = responses[p].response %} {% endif %} {% if regexTwig('/' ~ choice.id ~ ';/', response) > 0 %} {# choice checked by student #} {% if choice.rightResponse %} {% else %} {% endif %} {% else %} {% endif %} {% if choice.feedback is not empty %} {{ choice.feedback|raw }} {% else %} - {% endif %}