Initial commit

This commit is contained in:
Theheartoflove 2021-10-19 16:00:35 +08:00
parent 58736b4ed5
commit 2675bb31df
1 changed files with 19 additions and 19 deletions

View File

@ -15,7 +15,7 @@
开发一个考试管理系统考生可以进行练习和在线考试管理员负责管理题库以及生成试卷登陆主界面如图1.3所示。
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/4c3f3529b3c954414fcc9c43768f7b8e.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/4c3f3529b3c954414fcc9c43768f7b8e.writebug)
## 1.4 功能描述
@ -53,27 +53,27 @@
学生登录后进入如图2.1所示的界面,进行考试考试或者练习。
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/a60f30759c8573139b5bc4646ea0baa7.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/a60f30759c8573139b5bc4646ea0baa7.writebug)
## 2.2 管理员功能主界面
管理员登陆后进入如图2-2所示界面管理员可以对题库里的题增删改查也可为学生在线考试随机组卷。
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/c2ff64d35ef13b89a23a7644a735365f.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/c2ff64d35ef13b89a23a7644a735365f.writebug)
## 2.3 学生在线考试系统实现
学生进入考试系统从已生成的试卷随机抽取答题进入如图2-3-1所示界面要求学生在规定的时间内答完试卷可随机跳转试题且将已做过或即时更新的的答案保存到数组。点击交卷或者退出考试将显示如图2-3-2所示界面显示考试用时和考试成绩等信息。
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/f80e94ccb80cc1fc507e8ba5749095c5.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/f80e94ccb80cc1fc507e8ba5749095c5.writebug)
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/d9596f42dc2d6444a2752e56eddfac4a.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/d9596f42dc2d6444a2752e56eddfac4a.writebug)
## 2.4 学生练习系统实现
该考试练习从题库按照各种类型题抽取,考生可以切换题型,答完题也可查看正确答案。
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/e8a7c76c58403197b29085619a838d7f.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/e8a7c76c58403197b29085619a838d7f.writebug)
## 2.5 试题管理系统实现
@ -85,25 +85,25 @@
| 判断题 | 题目id自动增加填写内容题干答案设置分数等级难度等信息点击提交即可 | 页面显示题库该类型题所有信息,点击修改 | 页面显示题目该类型题所有信息,选中行点击删除弹出是否删除页面,若确定则删除该题,可刷新页面 | 支持难度和关键字以与关系的四种查询方式 |
| 填空题 | 题目id自动增加填写内容题干输入空格数量在下面随机生成填写入对应空格即可设置分数等级难度等信息点击提交即可 | 页面显示题库该类型题所有信息,点击修改,其中空格数量不可修改 | 页面显示题目该类型题所有信息,选中行点击删除弹出是否删除页面,若确定则删除该题,可刷新页面 | 支持难度和关键字以与关系的四种查询方式 |
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/a26fa0ce4a3914aab0c26c046946913f.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/a26fa0ce4a3914aab0c26c046946913f.writebug)
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/4082f7d34cd4d35bd181c87002e8a9d4.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/4082f7d34cd4d35bd181c87002e8a9d4.writebug)
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/65e71cd2fc7a1559e2ba38c4eee15d4d.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/65e71cd2fc7a1559e2ba38c4eee15d4d.writebug)
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/646d75322fd1c7d91b46aaa175c0c115.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/646d75322fd1c7d91b46aaa175c0c115.writebug)
## 2.6 组卷系统主界面
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/95f83734e276df841778ce5219f5f176.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/95f83734e276df841778ce5219f5f176.writebug)
## 2.7 试卷生成实现
可按照要求从题库随机抽选题型组成填写的试卷数量要求所选题型与对应个数成绩相加等于总分且题库里有该填写内容的要求的试题否则弹出相关不满足要求的题型表如图2-7-2所示若不填知识点描述默认为综合不选择难度等级则是随机。
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/a65f4c37b8dc5a3a7a05d104d1a345e5.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/a65f4c37b8dc5a3a7a05d104d1a345e5.writebug)
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/6447d6d76a3f985f5a30bb9de5c4cf5d.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/6447d6d76a3f985f5a30bb9de5c4cf5d.writebug)
## 2.8 查看已生成试卷信息
@ -113,15 +113,15 @@
| **删除试卷** | **选中行点击删除弹出是否删除试卷,若确定则删除该试卷,可刷新页面,支持成批删除(选中多行删除)** |
| **查看试卷** | **对选中试卷查看具体信息,显示试卷名,以及改试卷所有题型(使用QScrollArea控件显示)** |
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/1d9dd3f74aa2912401b203211bd8595d.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/1d9dd3f74aa2912401b203211bd8595d.writebug)
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/f0f70de3d54756cc5bba9f1bd4255699.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/f0f70de3d54756cc5bba9f1bd4255699.writebug)
# 三、系统整体设计
## 3.1 系统结构图
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/6a6356013f71b48fe78bd305699df5d7.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/6a6356013f71b48fe78bd305699df5d7.writebug)
## 3.2 模块要求
@ -149,10 +149,10 @@
| 学生 | 用户名或密码错误 | 用户名或密码错误 | 用户名或密码错误 | 进入学生功能界面 |
| 管理员 | 用户名或密码错误 | 用户名或密码错误 | 用户名或密码错误 | 进入管理员功能界面 |
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/c8c3e077e1b0407dd1c479f4f3cb2db4.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/c8c3e077e1b0407dd1c479f4f3cb2db4.writebug)
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/58822d5790ccc0dc69a0b921d0a185a5.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/58822d5790ccc0dc69a0b921d0a185a5.writebug)
# 五、数据库设计(试卷管理系统)
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/f9321a65e330ca7ca7119d9d109c2a25.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/f9321a65e330ca7ca7119d9d109c2a25.writebug)