Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghosind/examsystem
一个基于ASP.NET MVC实现的简易在线考试系统。
https://github.com/ghosind/examsystem
asp-net-mvc examination-system sqlserver
Last synced: 9 days ago
JSON representation
一个基于ASP.NET MVC实现的简易在线考试系统。
- Host: GitHub
- URL: https://github.com/ghosind/examsystem
- Owner: ghosind
- License: mit
- Created: 2017-04-12T07:21:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-23T15:33:24.000Z (over 2 years ago)
- Last Synced: 2023-03-02T15:36:37.450Z (over 1 year ago)
- Topics: asp-net-mvc, examination-system, sqlserver
- Language: HTML
- Homepage:
- Size: 491 KB
- Stars: 9
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ExamSystem
一个基于ASP.Net MVC开发的简单的考试管理系统。本项目已不再继续开发与维护,但欢迎提PR完善本项目,已知的问题与改进方向在Todo中提及。
## 环境要求
- Visual Studio 2015
- SQL Server 2008 R2## 项目特点
- 基于Bootstrap的UI设计
- 用户、群组管理功能
- 实现命卷、答题、阅卷功能
- 站内信、公告系统## Todos
- 响应式设计
- 前后端分离
- 修复部分页面出现的空指针异常
- 修复错误的逻辑
- 增加docker支持
- 增加多语言支持
- 支持对更多种类数据库的支持
- 升级至.Net Core
- ...## 开源许可
本项目使用MIT开源许可。