# examination_system
**Repository Path**: haitao666/examination_system
## Basic Information
- **Project Name**: examination_system
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2018-06-20
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## 在线考试系统
###(一)系统说明
**制作试卷:**教师可以在线制作试卷,包括选择题,多选题,判断题,简答题。
**学生:**学生可以搜索到试卷,然后参加考试,提交答案。
**系统:**系统依据学生的作答,和老师给的答案自动判分,老师也可依据学生作答给出他的分数。
**特点:**本系统还设计了一种新的评分方式,依据学生堆答案的确信度来评分。
###(二)技术
本系统采用spring开发,整合了springMVC,spring的IOC,hibernate。前台采用jquery validation做注册校验。
几个配置文件
1. mvc-config.xml 配置spring MVC
2. application-config.xml 配置数据源等
org.hibernate.dialect.MySQLDialect
update
true
true
classpath:/com/hainan/cs/hbm/*.hbm.xml
3. web.xml
examsys
contextConfigLocation
classpath:spring/application-config.xml
org.springframework.web.context.ContextLoaderListener
dispatcherServlet
org.springframework.web.servlet.DispatcherServlet
contextConfigLocation
/WEB-INF/mvc-config.xml
1
dispatcherServlet
/
###(三)截图
1. 主页

2. 登陆和注册


3. 个人信息

4. 创建试卷



5. 参加考试



6. 搜索考试
