zydx-plus 1.32.222 → 1.32.224

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.222",
3
+ "version": "1.32.224",
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: '回答截止',
@@ -636,6 +636,7 @@ export default {
636
636
  },
637
637
  // 整理按钮
638
638
  organizeButton() {
639
+ this.butData = []
639
640
  this.toolbar.forEach(item => {
640
641
  let obj = butJson(this.editor, this.menusText)[item.key === undefined ? item : item.key]
641
642
  if (obj) {
@@ -329,7 +329,11 @@ export default {
329
329
  })
330
330
  }else {
331
331
  this.uploadFile(file,this.uploadImage).then(r => {
332
- this.imgHtml(r.data)
332
+ if (r.code === '200') {
333
+ this.imgHtml(r.data)
334
+ }else {
335
+ this.uploadImage.onFailed(r)
336
+ }
333
337
  })
334
338
  }
335
339
  }else {
package/src/index.js CHANGED
@@ -79,7 +79,7 @@ function install(app) {
79
79
  }
80
80
 
81
81
  export default {
82
- version: '1.32.222',
82
+ version: '1.32.224',
83
83
  install,
84
84
  Calendar,
85
85
  Message,