examtest_mp/pages/moni/note.wxml

31 lines
1.7 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<view class="page">
<view class="page__bd">
<view class="weui-article">
<view class="weui-article__h2" style="text-align: center;">考试须知</view>
<view class="weui-article__h3">一、考试详情</view>
<view style="padding-left: 40rpx;font-size: 30rpx;line-height: 60rpx;">
<view>名称:<span style="color:#7bbd52;font-weight: bold;">{{name}}</span></view>
<view>答卷时长:<span style="color:red;font-weight: bold;">{{limit}}</span>分钟</view>
<view>题型说明:</view>
<view style="padding-left: 40rpx;">
<view wx:if="{{danxuan_count>0}}">{{danxuan_count}}道单选题,每题{{danxuan_score}}分</view>
<view wx:if="{{duoxuan_count>0}}">{{duoxuan_count}}道多选题,每题{{duoxuan_score}}分</view>
<view wx:if="{{panduan_count>0}}">{{panduan_count}}道判断题,每题{{panduan_score}}分</view>
</view>
<view >多选、错选、漏选均不得分</view>
<view >满分{{total_score}}{{pass_score}}以上通过</view>
</view>
<view class="weui-article__h3">二、.答题须知</view>
<view style="padding-left: 40rpx;;font-size: 30rpx;line-height: 60rpx;">
<view style="color:red;">1、进入答题后请不要后退或返回桌面</view>
<view>2、用户可点击上一题/下一题进行切换答题</view>
<view>3、可点击答题卡复查</view>
<view>4、请合理安排时间答题,可提前交卷,超时会自动提交</view>
</view>
</view>
<a class="weui-btn weui-btn_primary" style="background: #7bbd52;font-weight: 500;" bindtap="startTest">开始考试</a>
</view>
</view>