zydx-plus 1.33.369 → 1.33.371
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -37,6 +37,26 @@ let buttonNames = {
|
|
|
37
37
|
analysis: '统计分析',
|
|
38
38
|
power: '学习动力'
|
|
39
39
|
}
|
|
40
|
+
},
|
|
41
|
+
2: {
|
|
42
|
+
headLevel: {
|
|
43
|
+
default: "singletonClass",
|
|
44
|
+
singletonClass: this.getCurrentPrefix(item) + '学习',
|
|
45
|
+
allClass: this.getPrefix(item) + '情况',
|
|
46
|
+
},
|
|
47
|
+
otherLevel: {
|
|
48
|
+
default: "singletonClass",
|
|
49
|
+
singletonClass: this.getCurrentPrefix(item) + '学习',
|
|
50
|
+
allClass: this.getPrefix(item) + '情况',
|
|
51
|
+
},
|
|
52
|
+
lowLevel: {
|
|
53
|
+
default: "singletonClass",
|
|
54
|
+
singletonClass: '学习任务',
|
|
55
|
+
score: '学习成绩',
|
|
56
|
+
analysis: '统计分析',
|
|
57
|
+
assessment: '素养评估',
|
|
58
|
+
power: '学习动力'
|
|
59
|
+
}
|
|
40
60
|
}
|
|
41
61
|
}
|
|
42
62
|
},
|
|
@@ -1652,6 +1672,31 @@ let buttonNames = {
|
|
|
1652
1672
|
}
|
|
1653
1673
|
}
|
|
1654
1674
|
},
|
|
1675
|
+
action_scene: {
|
|
1676
|
+
actionName: '情景学习',
|
|
1677
|
+
buttonList: {
|
|
1678
|
+
0: {
|
|
1679
|
+
headLevel: {
|
|
1680
|
+
default: "demand",
|
|
1681
|
+
demand: '学习要求',
|
|
1682
|
+
singletonClass: this.getCurrentPrefix(item) + '学习',
|
|
1683
|
+
allClass: this.getPrefix(item) + '情况',
|
|
1684
|
+
},
|
|
1685
|
+
otherLevel: {
|
|
1686
|
+
default: "singletonClass",
|
|
1687
|
+
singletonClass: this.getCurrentPrefix(item) + '学习',
|
|
1688
|
+
allClass: this.getPrefix(item) + '情况',
|
|
1689
|
+
},
|
|
1690
|
+
lowLevel: {
|
|
1691
|
+
default: "singletonClass",
|
|
1692
|
+
singletonClass: '学习任务',
|
|
1693
|
+
score: '学习成绩',
|
|
1694
|
+
analysis: '统计分析',
|
|
1695
|
+
power: '学习动力'
|
|
1696
|
+
},
|
|
1697
|
+
}
|
|
1698
|
+
}
|
|
1699
|
+
},
|
|
1655
1700
|
action_lesson056: {
|
|
1656
1701
|
actionName: '讲给他人',
|
|
1657
1702
|
buttonList: {
|