录入选必一空间向量及其应用例题与习题 并对应单元
This commit is contained in:
parent
ef2f807dd0
commit
5f925cccf4
|
|
@ -1,4 +1,4 @@
|
||||||
id_string = "20386"
|
id_string = "013298,014818,030516,030536,031162"
|
||||||
editor = "徐慧"
|
editor = "徐慧"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
keywords_dict = {
|
keywords_dict = {
|
||||||
"id":[""], #题号
|
"id":[""], #题号
|
||||||
"content":[""], #题面内容
|
"content":["两个"],"content2":["正态"], #题面内容
|
||||||
"objs":[""], #目标代码
|
"objs":[""], #目标代码
|
||||||
"tags":[""], #标签, 如["第二单元"]等
|
"tags":[""], #标签, 如["第二单元"]等
|
||||||
"genre":[""], #题目类型, 填空题, 选择题, 解答题
|
"genre":[""], #题目类型, 填空题, 选择题, 解答题
|
||||||
|
|
@ -8,7 +8,7 @@ keywords_dict = {
|
||||||
"solution":[""], #解答与提示
|
"solution":[""], #解答与提示
|
||||||
"duration":[""], #解题时间(目前未设置)
|
"duration":[""], #解题时间(目前未设置)
|
||||||
"usages":[""], #使用记录, 数据库中格式为 <日期>\t<届别><班别>\t正确率[\t正确率]... 例如"20230301\t2023届01班\t0.985\t0.211
|
"usages":[""], #使用记录, 数据库中格式为 <日期>\t<届别><班别>\t正确率[\t正确率]... 例如"20230301\t2023届01班\t0.985\t0.211
|
||||||
"origin":["高二下学期期末","高一下学期"], #题目来源
|
"origin":[""], #题目来源
|
||||||
"edit":[""], #导入者及编辑者
|
"edit":[""], #导入者及编辑者
|
||||||
"same":[""], #相同题目题号
|
"same":[""], #相同题目题号
|
||||||
"related":[""], #关联题目题号
|
"related":[""], #关联题目题号
|
||||||
|
|
@ -16,7 +16,7 @@ keywords_dict = {
|
||||||
"space":[""], #解答题下的空间(em)表示一个m的宽度
|
"space":[""], #解答题下的空间(em)表示一个m的宽度
|
||||||
"unrelated":[""], #无关题目题号
|
"unrelated":[""], #无关题目题号
|
||||||
# "content2":["双曲线"], #在字段名中加入数字表示这个字段的另一个必要条件
|
# "content2":["双曲线"], #在字段名中加入数字表示这个字段的另一个必要条件
|
||||||
"content_not":["抛"], #加_not表示不能出现该样式的词
|
"content_not":["OBSOLETE"], #加_not表示不能出现该样式的词
|
||||||
}
|
}
|
||||||
#同一字段名中的条件为"或"的关系, 不同字段名(可加数字表示同一字段)中的条件为"且"的关系
|
#同一字段名中的条件为"或"的关系, 不同字段名(可加数字表示同一字段)中的条件为"且"的关系
|
||||||
outputfilepath = "临时文件/题号筛选.txt"
|
outputfilepath = "临时文件/题号筛选.txt"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#修改起始id,出处,文件名
|
#修改起始id,出处,文件名
|
||||||
starting_id = 18784 #起始id设置, 来自"寻找空闲题号"功能
|
starting_id = 19006 #起始id设置, 来自"寻找空闲题号"功能
|
||||||
raworigin = "" #题目来源的前缀(中缀在.tex文件中)
|
raworigin = "" #题目来源的前缀(中缀在.tex文件中)
|
||||||
filename = r"C:\Users\wangweiye\Documents\wwy sync\临时工作区\空中课堂必修第二册例题与习题.tex" #题目的来源.tex文件
|
filename = r"C:\Users\wangweiye\Documents\wwy sync\临时工作区\空中课堂必修第二册例题与习题.tex" #题目的来源.tex文件
|
||||||
editor = "王伟叶" #编辑者姓名
|
editor = "王伟叶" #编辑者姓名
|
||||||
|
|
|
||||||
1056
题库0.3/Problems.json
1056
题库0.3/Problems.json
File diff suppressed because it is too large
Load Diff
Reference in New Issue