{% extends 'base.html' %} {% load common_tags %} {% block content %}
{% for question in questions %} {% comment "" %}{% endcomment %} {% empty %} {% endfor %}
問題 間違え 設問数
{% if question.explanation %} {{ question.text }} {% else %} {{ question.text }} {% endif %} {% get_latest_answer request.user.student question as answer %} {% if not answer.answer.is_correct %} {% endif %} {{ question.answers.count }}
クイズを完了していません
戻る
{% endblock %}