{% extends "layout.html" %} {% block page_title %}录入新题目{% endblock %} {% block content %}
题目预览

题目预览

录入新题目

{% if chapter_label or section_label or subsection_label %}
{% if chapter_label %}
{{ chapter_label }}
{% endif %} {% if section_label %}
{{ section_label }}
{% endif %} {% if subsection_label %}
小节 {{ subsection_label }}
{% endif %}
{% endif %}

填写题目信息,保存后自动生成题号并创建新题目

修改JSON自动同步到表单,修改表单字段自动同步到JSON

{% if chapter_label %} {% endif %} {% if section_label %} {% endif %} {% if subsection_label %} {% endif %}
{% endblock %}