Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Latest commit

 

History

History
213 lines (126 loc) · 4.87 KB

problem_edit.rst

File metadata and controls

213 lines (126 loc) · 4.87 KB

试题编辑

试题详情

.. seealso:: 名词解释: :ref:`problem_definition`


  • 试题车组卷详情 查看 试题详情 页面.

../_static/problem_detail1.png

  • 试题检索 查看 试题详情 页面.

../_static/problem_detail2.png

衍生试题

.. seealso:: 名词解释: :ref:`problem_copy_definition`

试题详情 页面( 见 :ref:`problem_detail` ) 点击右上方 创建副本 按钮, 创建该试题的副本并进入 试题编辑 页面.

../_static/problem_copy_new.png

Note

用户创建的试题副本, 可以在 我创建的试题 ( 见 :ref:`problem_create` )列表中找到.

编辑试题

试题详情 页面( 见 :ref:`problem_detail` ) 点击左上方 编辑 按钮, 进入 试题编辑 页面.

../_static/problem_edit1.png

Note

  1. 用户仅能编辑自己创建或认领的试题, 没有编辑权限的情况下可以衍生试题进行修改( 见 :ref:`problem_copy` );
  2. 用户需使用 \LaTeX 输入数学公式, 编辑时可在右侧获得公式的预览反馈( 见 :ref:`latex_tutorial` ).

题型及题目

.. seealso:: 相关说明 :ref:`problem_type_definition`

试题编辑 页面, 使用 ::question::[type=n] 选择题型, 其中 n 的值等于 0,1,2 时分别表示 填空题,选择题,解答题 .

  • 根据不同题型输入题目文本, 答案格式为: [[144]] (以填空题答案144为例).

../_static/puzzle_blankfill.PNG

  • 选择题选项的格式为: A. , 注意选项只能是2-6个选项.

../_static/problem_choice.PNG

符号

../_static/pro_edit1.png

点击 符号, 将鼠标悬停在下方选项后单击图片可插入指定符号.

../_static/pro_edit2.png

公式

../_static/pro_edit3.png

点击 公式, 将鼠标悬停在下方选项后单击图片可插入指定公式.

../_static/pro_edit4.png

图片

点击 图片, 拖放或点击添加图片.

../_static/pro_edit5.PNG

光标停留到需要插入图片的位置, 此时, 点击已上传的图片即可插入图片.

../_static/pro_edit6.PNG

链接

../_static/pro_edit7.png

点击 链接, 输入正确的内容和网址后点击 添加链接.

../_static/pro_edit8.png

视图

点击 视图, 选择不同视图可更改下方预览区样式.

../_static/pro_edit9.png

  • 复合视图:预览区左边为代码编辑区域, 右边为试题预览区域.

../_static/pro_edit10.png

  • 修改对比:可查看本次编辑修改的内容, 左边为修改前代码, 右边为修改后代码.

../_static/pro_edit11.png

  • 试题预览:预览区显示试题预览.
  • 代码编辑:预览区显示试题代码.

知识点

点击 知识点, 选择合适的知识点.

../_static/pro_edit12.PNG

解析

.. seealso:: 相关说明 :ref:`problem_solution_definition`

试题编辑 页面,

  • 使用 ::hint:: 增加针对该试题的提示;
  • 使用 ::solution:: 增加该试题的解析;
  • 使用 ::method:: 新增一种解法;

../_static/pro_edit13.png

  • 在某解法中使用 ::step:: 在该解法中追加一个步骤, 并使用 [score=n] 设置该步骤的分值; n 的值可以是0到100的整数,也可以是分数.

../_static/pro_edit14.png

保存与重置

  • 完成编辑并确认无误后, 点击 保存 , 点击 确定, 可以保存试题.
  • 点击 重置 , 试题恢复修改前内容.

创建试题

试题车 页面( 见 :ref:`cart_view` ), 点击 录入试题 按钮, 创建新试题并转到编辑页面.

../_static/problem_create.png

当用户保存后, 可在导航栏打开 用户昵称 下拉菜单, 单击 我创建的试题 获取所创建的试题列表.

../_static/my_problem.png

申请原创

试题详情 页面( 见 :ref:`problem_detail`), 点击 申请原创 按钮, 该试题将得到原创保护.

../_static/pro_edit15.PNG