{% extends "admin/base.html" %} {% block page_title %}题库管理{% endblock %} {% block content %}
已选 0
{% for q in questions %} {% else %} {% endfor %}
序号题干产品适应症题型答案分值操作
{{loop.index}} {{q.stem[:50]}}{% if q.stem|length>50 %}…{% endif %} {{q.category}}{{q.indication or '—'}}{{q.qtype}}{{q.answer}}{{q.points}} 编辑
暂无题目,可单题新增或 Excel 批量导入
{% endblock %}