linzhijie
2023-05-22 09849a3fbe456ac307d167d4d65d7d68e19ad410
答题注意事项调整
5个文件已修改
9 ■■■■■ 已修改文件
src/lang/en.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/lang/th.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/lang/zh.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/demography/index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/exam/paper/career_interests.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/lang/en.js
@@ -40,6 +40,7 @@
  uploadInfo: 'Uploading, saving data, please wait, do not close the browser...',
  examinee: 'Test-taker:',
  pleaseAnswerCarefully: '*Please answer carefully',
  pleaseAnswerCarefullyCiaq: '*请认真作答。特别提示,本测验关注的是你对各类活动的兴趣或喜好,而非能力等其他因素!',
  submitTimeout: ':Submit background timeout',
  submitExceptionInfo: 'The server network is abnormal, please close the browser and click the link to answer the question',
  langWelcomeEnglish: 'Welcome to TAI’s testing website.',
src/lang/th.js
@@ -40,6 +40,7 @@
  uploadInfo: 'Uploading, saving data, please wait, do not close the browser...',
  examinee: 'Test-taker:',
  pleaseAnswerCarefully: '*Please answer carefully',
  pleaseAnswerCarefullyCiaq: '*请认真作答。特别提示,本测验关注的是你对各类活动的兴趣或喜好,而非能力等其他因素!',
  submitTimeout: ':Submit background timeout',
  submitExceptionInfo: 'The server network is abnormal, please close the browser and click the link to answer the question',
  langWelcomeEnglish: 'Welcome to TAI’s testing website.',
src/lang/zh.js
@@ -40,6 +40,7 @@
  uploadInfo: '正在上传,保存数据,请稍等,不要关闭浏览器...',
  examinee: '测试者:',
  pleaseAnswerCarefully: '*请认真作答',
  pleaseAnswerCarefullyCiaq: '*请认真作答。特别提示,本测验关注的是你对各类活动的兴趣或喜好,而非能力等其他因素!',
  submitTimeout: ':提交后台超时',
  submitExceptionInfo: '保存服务器网络异常,请关闭浏览重新点击链接答题',
  langWelcomeEnglish: 'Welcome to TAI’s testing website.',
src/views/demography/index.vue
@@ -132,8 +132,6 @@
            _paramsInfo.paramId = _this.demographyMenber.data[i].paramId
            _paramsInfo.paramName = _this.demographyMenber.data[i].paramName
            _paramsInfo.paramValue = _this.demographyMenber.data[i].paramValue
            console.log('_paramsInfo.paramValue' + _paramsInfo.paramValue)
            console.log('_paramsInfo.paramValue' + typeof _paramsInfo.paramValue)
            if (!_paramsInfo.paramValue) {
              continue
            }
src/views/exam/paper/career_interests.vue
@@ -20,7 +20,8 @@
                              :answer="answer.answerItems[questionItem.itemOrder-1]" :qLabel="questionItem.serialNumber+'/'+questionItem.serialNumberCount"/>
              </el-form-item>
              <hr style="border : 0.5px dashed #b3d8ff;" />
              <div style="color: red;font-size: smaller">{{$t('pleaseAnswerCarefully')}}</div>
              <div style="color: red;font-size: smaller" v-if="partOrder == 1">{{$t('pleaseAnswerCarefullyCiaq')}}</div>
              <div style="color: red;font-size: smaller" v-if="partOrder != 1">{{$t('pleaseAnswerCarefully')}}</div>
              <el-row class="do-align-center" v-if="order < problemLength">
            <el-button @click="preSubject" type="warning"  v-if ="preDisable" round>{{$t('lastQuestion')}}</el-button>
            <el-button @click="nextSubject" type="primary" v-if ="nextDisable" round>{{$t('nextQuestion')}}</el-button>
@@ -195,6 +196,7 @@
      ).catch(e => {
      })
    }
    console.log(' _this.partOrder:'+_this.partOrder)
  },
  mounted () {
  },