{% extends "base.html" %} {% load static %} {% block title %} 在线考试系统 {% endblock title %} {% block content %}

当前科目:{{ subject }} 当前考试用户:{{ student.name }} 考试时长: 01:40

单选题

10题, 合计10

{% for paper1 in paper %} {% for test in paper1.pid.all %}
{{ forloop.counter}}.({{ test.score }}分) {{ test.title }}
{% endfor %} {% endfor %}
{% endblock content %}