| | |
| | | values_title_description_1:'If you think the main character is like you, click ', |
| | | values_title_description_2:'If you think the main character is not like you, click ', |
| | | values_title_description_3:'If you are not sure, click ', |
| | | values_title_description_4:'Click ', |
| | | values_title_description_4_2:' to zoom in the picture', |
| | | next:'Next', |
| | | pre:'Back', |
| | | commit:'Submit', |
| | |
| | | values_mostUnLikeMe:'Most unlike me', |
| | | 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> You do not need to order them in a row. You only need to pay attention to the vertical order.', |
| | | values_pic_tmpArea_desc:'Note: <br> All pictures in the same row are in the same category.<br> You do not need to order them in a row. <br> You only need to pay attention to the vertical order.', |
| | | values_nextStepTips_tips:'Please refine the sort and rank the images by selecting them into the nine categories. Please note that the number of images you can put in each of the categories is fixed.' |
| | | } |
| | |
| | | values_title_description_1:'如果你认为主角和你一样, 点击 ', |
| | | values_title_description_2:'如果你认为主角和你不一样, 点击 ', |
| | | values_title_description_3:'如果你不确定, 点击 ', |
| | | values_title_description_4:'点击 ', |
| | | values_title_description_4_2:' 放大图片', |
| | | next:'下一步', |
| | | pre:'上一步', |
| | | commit:'提交', |
| | |
| | | values_mostUnLikeMe:'最不像我', |
| | | values_no_select:'无图可选', |
| | | values_pic_tmpArea:'图片暂存区', |
| | | values_pic_tmpArea_desc:'注意:同一行中的所有图片都属于同一类别。<br> 您不需要连续订购。你只需要注意垂直顺序。', |
| | | values_pic_tmpArea_desc:'注意:<br> 同一行中的所有图片都属于同一类别。<br> 您不需要连续订购。<br> 你只需要注意垂直顺序。', |
| | | values_nextStepTips_tips:'请通过将图像分为九类来细化图像的排序和排名。请注意,您可以在每个类别中放置的图像数量是固定的。' |
| | | |
| | | } |
| | |
| | | <div>{{$t('values_title_description_1')}}<img class="tools-button" src="@/assets/exam-paper/good.png" style="width: 15px;"/></div> |
| | | <div>{{$t('values_title_description_2')}}<img class="tools-button" src="@/assets/exam-paper/nogood.png" style="width: 15px;"/></div> |
| | | <div>{{$t('values_title_description_3')}}<img class="tools-button" src="@/assets/exam-paper/question.png" style="width: 15px;"/></div> |
| | | <div>{{$t('values_title_description_4')}}<img class="tools-button" src="@/assets/exam-paper/scale.png" style="width: 15px;"/>{{$t('values_title_description_4_2')}}</div> |
| | | </div> |
| | | |
| | | <div style="display: flex;justify-content: flex-start;padding: 10px 0;"> |
| | |
| | | {{(step2SubStep % 2 == 1)?$t('values_step_tips_for_1').replace('%N',getStep2StepItem(step2SubStep).quantity):$t('values_step_tips_for_2').replace('%N',getStep2StepItem(step2SubStep).quantity)}} |
| | | </span> |
| | | </div> |
| | | <div style="display: flex;justify-content: flex-end;"> |
| | | <div style="display: flex;justify-content: flex-end;padding: 10px 0px;"> |
| | | <el-button type="primary" round @click="step2_pre" v-if="step2SubStep>1">{{$t('pre')}} |
| | | </el-button> |
| | | <el-button type="primary" round @click="step2_next">{{$t('next')}}</el-button> |
| | |
| | | <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="border: 1px solid gray;padding: 10px;width: 50%;" |
| | | style="border: 1px solid gray;padding: 10px;width: 45%;" |
| | | :list="step3EWEIArea[0]" :options="{group:{name:'EWEIArea',pull:'clone'}}" |
| | | @start="ev=>step3TmpAreaStart(ev,0)" |
| | | @end="step3TmpAreaMoveEnd"> |