diff --git a/工具/修改题目数据库.py b/工具/修改题目数据库.py index 8493c2f4..1e047297 100644 --- a/工具/修改题目数据库.py +++ b/工具/修改题目数据库.py @@ -1,6 +1,6 @@ import os,re,json """这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭, 随后运行第二个代码块""" -problems = "40556" +problems = "13466" def generate_number_set(string,dict): string = re.sub(r"[\n\s]","",string) diff --git a/工具/试卷答案生成.py b/工具/试卷答案生成.py index d9702524..2e7a0ad1 100644 --- a/工具/试卷答案生成.py +++ b/工具/试卷答案生成.py @@ -1,6 +1,6 @@ -file_dir = r"C:\Users\weiye\Documents\wwy sync\23届\下学期周末卷" +file_dir = r"C:\Users\weiye\Documents\wwy sync\23届\第三轮复习讲义" filelist = [] #列表为空默认处理所有讲义 -output_gloss_filename= "下学期周末卷参考答案" +output_gloss_filename= "第三轮复习讲义参考答案" import os,re,json diff --git a/题库0.3/Problems.json b/题库0.3/Problems.json index 929bc7a2..b0c74ca5 100644 --- a/题库0.3/Problems.json +++ b/题库0.3/Problems.json @@ -354337,7 +354337,7 @@ "第三单元" ], "genre": "解答题", - "ans": "(1) $[\\dfrac 14,1)$; (2) 当$\\theta=\\dfrac{\\pi}{6}$时", + "ans": "(1) 矩形面积为$800\\cos\\theta+3200\\cos\\theta\\sin\\theta$, 三角形面积为$1600\\cos\\theta-1600\\cos\\theta\\cin\\theta$, $\\sin\\theta$的范围为$[\\dfrac 14,1)$; (2) 当$\\theta=\\dfrac{\\pi}{6}$时", "solution": "", "duration": -1, "usages": [],