From bf33e9827e72bc1039559f7d19c2c09125ab200a Mon Sep 17 00:00:00 2001 From: WangWeiye Date: Thu, 11 May 2023 15:34:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B913376=E7=AD=94=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 工具/修改题目数据库.py | 2 +- 题库0.3/Problems.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/工具/修改题目数据库.py b/工具/修改题目数据库.py index 21f7196a..e9c2bac4 100644 --- a/工具/修改题目数据库.py +++ b/工具/修改题目数据库.py @@ -1,6 +1,6 @@ import os,re,json """这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭, 随后运行第二个代码块""" -problems = "015121" +problems = "013376" def generate_number_set(string,dict): string = re.sub(r"[\n\s]","",string) diff --git a/题库0.3/Problems.json b/题库0.3/Problems.json index 2a991afb..faca04f6 100644 --- a/题库0.3/Problems.json +++ b/题库0.3/Problems.json @@ -351642,7 +351642,7 @@ "第七单元" ], "genre": "解答题", - "ans": "(1) $\\dfrac{x^2}{4}+\\dfrac{y^2}{2}=1$; (2) $y=\\pm \\dfrac{\\sqrt{2}}2+1$", + "ans": "(1) $\\dfrac{x^2}{4}+\\dfrac{y^2}{2}=1$; (2) $y=\\pm \\dfrac{\\sqrt{2}}2x+1$", "solution": "", "duration": -1, "usages": [],