[测评系统]--前端(用户答题页面)
linzhijie
2021-07-15 505d269f4d2fbae736ab88fefb8f6d7f41dadff8
修改MAQ,JAQ完成提示语
4个文件已修改
9 ■■■■■ 已修改文件
src/lang/en.js 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/lang/th.js 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/lang/zh.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/exam/paper/personality.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/lang/en.js
@@ -36,7 +36,7 @@
  langWelcomeChinese: '欢迎访问TAI的测试网站',
  langOptionChinese: '请先在下拉框处选择语言,然后点击“提交”开始测试。',
  uploadInfo: 'Uploading, saving data, please wait, do not close the browser...',
  examinee: 'Tester:',
  examinee: 'Test-taker:',
  pleaseAnswerCarefully: '*Please answer carefully',
  submitTimeout: ':Submit background timeout',
  submitExceptionInfo: 'The server network is abnormal, please close the browser and click the link to answer the question',
@@ -49,6 +49,7 @@
  nextPartInfo: 'Please wait, please do not close the browser...',
  partRemailTime: 'Remaining Time:',
  finishIntelligenceInfo: 'You have completed the cognitive ability test questionnaire, the data has been successfully uploaded to the server, and has been saved. Thank you.',
  finishPersonalityInfo: 'You have completed the personality quetionnaire, and the data has been successfully uploaded to the server and saved. Thank you.',
  langWelcomeThai: 'ยินดีตอนรับสู่เว็บไซย์สำหรับทำแบบทดสอบของ',
  langOptionThai: 'กรุณาเลือกภาษา และคลิก “ดำเนินการต่อ.'
}
src/lang/th.js
@@ -36,7 +36,7 @@
  langWelcomeChinese: '欢迎访问TAI的测试网站',
  langOptionChinese: '请先在下拉框处选择语言,然后点击“提交”开始测试。',
  uploadInfo: 'Uploading, saving data, please wait, do not close the browser...',
  examinee: 'Tester:',
  examinee: 'Test-taker:',
  pleaseAnswerCarefully: '*Please answer carefully',
  submitTimeout: ':Submit background timeout',
  submitExceptionInfo: 'The server network is abnormal, please close the browser and click the link to answer the question',
@@ -49,6 +49,7 @@
  nextPartInfo: 'Please wait, please do not close the browser...',
  partRemailTime: 'Remaining Time:',
  finishIntelligenceInfo: 'You have completed the cognitive ability test questionnaire, the data has been successfully uploaded to the server, and has been saved. Thank you.',
  finishPersonalityInfo: 'You have completed the personality quetionnaire, and the data has been successfully uploaded to the server and saved. Thank you.',
  langWelcomeThai: 'ยินดีตอนรับสู่เว็บไซย์สำหรับทำแบบทดสอบของ',
  langOptionThai: 'กรุณาเลือกภาษา และคลิก “ดำเนินการต่อ.'
}
src/lang/zh.js
@@ -49,6 +49,7 @@
  nextPartInfo: '请稍等,请不要关闭浏览器...',
  partRemailTime: '剩余时间:',
  finishIntelligenceInfo: '您已经完成了认知能力测试问卷,数据已经成功的上传至服务器,并已经保存好。谢谢。',
  finishPersonalityInfo: '您已经完成了人格测试问卷,数据已经成功的上传至服务器,并已经保存好。谢谢。',
  langWelcomeThai: 'ยินดีตอนรับสู่เว็บไซย์สำหรับทำแบบทดสอบของ',
  langOptionThai: 'กรุณาเลือกภาษา และคลิก “ดำเนินการต่อ.'
}
src/views/exam/paper/personality.vue
@@ -440,7 +440,7 @@
      } else {
        _this.answer.verifyStatus = 1
        _this.answer.finish = 1
        _this.submitAnswer(_this.$t('finishSubmit'))
        _this.submitAnswer(_this.$t('finishPersonalityInfo'))
      }
    },
    startDo: function () {