Zadanie {{no}}

{% autoescape off %}
{% for para in exercise.description %}

{{para}}

{% endfor %} {% if exercise.answer|length == 1 %} Tylko jedna odpowiedź jest prawidłowa. {% else %} Zaznacz wszystkie prawidłowe odpowiedzi. {% endif %}
{% endautoescape %}
    {% for option in exercise.options %}
  1. {% endfor %}
{% if exercise.open_part %}
{% for para in exercise.open_part %}

{{para}}

{% endfor %}
{% endif %}