| | |
| | | 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.', |
| | |
| | | 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.', |
| | |
| | | uploadInfo: '正在上传,保存数据,请稍等,不要关闭浏览器...', |
| | | examinee: '测试者:', |
| | | pleaseAnswerCarefully: '*请认真作答', |
| | | pleaseAnswerCarefullyCiaq: '*请认真作答。特别提示,本测验关注的是你对各类活动的兴趣或喜好,而非能力等其他因素!', |
| | | submitTimeout: ':提交后台超时', |
| | | submitExceptionInfo: '保存服务器网络异常,请关闭浏览重新点击链接答题', |
| | | langWelcomeEnglish: 'Welcome to TAI’s testing website.', |
| | |
| | | _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 |
| | | } |
| | |
| | | :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> |
| | |
| | | ).catch(e => { |
| | | }) |
| | | } |
| | | console.log(' _this.partOrder:'+_this.partOrder) |
| | | }, |
| | | mounted () { |
| | | }, |