修改18080题目
This commit is contained in:
parent
98ef17daa2
commit
a39f526f92
|
|
@ -1,6 +1,6 @@
|
|||
import os,re,json
|
||||
"""这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭"""
|
||||
problems = "40881"
|
||||
problems = "18080"
|
||||
editor = "王伟叶"
|
||||
|
||||
def generate_number_set(string,dict):
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ paper_type = 2 # 随后设置一下后续的讲义标题
|
|||
"""---设置题块编号---"""
|
||||
|
||||
problems = [
|
||||
"17423:17434","17435:17438","17439:17443"
|
||||
"18061:18072","18073:18076","18077:18081"
|
||||
]
|
||||
|
||||
"""---设置结束---"""
|
||||
|
|
@ -24,7 +24,7 @@ if paper_type == 1:
|
|||
elif paper_type == 2:
|
||||
enumi_mode = 1 #设置模式(1为整卷统一编号, 0为每一部分从1开始编号)
|
||||
template_file = "模板文件/测验周末卷模板.txt" #设置模板文件名
|
||||
exec_list = [("标题替换","练习卷(奉贤中学)")] #设置讲义标题
|
||||
exec_list = [("标题替换","2023年秋考")] #设置讲义标题
|
||||
destination_file = "临时文件/"+exec_list[0][1] # 设置输出文件名
|
||||
elif paper_type == 3:
|
||||
enumi_mode = 0 #设置模式(1为整卷统一编号, 0为每一部分从1开始编号)
|
||||
|
|
|
|||
|
|
@ -463600,7 +463600,7 @@
|
|||
},
|
||||
"018080": {
|
||||
"id": "018080",
|
||||
"content": "曲线$\\Gamma: y^2=4 x$, 第一象限内点$A$在$\\Gamma$上, $A$的纵坐标是$a$.\\\\\n(1) 若$A$到准线的距离为$3$, 求$a$;\n(2) 若$a=4$, $B$在$x$轴上, $AB$中点在$\\Gamma$上, 求点$B$坐标和坐标原点$O$到$AB$距离;\\\\\n(3) 直线$l: x=-3$, 令$P$是第一象限$\\Gamma$上异于$A$的一点, 直线$PA$交$l$于$Q$, $H$是$P$在$l$上的投影, 若点$A$满足``对于任意$P$都有$|HQ|>4$'', 求$a$的取值范围.",
|
||||
"content": "曲线$\\Gamma: y^2=4 x$, 第一象限内点$A$在$\\Gamma$上, $A$的纵坐标是$a$.\\\\\n(1) 若$A$到准线的距离为$3$, 求$a$;\\\\\n(2) 若$a=4$, $B$在$x$轴上, $AB$中点在$\\Gamma$上, 求点$B$坐标和坐标原点$O$到$AB$距离;\\\\\n(3) 直线$l: x=-3$, 令$P$是第一象限$\\Gamma$上异于$A$的一点, 直线$PA$交$l$于$Q$, $H$是$P$在$l$上的投影, 若点$A$满足``对于任意$P$都有$|HQ|>4$'', 求$a$的取值范围.",
|
||||
"objs": [],
|
||||
"tags": [],
|
||||
"genre": "解答题",
|
||||
|
|
@ -463610,6 +463610,7 @@
|
|||
"usages": [],
|
||||
"origin": "2023年秋考试题20",
|
||||
"edit": [
|
||||
"20230608\t王伟叶",
|
||||
"20230608\t王伟叶"
|
||||
],
|
||||
"same": [],
|
||||
|
|
|
|||
Reference in New Issue