{% extends "base.html" %} {% block title %}{{ benchmark_name }}{% endblock %} {% block content %}

{{ benchmark_name }}

已答 {{ answered | length }}/{{ total }},正确 {{ correct_count }}

返回列表
{% for q in questions %}
第 {{ loop.index }}/{{ total }} 题
{{ q.text }}
{% for choice in q.choices %} {% endfor %}
{% endfor %}
{% for q in questions %} {% endfor %}
{% endblock %}