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