{% extends 'base.html' %} {% block content %} {% include 'classroom/students/_header.html' with active='new' %}
{% for quiz in quizzes %} {% empty %} {% endfor %}
問題 レベル 問題数
{{ quiz.name }} {{ quiz.subject.get_html_badge }} {{ quiz.questions_count }} 問 Start
できる問題はありません。
{% endblock %}