校本材料.json的structures结构作一调整
This commit is contained in:
parent
ea14da5d53
commit
bf391e2966
|
|
@ -1,6 +1,9 @@
|
||||||
{
|
{
|
||||||
"structures": {
|
"structures": {
|
||||||
"A": {
|
"A": {
|
||||||
|
"description": "124分守护卷",
|
||||||
|
"consecutivenumbering": true,
|
||||||
|
"structure": {
|
||||||
"tiankong": {
|
"tiankong": {
|
||||||
"name": "填空题",
|
"name": "填空题",
|
||||||
"spaceflag": false
|
"spaceflag": false
|
||||||
|
|
@ -13,8 +16,12 @@
|
||||||
"name": "解答题",
|
"name": "解答题",
|
||||||
"spaceflag": true
|
"spaceflag": true
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"B": {
|
"B": {
|
||||||
|
"description": "春考前综合训练",
|
||||||
|
"consecutivenumbering": true,
|
||||||
|
"structure": {
|
||||||
"tiankong": {
|
"tiankong": {
|
||||||
"name": "填空题",
|
"name": "填空题",
|
||||||
"spaceflag": false
|
"spaceflag": false
|
||||||
|
|
@ -27,8 +34,12 @@
|
||||||
"name": "解答题",
|
"name": "解答题",
|
||||||
"spaceflag": true
|
"spaceflag": true
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"C": {
|
"C": {
|
||||||
|
"description": "基础小测卷",
|
||||||
|
"consecutivenumbering": true,
|
||||||
|
"structure": {
|
||||||
"tiankong": {
|
"tiankong": {
|
||||||
"name": "填空题",
|
"name": "填空题",
|
||||||
"spaceflag": false
|
"spaceflag": false
|
||||||
|
|
@ -41,8 +52,12 @@
|
||||||
"name": "解答题",
|
"name": "解答题",
|
||||||
"spaceflag": true
|
"spaceflag": true
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"E": {
|
"E": {
|
||||||
|
"description": "测验卷",
|
||||||
|
"consecutivenumbering": true,
|
||||||
|
"structure": {
|
||||||
"tiankong": {
|
"tiankong": {
|
||||||
"name": "填空题",
|
"name": "填空题",
|
||||||
"spaceflag": false
|
"spaceflag": false
|
||||||
|
|
@ -55,8 +70,12 @@
|
||||||
"name": "解答题",
|
"name": "解答题",
|
||||||
"spaceflag": true
|
"spaceflag": true
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"W": {
|
"W": {
|
||||||
|
"description": "周末卷",
|
||||||
|
"consecutivenumbering": true,
|
||||||
|
"structure": {
|
||||||
"tiankong": {
|
"tiankong": {
|
||||||
"name": "填空题",
|
"name": "填空题",
|
||||||
"spaceflag": false
|
"spaceflag": false
|
||||||
|
|
@ -69,8 +88,12 @@
|
||||||
"name": "解答题",
|
"name": "解答题",
|
||||||
"spaceflag": true
|
"spaceflag": true
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"J": {
|
"J": {
|
||||||
|
"description": "复习讲义",
|
||||||
|
"consecutivenumbering": false,
|
||||||
|
"structure": {
|
||||||
"keqian": {
|
"keqian": {
|
||||||
"name": "课前练习",
|
"name": "课前练习",
|
||||||
"spaceflag": true
|
"spaceflag": true
|
||||||
|
|
@ -79,20 +102,32 @@
|
||||||
"name": "课后练习",
|
"name": "课后练习",
|
||||||
"spaceflag": false
|
"spaceflag": false
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"F": {
|
"F": {
|
||||||
|
"description": "基础赋能卷",
|
||||||
|
"consecutivenumbering": false,
|
||||||
|
"structure": {
|
||||||
"problems": {
|
"problems": {
|
||||||
"name": "赋能练习题",
|
"name": "赋能练习题",
|
||||||
"spaceflag": true
|
"spaceflag": true
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"V": {
|
"V": {
|
||||||
|
"description": "寒假作业专题练习",
|
||||||
|
"consecutivenumbering": false,
|
||||||
|
"structure": {
|
||||||
"problems": {
|
"problems": {
|
||||||
"name": "寒假作业",
|
"name": "寒假作业",
|
||||||
"spaceflag": true
|
"spaceflag": true
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"U": {
|
"U": {
|
||||||
|
"description": "寒假作业测试卷",
|
||||||
|
"consecutivenumbering": true,
|
||||||
|
"structure": {
|
||||||
"tiankong": {
|
"tiankong": {
|
||||||
"name": "填空题",
|
"name": "填空题",
|
||||||
"spaceflag": false
|
"spaceflag": false
|
||||||
|
|
@ -106,6 +141,7 @@
|
||||||
"spaceflag": true
|
"spaceflag": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"notes": {
|
"notes": {
|
||||||
"W20240501": {
|
"W20240501": {
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,19 @@
|
||||||
{
|
{
|
||||||
"structures": {
|
"structures": {
|
||||||
"H": {
|
"H": {
|
||||||
|
"description": "校本作业",
|
||||||
|
"consecutivenumbering": false,
|
||||||
|
"structure": {
|
||||||
"homework": {
|
"homework": {
|
||||||
"name": "校本作业",
|
"name": "校本作业",
|
||||||
"spaceflag": true
|
"spaceflag": true
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"E": {
|
"E": {
|
||||||
|
"description": "测验卷",
|
||||||
|
"consecutivenumbering": true,
|
||||||
|
"structure": {
|
||||||
"tiankong": {
|
"tiankong": {
|
||||||
"name": "填空题",
|
"name": "填空题",
|
||||||
"spaceflag": false
|
"spaceflag": false
|
||||||
|
|
@ -19,13 +26,18 @@
|
||||||
"name": "解答题",
|
"name": "解答题",
|
||||||
"spaceflag": true
|
"spaceflag": true
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"W": {
|
"W": {
|
||||||
|
"description": "周末卷",
|
||||||
|
"consecutivenumbering": false,
|
||||||
|
"structure": {
|
||||||
"problems": {
|
"problems": {
|
||||||
"name": "周末卷题目",
|
"name": "周末卷题目",
|
||||||
"spaceflag": true
|
"spaceflag": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"notes": {
|
"notes": {
|
||||||
"E20250301": {
|
"E20250301": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,9 @@
|
||||||
{
|
{
|
||||||
"structures": {
|
"structures": {
|
||||||
"G": {
|
"G": {
|
||||||
|
"description": "学案",
|
||||||
|
"consecutivenumbering": false,
|
||||||
|
"structure": {
|
||||||
"objects": {
|
"objects": {
|
||||||
"name": "课时目标",
|
"name": "课时目标",
|
||||||
"spaceflag": false
|
"spaceflag": false
|
||||||
|
|
@ -21,14 +24,22 @@
|
||||||
"name": "课后作业",
|
"name": "课后作业",
|
||||||
"spaceflag": false
|
"spaceflag": false
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"I": {
|
"I": {
|
||||||
|
"description": "随堂练习卷",
|
||||||
|
"consecutivenumbering": false,
|
||||||
|
"structure": {
|
||||||
"problems": {
|
"problems": {
|
||||||
"name": "随堂练习卷试题",
|
"name": "随堂练习卷试题",
|
||||||
"spaceflag": true
|
"spaceflag": true
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"E": {
|
"E": {
|
||||||
|
"description": "测验卷",
|
||||||
|
"consecutivenumbering": true,
|
||||||
|
"structure": {
|
||||||
"tiankong": {
|
"tiankong": {
|
||||||
"name": "填空题",
|
"name": "填空题",
|
||||||
"spaceflag": false
|
"spaceflag": false
|
||||||
|
|
@ -41,8 +52,12 @@
|
||||||
"name": "解答题",
|
"name": "解答题",
|
||||||
"spaceflag": true
|
"spaceflag": true
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"V": {
|
"V": {
|
||||||
|
"description": "寒假作业",
|
||||||
|
"consecutivenumbering": true,
|
||||||
|
"structure": {
|
||||||
"groupa": {
|
"groupa": {
|
||||||
"name": "A组",
|
"name": "A组",
|
||||||
"spaceflag": true
|
"spaceflag": true
|
||||||
|
|
@ -67,13 +82,18 @@
|
||||||
"name": "解答题",
|
"name": "解答题",
|
||||||
"spaceflag": true
|
"spaceflag": true
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"W": {
|
"W": {
|
||||||
|
"description": "周末卷",
|
||||||
|
"consecutivenumbering": false,
|
||||||
|
"structure": {
|
||||||
"problems": {
|
"problems": {
|
||||||
"name": "周末卷试题",
|
"name": "周末卷试题",
|
||||||
"spaceflag": true
|
"spaceflag": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"notes": {
|
"notes": {
|
||||||
"E20260101": {
|
"E20260101": {
|
||||||
|
|
|
||||||
Reference in New Issue