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