CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 行业应用软件 教育/学校应用

文件名称:OnLine_Exam

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    2.43mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

在线考试系统的主体用户是学生,为学生提供了一个网络测试平台。学生通过这个平台可以参加教师所出的同一套试题,系统对学生提交的客观题答案进行评分。当所有题被批阅后,学生可以对自己的成绩进行查询。另外,本系统还为学生提供随机测试功能。除了学生的参与之外,该系统还需要教师和系统管理员的参与。教师可以往系统题库里加入试题,还可以发起一次考试,试卷由教师的主观意愿加上系统随机抽题组合而成。试卷的主观题部分,由教师批阅。系统管理员则需要维护系统的正常运行,为系统提供技术支持。-This is a professional system for student to test on line.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

在线考试系统/myDB.sql
在线考试系统/onlineExam/.classpath
在线考试系统/onlineExam/.mymetadata
在线考试系统/onlineExam/.mystrutsdata
在线考试系统/onlineExam/.project
在线考试系统/onlineExam/src/com/cj/dbconn/DBConn.java
在线考试系统/onlineExam/src/com/cj/execut/AddQst.java
在线考试系统/onlineExam/src/com/cj/execut/CheckQstAnswer.java
在线考试系统/onlineExam/src/com/cj/execut/CheckStudent.java
在线考试系统/onlineExam/src/com/cj/execut/CheckTeacher.java
在线考试系统/onlineExam/src/com/cj/execut/GetPaper.java
在线考试系统/onlineExam/src/com/cj/execut/GetPaperDetail.java
在线考试系统/onlineExam/src/com/cj/execut/GetResult.java
在线考试系统/onlineExam/src/com/cj/execut/GetStuQstAnswer.java
在线考试系统/onlineExam/src/com/cj/execut/GetUnCheckPaper.java
在线考试系统/onlineExam/src/com/cj/execut/ManageStu.java
在线考试系统/onlineExam/src/com/cj/execut/ManageTch.java
在线考试系统/onlineExam/src/com/cj/execut/SaveAnswer.java
在线考试系统/onlineExam/src/com/cj/execut/SaveResult.java
在线考试系统/onlineExam/src/com/cj/execut/SetPaper.java
在线考试系统/onlineExam/src/com/cj/execut/TestFillBlank.java
在线考试系统/onlineExam/src/com/cj/execut/Time.java
在线考试系统/onlineExam/src/com/cj/po/Answer.java
在线考试系统/onlineExam/src/com/cj/po/Paper.java
在线考试系统/onlineExam/src/com/cj/po/PaperDetail.java
在线考试系统/onlineExam/src/com/cj/po/Question.java
在线考试系统/onlineExam/src/com/cj/po/Result.java
在线考试系统/onlineExam/src/com/cj/po/Student.java
在线考试系统/onlineExam/src/com/cj/po/Teacher.java
在线考试系统/onlineExam/src/com/cj/po/Test.java
在线考试系统/onlineExam/src/com/cj/servlet/AddQstServlet.java
在线考试系统/onlineExam/src/com/cj/servlet/AddStuServlet.java
在线考试系统/onlineExam/src/com/cj/servlet/ComputeScoreServlet.java
在线考试系统/onlineExam/src/com/cj/servlet/GetPaperDetailServlet.java
在线考试系统/onlineExam/src/com/cj/servlet/GetPaperServelet.java
在线考试系统/onlineExam/src/com/cj/servlet/LoginServlet.java
在线考试系统/onlineExam/src/com/cj/servlet/ManagePaperServlet.java
在线考试系统/onlineExam/src/com/cj/servlet/ManageStuServlet.java
在线考试系统/onlineExam/src/com/cj/servlet/ManageTchServlet.java
在线考试系统/onlineExam/src/com/cj/servlet/SaveAnswerServlet.java
在线考试系统/onlineExam/src/com/cj/servlet/SetAnswerScoreServlet.java
在线考试系统/onlineExam/src/com/cj/servlet/SetPaperServlet.java
在线考试系统/onlineExam/src/com/cj/servlet/TestServlet.java
在线考试系统/onlineExam/src/com/cj/servlet/UpdateUserInfoServlet.java
在线考试系统/onlineExam/src/com/cj/testSql/TestSql.java
在线考试系统/onlineExam/src/com/yourcompany/struts/action/LoginAction.java
在线考试系统/onlineExam/src/com/yourcompany/struts/ApplicationResources.properties
在线考试系统/onlineExam/src/com/yourcompany/struts/form/LoginForm.java
在线考试系统/onlineExam/WebRoot/admin/index.jsp
在线考试系统/onlineExam/WebRoot/admin/login.jsp
在线考试系统/onlineExam/WebRoot/admin/logout.jsp
在线考试系统/onlineExam/WebRoot/admin/main.jsp
在线考试系统/onlineExam/WebRoot/admin/managePaper.jsp
在线考试系统/onlineExam/WebRoot/admin/manageStu.jsp
在线考试系统/onlineExam/WebRoot/admin/manageTch.jsp
在线考试系统/onlineExam/WebRoot/admin/result.jsp
在线考试系统/onlineExam/WebRoot/admin/top.jsp
在线考试系统/onlineExam/WebRoot/admin/welcome.jsp
在线考试系统/onlineExam/WebRoot/CSS/style.css
在线考试系统/onlineExam/WebRoot/images/b075c41946439f5643a9add8.gif
在线考试系统/onlineExam/WebRoot/images/background-pagea.jpg
在线考试系统/onlineExam/WebRoot/images/bg.gif
在线考试系统/onlineExam/WebRoot/images/bg001.jpg
在线考试系统/onlineExam/WebRoot/images/bg002.gif
在线考试系统/onlineExam/WebRoot/images/bgHead.gif
在线考试系统/onlineExam/WebRoot/images/bjxp004.jpg
在线考试系统/onlineExam/WebRoot/images/blankBar.jpg
在线考试系统/onlineExam/WebRoot/images/blueBk.jpg
在线考试系统/onlineExam/WebRoot/images/body_bg.gif
在线考试系统/onlineExam/WebRoot/images/chengjichaxun.bmp
在线考试系统/onlineExam/WebRoot/images/default_bottom.JPG
在线考试系统/onlineExam/WebRoot/images/default_mid.JPG
在线考试系统/onlineExam/WebRoot/images/default_top.jpg
在线考试系统/onlineExam/WebRoot/images/error.jpg
在线考试系统/onlineExam/WebRoot/images/exam_result.gif
在线考试系统/onlineExam/WebRoot/images/free_test.gif
在线考试系统/onlineExam/WebRoot/images/img_enter2.jpg
在线考试系统/onlineExam/WebRoot/images/index1_07.gif
在线考试系统/onlineExam/WebRoot/images/login_top.jpg
在线考试系统/onlineExam/WebRoot/images/online_exam.gif
在线考试系统/onlineExam/WebRoot/images/orig59095.jpg
在线考试系统/onlineExam/WebRoot/images/quiz.jpg
在线考试系统/onlineExam/WebRoot/images/seedPwd.gif
在线考试系统/onlineExam/WebRoot/images/spiral.gif
在线考试系统/onlineExam/WebRoot/images/startExam_bottom.jpg
在线考试系统/onlineExam/WebRoot/images/startExam_left.jpg
在线考试系统/onlineExam/WebRoot/images/startExam_leftBottom.jpg
在线考试系统/onlineExam/WebRoot/images/startExam_leftTop.jpg
在线考试系统/onlineExam/WebRoot/images/startExam_right.jpg
在线考试系统/onlineExam/WebRoot/images/startExam_rightBottom.jpg
在线考试系统/onlineExam/WebRoot/images/startExam_rightTop.jpg
在线考试系统/onlineExam/WebRoot/images/startExam_top.jpg
在线考试系统/onlineExam/WebRoot/images/step1.gif
在线考试系统/onlineExam/WebRoot/images/step2.gif
在线考试系统/onlineExam/WebRoot/images/step3.gif
在线考试系统/onlineExam/WebRoot/images/top_bg.jpg
在线考试系统/onlineExam/WebRoot/images/tuichuxitong.bmp
在线考试系统/onlineExam/WebRoot/images/xiugaigeren.bmp
在线考试系统/onlineExam/WebRoot/images/zaixiankaoshi.bmp
在线考试系统/onlineExam/WebRoot/index.jsp
在线考试系统/onlineExam/WebRoot/META-INF/MANIFEST.MF
在线考试系统/onlineExam/WebRoot/student/index.jsp
在线考试系统/onlineExam/WebRoot/student/inquireScore.jsp
在线考试系统/onlineExam/WebRoot/student/login.jsp
在线考试系统/onlineEx

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com