{% extends 'base.html' %} {% block content %} {% include 'classroom/students/_header.html' with active='taken' %}
{% for taken_quiz in taken_quizzes %} {% empty %} {% endfor %}
問題 解説 レベル 点数
{{ taken_quiz.quiz.name }} {% if taken_quiz.explanation_count == 0 %} - {% else %} 答え {% endif %} {{ taken_quiz.quiz.subject.get_html_badge }} {{ taken_quiz.score }}
クイズを完了していません
{% endblock %}