examonline-master

所属分类:Windows编程
开发工具:Python
文件大小:29KB
下载次数:4
上传日期:2020-07-25 15:27:15
上 传 者面包1221
说明:  在线考试系统,能够支持各类功能,帮助对python语言的学习。
(Online examination system can support various functions)

文件列表:
.idea (0, 2019-12-30)
.idea\encodings.xml (135, 2019-12-30)
.idea\examonline.iml (1255, 2019-12-30)
.idea\misc.xml (301, 2019-12-30)
.idea\modules.xml (272, 2019-12-30)
.idea\vcs.xml (180, 2019-12-30)
apps (0, 2019-12-30)
apps\__init__.py (116, 2019-12-30)
apps\examination (0, 2019-12-30)
apps\examination\__init__.py (84, 2019-12-30)
apps\examination\admin.py (1097, 2019-12-30)
apps\examination\apps.py (176, 2019-12-30)
apps\examination\migrations (0, 2019-12-30)
apps\examination\migrations\0001_initial.py (2517, 2019-12-30)
apps\examination\migrations\0002_auto_20190222_2249.py (1690, 2019-12-30)
apps\examination\migrations\__init__.py (0, 2019-12-30)
apps\examination\models.py (2267, 2019-12-30)
apps\examination\tests.py (60, 2019-12-30)
apps\examination\views.py (63, 2019-12-30)
apps\operation (0, 2019-12-30)
apps\operation\__init__.py (80, 2019-12-30)
apps\operation\admin.py (871, 2019-12-30)
apps\operation\apps.py (172, 2019-12-30)
apps\operation\migrations (0, 2019-12-30)
apps\operation\migrations\0001_initial.py (2719, 2019-12-30)
apps\operation\migrations\__init__.py (0, 2019-12-30)
apps\operation\models.py (1493, 2019-12-30)
apps\operation\tests.py (60, 2019-12-30)
apps\operation\views.py (63, 2019-12-30)
apps\testpaper (0, 2019-12-30)
apps\testpaper\__init__.py (79, 2019-12-30)
apps\testpaper\admin.py (1042, 2019-12-30)
apps\testpaper\apps.py (170, 2019-12-30)
apps\testpaper\migrations (0, 2019-12-30)
apps\testpaper\migrations\0001_initial.py (2409, 2019-12-30)
apps\testpaper\migrations\0002_auto_20190222_2249.py (1681, 2019-12-30)
apps\testpaper\migrations\__init__.py (0, 2019-12-30)
apps\testpaper\models.py (2115, 2019-12-30)
... ...

# 在线考试系统 这是一个简单的在线考试系统。 功能模块有4大模块:用户管理模块、试题管理模块、试卷管理模块和考试管理模块。 系统角色有3类:系统管理员、学生用户和教师用户。 #### 功能点 > 用户管理模块 >> + [ ] 用户登录与注销 >> + [ ] 用户激活 >> + [ ] 用户信息编辑 >> + [ ] 找回密码 >> + [ ] 用户消息 >> + [ ] 日志管理 > 试题管理模块 >> + [ ] 试题新增 >> + [ ] 试题修改 >> + [ ] 试题删除 >> + [ ] 试题筛选及排序 >> + [ ] 试题收藏 >> + [ ] 公共题库和私人题库的分类 >> + [ ] 错题查询及筛选(面向学生用户) > 试卷管理模块 >> + [ ] 试卷新增 >> + [ ] 试卷修改 >> + [ ] 试卷删除 >> + [ ] 复制试卷 >> + [ ] 试卷查看 > 考试管理模块 >> + [ ] 新增考试 >> + [ ] 试卷答题(面向学生用户) >> + [ ] 考试成绩查询 >> + [ ] 考试成绩下载 #### 技术栈 > 服务端:Python 3.7 + Django 2.1.4 > 前端:HTML+CSS+JavaScript+JQuery+Bootstrap > 数据库:MySQL 5.7 > 后台管理系统:Django Admin --- PS:内容暂定,待完善。。。

近期下载者

相关文件


收藏者