zydx-plus 1.32.223 → 1.32.225

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zydx-plus",
3
- "version": "1.32.223",
3
+ "version": "1.32.225",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -228,6 +228,50 @@ let buttonNames = {
228
228
  }
229
229
  }
230
230
  },
231
+ action_Interrogation: {
232
+ actionName: '苏氏追问',
233
+ buttonList: {
234
+ 0: {
235
+ headLevel: {
236
+ default: "demand",
237
+ demand: '回答要求',
238
+ singletonClass: this.getCurrentPrefix(item) + '项目',
239
+ allClass: this.getPrefix(item) + '情况',
240
+ },
241
+ otherLevel: {
242
+ default: "singletonClass",
243
+ singletonClass: this.getCurrentPrefix(item) + '项目',
244
+ allClass: this.getPrefix(item) + '情况',
245
+ },
246
+ lowLevel: {
247
+ default: "singletonClass",
248
+ singletonClass: this.getCurrentPrefix(item) + '项目',
249
+ score: '回答成绩',
250
+ analysis: '统计分析',
251
+ power: '学习动力'
252
+ },
253
+ },
254
+ 2: {
255
+ headLevel: {
256
+ default: "singletonClass",
257
+ singletonClass: this.getCurrentPrefix(item) + '项目',
258
+ allClass: this.getPrefix(item) + '情况',
259
+ },
260
+ otherLevel: {
261
+ default: "singletonClass",
262
+ singletonClass: this.getCurrentPrefix(item) + '项目',
263
+ allClass: this.getPrefix(item) + '情况',
264
+ },
265
+ lowLevel: {
266
+ default: "singletonClass",
267
+ singletonClass: this.getCurrentPrefix(item) + '项目',
268
+ score: '回答成绩',
269
+ analysis: '统计分析',
270
+ power: '学习动力'
271
+ },
272
+ }
273
+ }
274
+ },
231
275
  action_lesson012: {
232
276
  actionName: '教师提问',
233
277
  buttonList: {
@@ -1264,6 +1308,32 @@ let buttonNames = {
1264
1308
  }
1265
1309
  }
1266
1310
  },
1311
+ action_Interrogation: {
1312
+ actionName: '苏氏追问',
1313
+ buttonList: {
1314
+ 0: {
1315
+ headLevel: {
1316
+ default: "demand",
1317
+ demand: '回答要求',
1318
+ singletonClass: this.getCurrentPrefix(item) + '项目',
1319
+ allClass: this.getPrefix(item) + '情况',
1320
+ },
1321
+ otherLevel: {
1322
+ default: "singletonClass",
1323
+ singletonClass: this.getCurrentPrefix(item) + '项目',
1324
+ allClass: this.getPrefix(item) + '情况',
1325
+ },
1326
+ lowLevel: {
1327
+ default: "singletonClass",
1328
+ singletonClass: this.getCurrentPrefix(item) + '项目',
1329
+ score: '学习成绩',
1330
+ analysis: '统计分析',
1331
+ power: '学习动力'
1332
+ },
1333
+ }
1334
+ }
1335
+ },
1336
+
1267
1337
  action_lesson012: {
1268
1338
  actionName: '教师提问',
1269
1339
  buttonList: {
@@ -1888,6 +1958,30 @@ let buttonNames = {
1888
1958
  }
1889
1959
  }
1890
1960
  },
