{% extends "admin/base.html" %} {% block page_title %}选题 · {{e.title}}{% endblock %} {% block content %}
「{{e.title}}」选题(已选 {{selected|length}} 题)
产品: 题型: 搜题干:
{% for q in all_q %} {% else %} {% endfor %}
{{q.category}}{{q.qtype}}{{q.stem[:80]}}
题库为空,请先到「题库管理」添加或导入题目
返回
{% endblock %}