Вопросы теста "{{ test.title }}"

{% for question in test.questions %} {% endfor %}
Вопрос Ответы Действия
{{ question.question_text }}
    {% for answer in question.answers %}
  • {{ answer.answer_text }} {% if answer.is_correct %} Верно {% endif %}
  • {% endfor %}
Изменить
{{ form.csrf_token }}
Назад