修改了一道废弃题的题面, 增加了OBSOLETE字样, 关键字筛选题号功能增加排除OBSOLETE

This commit is contained in:
weiye.wang 2023-06-17 08:01:13 +08:00
parent bf6c1fbf9a
commit 77f7d52cea
2 changed files with 7 additions and 4 deletions

View File

@ -4,9 +4,9 @@ import os,re,json
keywords_dict_table = [
{
"id":[""], #题号
"content":["椭圆"], #题面内容
"content":["幂函数"], #题面内容
"objs":[""], #目标代码
"tags":[""], #标签, 如["第二单元"]等
"tags":["二单元"], #标签, 如["第二单元"]等
"genre":[""], #题目类型, 填空题, 选择题, 解答题
"ans":[""], #答案
"solution":[""], #解答与提示
@ -21,6 +21,8 @@ keywords_dict_table = [
"unrelated":[""], #无关题目题号
# "content2":["双曲线"], #在字段名中加入数字表示这个字段的另一个必要条件
# "content_not":["焦"], #加_not表示不能出现该样式的词
"content_not":["OBSOLETE"], #这一项不要更改, 是排除错构题目的标志
},
]
"""---关键字设置完毕---"""

View File

@ -461100,7 +461100,7 @@
},
"017955": {
"id": "017955",
"content": "椭圆$\\dfrac{x^2}{9}+\\dfrac{y^2}{2}=1$的焦点为$F_1, F_2$, 点$P$在椭圆上, 若$|PF_1|=4$, 则此椭圆的长轴长的最小值是\\blank{50}.",
"content": "OBSOLETE椭圆$\\dfrac{x^2}{9}+\\dfrac{y^2}{2}=1$的焦点为$F_1, F_2$, 点$P$在椭圆上, 若$|PF_1|=4$, 则此椭圆的长轴长的最小值是\\blank{50}.",
"objs": [],
"tags": [],
"genre": "填空题",
@ -461110,7 +461110,8 @@
"usages": [],
"origin": "高中数学质量测试综合测试05解析几何圆锥曲线试题3",
"edit": [
"20230606\t王伟叶"
"20230606\t王伟叶",
"20230616\t毛培菁"
],
"same": [],
"related": [],