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