电子文档交易市场
安卓APP | ios版本
电子文档交易市场
安卓APP | ios版本

基于ssh框架的在线考试系统设计与实现

63页
  • 卖家[上传人]:一***
  • 文档编号:157638355
  • 上传时间:2020-12-25
  • 文档格式:DOCX
  • 文档大小:1.76MB
  • / 63 举报 版权申诉 马上下载
  • 文本预览
  • 下载提示
  • 常见问题
    • 1、目 录摘要IABSTRACTIII第一章 绪论11.1 研究背景11.2 研究目的与意义21.3 国内外研究现状31.4 主要内容和组织结构4第二章 试题质量评测与组卷算法研究52.1 试题质量的度量分析52.2 组卷算法策略的分析与选择62.3 实数编码遗传算法实现组卷功能92.4 本章小结12第三章 在线考试系统需求分析133.1 系统功能性需求分析133.2 系统非功能性需求分析183.3 本章小结19第四章 在线考试系统设计204.1 系统总体设计204.2 系统功能模块设计224.3 系统数据库设计274.4 本章小结32第五章 在线考试系统实现335.1 环境配置及 SSH 框架搭建335.2 系统管理模块实现375.3 人员管理模块实现405.4 题库管理模块实现405.5 试卷管理模块实现415.6 智能组卷模块实现425.7 在线考试模块实现465.8 试卷评阅模块实现475.9 成绩查询模块实现49第六章 在线考试系统测试516.1 系统测试516.2 测试结果516.3 测试结论与分析52第七章 总结与展望547.1 总结547.2 展望54参考文献56致谢58I

      2、I摘要计算机网络技术在现代社会得到了广泛应用,促进了各行业网络化的变革,教育行业也因此产生巨大变化。在线网络考试模式具有不可替代的优势,逐渐成为新型教育测量的重要手段,被越来越多的人关注和认同,在教育、国防、金融等行业成为了考核的重要形式。在线考试系统不受时间和空间的约束,能公正公平的对成绩进行测评,节约考试中出卷、监考、阅卷、评测等步骤的人力物力,且储存传输更为便利,成为考试的重要工具。在线考试系统中最为核心的功能就是智能组卷功能,其工作原理是根据设定的一系列教育测量系数,通过某种特定的算法计算,选出符合要求的题目,并自动组合成试卷。智能组卷功能不仅需要具有快速选择题目并生成试卷的特点,同时也需要保证试题的质量,实现考试的公平公正的特点。本文在分析了在线考试模式现有理论的基础上,结合 SSH 框架与实数编码遗传算法,研究并实现了一个基于 SSH 框架的具有智能组卷功能的在线考试系统。该系统简化了目前各类考试的工作流程,节约人力物力资源,减少各学校对于考试工作的投入, 进而促进学校的工作效率,使教育信息化程度进一步加深。本文的主要工作和创新点如下:1. 对在线考试系统和组卷算法的相关基

      3、础理论作了分析,阐述了国内外发展现状和应用实践情况,对目前几种主流组卷算法作了探讨,为系统的需求分析、设计实现提供相关理论知识和技术基础。2. 对 Java 开发中的 SSH 框架作了分析,剖析 Struts2、Spring5、Hibernate5 三层框架在系统开发中的作用,并将这些关键技术应用到微学习系统中。3. 根据在线考试系统的特点,从功能性需求和非功能性需求两个方面对系统进行分析,明确系统功能和用户群体。对在线考试系统进行设计,给出了各功能流程和对应时序图,建立了系统所需的数据库表。4. 分析在线考试系统智能组卷功能的要求,以实数编码遗传算法来实现本文智能组卷功能,给出了利用遗传算法实现智能组卷功能策略的过程。系统采用 JavaWeb 技术,SSH 框架,及 MySQL 数据库进行开发,智能组卷功能利用遗传算法进行设计实现。关键词:在线考试;智能组卷;遗传算法IDesign and Implementation of Online Examination System Based on SSH FrameworkAbstractComputer network technol

      4、ogy has been widely used in modern society and has promoted the transformation of networks in various industries, resulting in tremendous changes in the education industry. Online online examination mode has irreplaceable advantages and gradually became an important measure of new-type education measurement. It has been more and more peoples attention and recognition, and has become an important form of assessment in education, national defense, finance and other industries. The online examinati

      5、on system is free from constraints of time and space, can evaluate the scores fairly and fairly, and saves manpower and material resources in the examinations such as the rollout, invigilation, marking, evaluation, etc., and the storage and transmission are more convenient and become an important tool for the examination. The core function of the online test system is the smart test paper function, which is based on a set of educational measurement coefficients, calculated by a specific algorith

      6、m, and selected questions that meet the requirements and automatically combined into test papers. The intelligent grouping function not only needs the characteristics of quick selection of questions and the generation of test papers, but also the quality of test questions and the fairness and fairness of the test.Based on the analysis of the existing theory of online examination mode, this paper combines SSH framework and real-coded genetic algorithm, and studies and implements an on-line examin

      7、ation system based on SSH framework. The system is expected to simplify the current workflow of all kinds of examinations, save manpower and material resources, reduce the input of schools for examinations, and then promote school work efficiency, and further deepen the level of education information.The main work and innovation of this article are as follows:1. Study the basic theories of the online examination system and composition algorithm, and summarize the development status and applicati

      8、on practice at home and abroad, and discuss several current mainstream algorithms to provide relevant theoretical knowledge for the requirements analysis and design implementation of the system. And technology foundation.2. Analyze the SSH framework in Java development, and deeply study the role of the three-tier framework of Struts2, Spring5, and Hibernate5 in system development, and apply these key technologies to the micro-learning system.3. According to the characteristics of the online exam

      9、ination system, this system is studied from both functional and non-functional requirements, and the system functions and user groups are defined. The online examination system is designed, each function flow and corresponding sequence diagram are given, and the database table required by the system is established.III4. Researches and studies common grouping algorithms, and analyzes the requirements of the intelligent testing function of the online examination system. It is determined that real-coded genetic algorithm is used to implement the intelligent grouping function of this paper. This article discusses in detail the process of using intelligent algorithms to achieve smart test paper

      《基于ssh框架的在线考试系统设计与实现》由会员一***分享,可在线阅读,更多相关《基于ssh框架的在线考试系统设计与实现》请在金锄头文库上搜索。

      点击阅读更多内容
    最新标签
    监控施工 信息化课堂中的合作学习结业作业七年级语文 发车时刻表 长途客运 入党志愿书填写模板精品 庆祝建党101周年多体裁诗歌朗诵素材汇编10篇唯一微庆祝 智能家居系统本科论文 心得感悟 雁楠中学 20230513224122 2022 公安主题党日 部编版四年级第三单元综合性学习课件 机关事务中心2022年全面依法治区工作总结及来年工作安排 入党积极分子自我推荐 世界水日ppt 关于构建更高水平的全民健身公共服务体系的意见 空气单元分析 哈里德课件 2022年乡村振兴驻村工作计划 空气教材分析 五年级下册科学教材分析 退役军人事务局季度工作总结 集装箱房合同 2021年财务报表 2022年继续教育公需课 2022年公需课 2022年日历每月一张 名词性从句在写作中的应用 局域网技术与局域网组建 施工网格 薪资体系 运维实施方案 硫酸安全技术 柔韧训练 既有居住建筑节能改造技术规程 建筑工地疫情防控 大型工程技术风险 磷酸二氢钾 2022年小学三年级语文下册教学总结例文 少儿美术-小花 2022年环保倡议书模板六篇 2022年监理辞职报告精选 2022年畅想未来记叙文精品 企业信息化建设与管理课程实验指导书范本 草房子读后感-第1篇 小数乘整数教学PPT课件人教版五年级数学上册 2022年教师个人工作计划范本-工作计划 国学小名士经典诵读电视大赛观后感诵读经典传承美德 医疗质量管理制度 2
     
    收藏店铺
    关于金锄头网 - 版权申诉 - 免责声明 - 诚邀英才 - 联系我们
    手机版 | 川公网安备 51140202000112号 | 经营许可证(蜀ICP备13022795号)
    ©2008-2016 by Sichuan Goldhoe Inc. All Rights Reserved.