The online examination system
Abstract: With the number of people in education and personnel management units such as schools and companies increasing, it is becoming increasingly important to understand the members' hierarchical management and real-time information. At the same time with the need to manage a variety of information and members of the progress of understanding has doubled. In the case of explosive growth in this situation, the assessment of the members of the unit and then in the form of paper more and more trouble. In the computer software technology developed today, efficient and convenient software system instead of the past, the way of artificial assessment has become inevitable. This article has carried on the detailed explanation and the explanation to the key question which has been encountered in the realization process. I in the entire function of the software design and implementation of the code into the software engineering design ideas, greatly improving the system development efficiency and code quality. The examination system is functional, easy to deploy, is fully aware of our school's traditional examination work based on the design, in line with our school examination work basic requirements.
Keywords: Online Test system;JavaWeb;mysql;Hibernate
2.3 系统基础功能需求
系统需要俩种类型用户,一种组织考试者类型,一种考生类型,两种用户类型的详细设计在本文下面有详细说明。
2.3.1 系统结构
系统的主要用户包括:
1.普通用户:普通的考生凭借预置的账户和密码登录考试系统进行考试,答题完毕后选择提交试卷,系统自动计算考生分数,考生可以查看自己的历次考试成绩,如果初期预置密码所有人都一样就可以自己修改个人密码,预防他人进行干扰。
2.系统管理员:系统管理员可以对系统的各项可更改数据进行修改,例如考生信息、试题等。同时对于所有考生的考试成绩进行针对性的查找观看。