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