[测评系统]--前端(用户答题页面)
84702473
2023-03-30 8dc839a8e4c0af5848e83700b7309a534ea102fc
修改文字
3个文件已修改
36 ■■■■ 已修改文件
src/lang/en.js 25 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/lang/zh.js 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/exam/paper/values.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/lang/en.js
@@ -54,24 +54,25 @@
  finishPersonalityDownInfo: 'You may click the red button below to download your test report.',
  langWelcomeThai: 'ยินดีตอนรับสู่เว็บไซย์สำหรับทำแบบทดสอบของ',
  langOptionThai: 'กรุณาเลือกภาษา และคลิก “ดำเนินการต่อ.',
    values_finishValuesInfo:'The test is over! All your option data have been uploaded to the server and saved. You can close the browser and exit the answer interface.',
    values_finishValuesInfo:'Thank you! Your responses have been submitted. You can close this page now.',
    values_nextStepTips_del_unnecessary:'Please delete redundant selections',
    values_nextStepTips_add_enough:'Please add enough choices',
    values_nextStepTips_choices_all:'Please make all choices',
    values_title:'Pre-Sort Your Responses',
    values_title_description:'For each statement,click the pictures that aligns most with your view.',
    next:'Next Step',
    pre:'Pre Step',
    commit:'Commit',
    values_title:'For each statement,click the pictures that aligns most with your view.',
    values_title_description:'For each statement, click the icon that aligns most with your view. <br> If you think the main character is like you, click "up hand" icon.<br> If you think the main character is not like you, click "down hand" icon. <br> If you are not sure, click "question" icon.',
    next:'Next',
    pre:'Back',
    commit:'Submit',
    values_cur_step:'Current step',
    values_step_tips_for_1:'Select %N picture that most resembles me',
    values_step_tips_for_2:'Select %N picture that does not look like me',
    values_step_tips_for_3:'Select %N picture in question',
    values_select_tips:'Select from the following figure',
    values_step_tips_for_1:'Select %N pictures in which the main character is most like you',
    values_step_tips_for_2:'Select %N pictures in which the main character is most unlike you',
    values_step_tips_for_3:'Select %N pictures',
    values_select_tips:'Select from the following pictures',
    values_select:'Select',
    values_select_exchange:'exchange',
    values_mostLikeMe:'Most like me ',
    values_mostUnLikeMe:'Most unlike me',
    values_no_select:'No picture optional',
    values_pic_tmpArea:'Picture Staging Area'
    values_no_select:'No picture left',
    values_pic_tmpArea:'Picture Staging Area',
    values_pic_tmpArea_desc:'Note: All pictures in the same row are in the same category.<br>&nbsp;&nbsp;You do not need to order them in a row. You only need to pay attention to the vertical order.'
}
src/lang/zh.js
@@ -73,6 +73,7 @@
    values_mostLikeMe:'最像我',
    values_mostUnLikeMe:'最不像我',
    values_no_select:'无图可选',
    values_pic_tmpArea:'图片暂存区'
    values_pic_tmpArea:'图片暂存区',
    values_pic_tmpArea_desc:'注意:同一行中的所有图片都属于同一类别。<br>&nbsp;&nbsp;您不需要连续订购。你只需要注意垂直顺序。'
    
}
src/views/exam/paper/values.vue
@@ -5,8 +5,7 @@
                <h1>{{$t('values_title')}}</h1>
            </el-header>
            <el-main class="" style="padding-top: 3%;">
                <div>
                    {{$t('values_title_description')}}
                <div v-html="$t('values_title_description')">
                </div>
                <div style="display: flex;justify-content: flex-start;padding: 10px 0;">
                    <el-button @click="step1_start" type="primary" round v-if="!step1Start">{{$t('start')}}</el-button>
@@ -111,10 +110,11 @@
        <el-container class="app-item-contain step3" v-if="step === 'step3'">
            <el-main class="">
                <div style="position: fixed;z-index: 999; width:90%; top: 56px;">
                    <div style="display: flex;justify-content: flex-end;">
                    <div style="display: flex;justify-content: flex-end;padding: 10px;background-color: #f5f7fa;">
                        <div style="padding-right: 20px;" v-html="$t('values_pic_tmpArea_desc')"></div>
                        <div style="padding: 0 10px;">{{$t('values_pic_tmpArea')}}</div>
                        <draggable animation="300" class="pic-tmparea-div"
                            style="background-color: #f5f7fa;border: 1px solid gray;padding: 10px;width: 50%;"
                            style="border: 1px solid gray;padding: 10px;width: 50%;"
                            :list="step3EWEIArea[0]" :options="{group:{name:'EWEIArea',pull:'clone'}}" 
                            @start="ev=>step3TmpAreaStart(ev,0)"
                            @end="step3TmpAreaMoveEnd">