examtest_mp/pages/main/Introduction/Introduction.wxml

21 lines
950 B
Plaintext
Raw 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="bodyWrap page">
<view class="title oneLevel">一级标题</view>
<view class="title twoLevel">二级标题</view>
<view class="title threeLevel">三级标题</view>
<view class="content">
1用户需要首先选择考试类型气味评价人员或气味检验师。
(气味评价人员和气味检验师的题目类型以及数量、考试时间可以由管理人员在后台进行设置。)
</view>
<view class="content">
2题目随机按一定比例从几个类目的题库中抽取考题组成试卷。
</view>
<view class="content">
3考试结束后可以自动判定成绩并记录在用户个人中心的练习记录里。用户可以针对自己做错的题目进行回顾。
</view>
<view class="content">
4用户可以进行多次的模拟考试以检验自己的考试水平。
</view>
<view class="content">
5考试流程同正式考试
</view>
</view>