1961
+ action_Interrogation: {
1962
+ actionName: '苏氏资源',
1963
+ buttonList: {
1964
+ 0: {
1965
+ headLevel: {
1966
+ default: "demand",
1967
+ demand: '回答要求',
1968
+ resourceIndex: '教学项目',
1969
+ review: '回答点评',
1970
+ analyse: '回答分析',
1971
+ countermeasure: '教学对策'
1972
+ },
1973
+ otherLevel: {
1974
+ default: "singletonClass",
1975
+ singletonClass: this.getCurrentPrefix(item) + '项目',
1976
+ allClass: this.getPrefix(item) + '项目'
1977
+ },
1978
+ lowLevel: {
1979
+ default: "singletonClass",
1980
+ singletonClass: this.getCurrentPrefix(item) + '项目'
1981
+ }
1982
+ }
1983
+ }
1984
+ },
1891
1985
  resource_lesson012: {
1892
1986
  actionName: '提问资源',
1893
1987
  buttonList: {
@@ -4,7 +4,7 @@
4
4
  <div v-if="actionConfig[actionId].isShowFinishState" class="task_item_main width100" :class="isWidth50 ? 'width50': 'width100'" style="z-index: 110">
5
5
  <div class="task_text_desc">动作性质:</div>
6
6
  <div class="width250">
7
- <zydxSelect :readonly="readonly" :options="finishStateOptions" v-model:value="finishState"></zydxSelect>
7
+ <zydxSelect :readonly="readonly" :options="finishStateOptions" v-model:value="finishState"></zydxSelect>
8
8
  </div>
9
9
  </div>
10
10
  <template v-if="actionConfig[actionId].isShowEndTime">
@@ -196,6 +196,19 @@
196
196
  isShowFunDisable: false,
197
197
  isShowVirtualScore: false
198
198
  },
199
+ action_Interrogation: {
200
+ actionName: '苏氏追问',
201
+ endTimeBtn1: '回答截止',
202
+ endTimeBtn2: '回答时长',
203
+ laterScoreBtn: '迟答扣分',
204
+ isShowFinishState: true,
205
+ isShowEndTime: true,
206
+ isShowLaterScore: true,
207
+ isShowReviewObj: true,
208
+ isShowReviewDemand: true,
209
+ isShowScreenLimit: false,
210
+ isShowFunDisable: false
211
+ },
199
212
  action_lesson012: {
200
213
  actionName: '教师提问',
201
214
  endTimeBtn1: '回答截止',
@@ -2,18 +2,18 @@
2
2
  <div class="mind" :ref="id">
3
3
  <div class="table">
4
4
  <div class="table-left" v-if="!readOnly">
5
- <button :disabled="retShow" @click="ret">返回</button>
6
- <button :disabled="forwardShow" @click="forward">前进</button>
7
5
  <button :disabled="mindShow" @click="addNode">添加节点</button>
8
6
  <button :disabled="mindShow" @click="brotherNode">兄弟节点</button>
9
7
  <button :disabled="mindShow" @click="delNode">删除节点</button>
10
8
  <button :disabled="mindShow" @click="associativeLine">关联线</button>
11
9
  <button :disabled="mindShow" @click="nodeStyle">节点样式</button>
12
10
  <button @click="structure">结构切换</button>
11
+ <button :disabled="retShow" @click="ret">上一步</button>
12
+ <button :disabled="forwardShow" @click="forward">下一步</button>
13
13
  <button v-if="protectShow" @click="preservation">保存</button>
14
+ <button @click="fullTap" v-if="fullShow">全屏</button>
15
+ <button @click="fullDel" v-else>退出</button>
14
16
  </div>
15
- <button @click="fullTap" v-if="fullShow">全屏</button>
16
- <button @click="fullDel" v-else>退出</button>
17
17
  </div>
18
18
  <div :id="id" class="mindMapContainer"></div>
19
19
  <div class="node-style" :ref="id+'e'" :class="{'node-s': trans, 'node-h': !trans}">
@@ -467,8 +467,9 @@ export default {
467
467
  <style scoped>
468
468
 
469
469
  .table-left {
470
- display: inline-block;
471
470
  margin-right: 5px;
471
+ display: flex;
472
+ width: 100%;
472
473
  }
473
474
 
474
475
  .node-s {
@@ -577,12 +578,8 @@ export default {
577
578
  }
578
579
 
579
580
  .table {
580
- position: absolute;
581
- top: 10px;
582
- left: 30px;
583
581
  background-color: #fff;
584
582
  border-radius: 5px;
585
- padding: 10px;
586
583
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 16px 0;
587
584
  z-index: 10;
588
585
  }
@@ -637,13 +634,13 @@ export default {
637
634
  }
638
635
 
639
636
  .table button {
640
- margin-right: 5px;
641
637
  background-color: #fff;
642
638
  border: 1px solid #ccc;
643
- border-radius: 3px;
644
- padding: 5px 10px;
645
639
  cursor: pointer;
646
- font-size: 12px;
640
+ font-size: 14px;
641
+ height: 30px;
642
+ line-height: 30px;
643
+ flex: 1;
647
644
  }
648
645
 
649
646
  .table button:last-child {
package/src/index.js CHANGED
@@ -79,7 +79,7 @@ function install(app) {
79
79
  }
80
80
 
81
81
  export default {
82
- version: '1.32.223',
82
+ version: '1.32.225',
83
83
  install,
84
84
  Calendar,
85
85
  Message,