• 大小: 64KB
    文件类型: .zip
    金币: 2
    下载: 2 次
    发布日期: 2021-01-09
  • 语言: PHP
  • 标签: PHP  前端  

资源简介

本系统主要分为以下模块:教师和学生登录界面和系统主界面设计;考试课程的信息:课程名称、学年学期、考试日期、班级、姓名、学号; 考试信息:提取试题、考试倒计时、保存试卷、提交试卷;随机抽取考试试题进行考试;建立题库和维护题库;考试管理:验证考试身份、当前考生查询、维护考生信息。
本例需要的数据库表包括:用户信息表:users,teacher,student,class,profession;考试信息表:choice,fill,judge,qtype,paper,stu_paper;其他:state

资源截图

代码片段和文件信息



ta charset=“ansi“>
tle>登录页面tle>




yle=“color:white“>  

if(isset($_GET[“err“])){
echo“ript>“;
if($_GET[“err“]==“userwrong“){
echo“document.getElementById(‘Error‘).innerHTML=‘登录失败,系统无此用户‘;“;
}else if($_GET[“err“]==“syswrong“){
echo“document.getElementById(‘Error‘).innerHTML=‘系统维护中,无法登录‘;“;
}else{
echo“document.getElementById(‘Error‘).innerHTML=‘登录失败,密码错误‘;“;
}
echo“
ript>“;
}

?>




考试管理系统


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-11-21 12:46  TextSystem\
     目录           0  2019-12-02 15:13  TextSystem\css\
     文件         748  2019-12-05 14:00  TextSystem\css\Tea.css
     文件         799  2019-12-02 15:22  TextSystem\css\root.css
     文件        1395  2019-12-05 17:09  TextSystem\css\stu.css
     目录           0  2019-12-02 19:44  TextSystem\functions\
     文件         515  2019-11-19 22:32  TextSystem\functions\database.php
     文件         368  2019-12-05 13:39  TextSystem\functions\page.php
     目录           0  2019-11-19 16:09  TextSystem\images\
     文件       13082  2019-11-19 16:09  TextSystem\images\left-h.jpg
     文件       14798  2019-11-19 11:29  TextSystem\images\password.png
     文件       10932  2019-11-19 11:30  TextSystem\images\user.png
     文件        1816  2019-12-16 17:34  TextSystem\index.php
     文件        1895  2019-12-16 18:10  TextSystem\login.php
     目录           0  2019-12-16 16:58  TextSystem\root\
     文件         679  2019-12-16 17:45  TextSystem\root\SysManger.php
     文件         933  2019-12-02 15:25  TextSystem\root\SysMess.php
     文件        1863  2019-12-02 15:50  TextSystem\root\addT.php
     文件         246  2019-12-16 17:27  TextSystem\root\change.php
     文件         388  2019-12-02 15:54  TextSystem\root\deleteT.php
     文件         593  2019-12-16 16:35  TextSystem\root\functions.php
     文件         766  2019-11-25 16:07  TextSystem\root\index.php
     文件        1371  2019-12-02 16:03  TextSystem\root\manageT.php
     文件        1114  2019-11-26 14:01  TextSystem\root\state.php
     目录           0  2019-12-05 16:02  TextSystem\student\
     文件        1390  2019-12-03 14:11  TextSystem\student\Finish.php
     文件        2150  2019-12-03 14:37  TextSystem\student\TextConfirm.php
     文件        6499  2019-12-05 11:18  TextSystem\student\Texting.php
     文件        1713  2019-12-05 17:11  TextSystem\student\center.php
     文件         736  2019-12-05 17:09  TextSystem\student\index.php
     文件         884  2019-11-27 11:14  TextSystem\student\show.php
............此处省略22个文件信息

评论

共有 条评论