20220925 evening

This commit is contained in:
weiye.wang 2022-09-25 20:29:43 +08:00
parent 51b196dcb5
commit f616f8734c
3 changed files with 60 additions and 7 deletions

View File

@ -17,11 +17,11 @@
"#在 临时文件/赋能答题纸 目录中保留一个pdf(赋能试卷的答题纸), 不留别的pdf文件. \n", "#在 临时文件/赋能答题纸 目录中保留一个pdf(赋能试卷的答题纸), 不留别的pdf文件. \n",
"#在 临时文件/赋能答题纸 目录中保留 赋能template.tex.\n", "#在 临时文件/赋能答题纸 目录中保留 赋能template.tex.\n",
"\"\"\"---设置文件名---\"\"\"\n", "\"\"\"---设置文件名---\"\"\"\n",
"filename = \"赋能03\"\n", "filename = \"赋能04\"\n",
"\n", "\n",
"\"\"\"---设置题目列表---\"\"\"\n", "\"\"\"---设置题目列表---\"\"\"\n",
"problems = r\"\"\"\n", "problems = r\"\"\"\n",
"346,347,348,349,30071,351,352,30072,354,30073\n", "356,357,30074,359:364,30075\n",
"\"\"\"\n", "\"\"\"\n",
"#完成后将含有 filename 的文件移至其它目录\n", "#完成后将含有 filename 的文件移至其它目录\n",
"\n", "\n",

View File

@ -2,15 +2,15 @@
"cells": [ "cells": [
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 5, "execution_count": 2,
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
"import os,re,json,time\n", "import os,re,json,time\n",
"\n", "\n",
"\"\"\"---设置原题目id与新题目id---\"\"\"\n", "\"\"\"---设置原题目id与新题目id---\"\"\"\n",
"old_id = \"355\"\n", "old_id = \"365\"\n",
"new_id = \"30073\"\n", "new_id = \"30075\"\n",
"\"\"\"---设置完毕---\"\"\"\n", "\"\"\"---设置完毕---\"\"\"\n",
"\n", "\n",
"old_id = old_id.zfill(6)\n", "old_id = old_id.zfill(6)\n",

View File

@ -8753,7 +8753,8 @@
"same": [], "same": [],
"related": [ "related": [
"004516", "004516",
"004729" "004729",
"030074"
], ],
"remark": "", "remark": "",
"space": "" "space": ""
@ -8928,7 +8929,9 @@
"20220624\t朱敏慧, 王伟叶" "20220624\t朱敏慧, 王伟叶"
], ],
"same": [], "same": [],
"related": [], "related": [
"030075"
],
"remark": "", "remark": "",
"space": "" "space": ""
}, },
@ -284983,5 +284986,55 @@
], ],
"remark": "", "remark": "",
"space": "" "space": ""
},
"030074": {
"id": "030074",
"content": "函数$f(x)=1+\\log_2 x$的值域为\\blank{50}.",
"objs": [],
"tags": [
"第二单元"
],
"genre": "填空题",
"ans": "$\\mathbf{R}$",
"solution": "",
"duration": -1,
"usages": [],
"origin": "赋能练习-20220925修改",
"edit": [
"20220624\t朱敏慧, 王伟叶",
"20220925\t王伟叶"
],
"same": [],
"related": [
"004516",
"004729",
"000358"
],
"remark": "",
"space": ""
},
"030075": {
"id": "030075",
"content": "设地球半径为$R$, 圆心为$O$. 若$A$、$B$两地均位于北纬$45^\\circ$, 且两地所在纬度圈上的弧长为$\\dfrac{\\sqrt{2}}{4}\\pi R$, 则$\\triangle OAB$的面积为\\blank{50}(结果用含有$R$的代数式表示).",
"objs": [],
"tags": [
"第六单元"
],
"genre": "填空题",
"ans": "",
"solution": "",
"duration": -1,
"usages": [],
"origin": "赋能练习-20220925修改",
"edit": [
"20220624\t朱敏慧, 王伟叶",
"20220925\t王伟叶"
],
"same": [],
"related": [
"000365"
],
"remark": "",
"space": ""
} }
} }