{% 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 }} questions Start
できる問題はありません。
{% endblock %}