diff --git a/工具/修改题目数据库.ipynb b/工具/修改题目数据库.ipynb index 304c1113..1d41faad 100644 --- a/工具/修改题目数据库.ipynb +++ b/工具/修改题目数据库.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "code", - "execution_count": 13, + "execution_count": 17, "metadata": {}, "outputs": [ { @@ -11,7 +11,7 @@ "0" ] }, - "execution_count": 13, + "execution_count": 17, "metadata": {}, "output_type": "execute_result" } @@ -19,7 +19,7 @@ "source": [ "import os,re,json\n", "\"\"\"这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭, 随后运行第二个代码块\"\"\"\n", - "problems = \"11388\"\n", + "problems = \"11265,12337\"\n", "\n", "def generate_number_set(string,dict):\n", " string = re.sub(r\"[\\n\\s]\",\"\",string)\n", @@ -51,7 +51,7 @@ }, { "cell_type": "code", - "execution_count": 12, + "execution_count": 16, "metadata": {}, "outputs": [], "source": [ diff --git a/工具/分年级专用工具/赋能卷生成.ipynb b/工具/分年级专用工具/赋能卷生成.ipynb index ddca3533..e7ee31d8 100644 --- a/工具/分年级专用工具/赋能卷生成.ipynb +++ b/工具/分年级专用工具/赋能卷生成.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "code", - "execution_count": 7, + "execution_count": 1, "metadata": {}, "outputs": [ { @@ -18,11 +18,11 @@ "#在 模板文件 目录中保留 赋能template.tex.\n", "#在 临时文件/赋能答题纸 目录中保留output目录.\n", "\"\"\"---设置文件名---\"\"\"\n", - "filename = \"赋能17\"\n", + "filename = \"赋能18\"\n", "\n", "\"\"\"---设置题目列表---\"\"\"\n", "problems = r\"\"\"\n", - "496:498,31205,500:505\n", + "506:507,11265,509,510,12337,512:515\n", "\"\"\"\n", "#完成后将含有 filename 的文件移至其它目录\n", "\n", diff --git a/题库0.3/Problems.json b/题库0.3/Problems.json index 08b4e54e..af96121b 100644 --- a/题库0.3/Problems.json +++ b/题库0.3/Problems.json @@ -14866,7 +14866,7 @@ }, "000506": { "id": "000506", - "content": "若全集$U=\\mathbf{R}$, 集合$A=\\{x|x\\le 0\\text{或} x\\ge 2\\}$, 则$\\complement_U A=$\\blank{50}.", + "content": "若全集$U=\\mathbf{R}$, 集合$A=\\{x|x\\le 0\\text{或} x\\ge 2\\}$, 则$\\overline{A}=$\\blank{50}.", "objs": [ "K0104006B" ], @@ -15096,7 +15096,7 @@ }, "000514": { "id": "000514", - "content": "数列$\\{a_n\\}$的通项公式是$a_n=2n-1\\ (n\\in \\mathbf{N}^*)$, 数列$\\{b_n\\}$的通项公式是$b_n=3n \\ (n\\in \\mathbf{N}^*)$, 令集合$A=\\{a_1,a_2,\\cdots,a_n,\\cdots\\}$, $B=\\{b_1,b_2,\\cdots,b_n,\\cdots\\}$, $n\\in \\mathbf{N}^*$. 将集合$A\\cup B$中的所有元素按从小到大的顺序排列, 构成的数列记为$\\{c_n\\}$. 则数列$\\{c_n\\}$的前$28$项的和$S_{28}=$\\blank{50}.", + "content": "数列$\\{a_n\\}$的通项公式是$a_n=2n-1$($n\\in \\mathbf{N}$, $n\\ge 1$), 数列$\\{b_n\\}$的通项公式是$b_n=3n$($n\\in \\mathbf{N}$, $n\\ge 1$), 令集合$A=\\{a_1,a_2,\\cdots,a_n,\\cdots\\}$, $B=\\{b_1,b_2,\\cdots,b_n,\\cdots\\}$, $n\\in \\mathbf{N}$, $n\\ge 1$. 将集合$A\\cup B$中的所有元素按从小到大的顺序排列, 构成的数列记为$\\{c_n\\}$. 则数列$\\{c_n\\}$的前$28$项的和$S_{28}=$\\blank{50}.", "objs": [ "K0406003X" ], @@ -281129,7 +281129,7 @@ "第一单元" ], "genre": "填空题", - "ans": "", + "ans": "$2$", "solution": "", "duration": -1, "usages": [], @@ -306390,7 +306390,7 @@ "第二单元" ], "genre": "填空题", - "ans": "", + "ans": "$5$", "solution": "", "duration": -1, "usages": [],