資源簡介
l 主觀題:填空題,簡答題;
教師:
l 添加所要教的學科;
l 添加所要教的班級;
l 教師導出學生成績;
l 教師統計學生成績;
l 教師查看學生客觀題成績和批閱主觀題,并將所得的成績和客觀題的成績相加得到學生總成績;若無主觀題,則客觀題的成績為總成績;
l 教師可以添加試題(單選題,多選題,判斷題,填空題,簡答題)和管理試題;
l 教師可以管理或為每個學生隨機生成一份試卷信息;
l 教師可以查看所教班級的學生信息;
l 教師可以修改個人信息;
學生:
l 學生提交或系統自動提交試卷后顯示客觀題的成績和保存主觀題的答案;
l 學生根據不同的時間進行不同學科的考試;
管理員:
l 管理員可以添加教師,刪除教師,修改教師信息;
l 管理員可以添加班級,刪除班級,修改班級信息;
l 管理員可以添加學科,刪除學科,修改學科信息;
l 管理員可以添加學生,刪除學生,修改學生信息;
系統:
l 系統隨機出題;
l 考試期間自動保存學生答案和定時保存考生用時;
l 系統出錯時可換機或重啟;
l 每個的學生試卷在考試前已隨機生成;
l 學生考過試之后不可再重考,則顯示考試成績;
l 到達考試開始時間方可顯示試卷;
l 考試時間用完,系統自動交卷;
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Text;
using?DAL;
using?Model;
using?System.Data;
using?System.Data.SqlClient;
namespace?BLL
{
????public?class?ClassInfoManager
????{????????
????????public?bool?AddClassInfo(ClassInfo?classinfo)
????????{
????????????try
????????????{
????????????????return?new?Class().AddClassInfo(classinfo);
????????????}
????????????catch
????????????{
????????????????throw;
????????????}
????????}
????????public?bool?DelClassInfo(string?condition)
????????{
????????????try
????????????{
????????????????return?new?Class().DelClassInfo(condition);
????????????}
????????????catch
????????????{
????????????????throw;
????????????}
????????}
????????public?bool?UpdClassInfo(ClassInfo?classinfo?string?condition)
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????24576??2010-06-30?11:44??OnlineTestSystem\OnlineTestSystemUI\BLL\bin\Debug\BLL.dll
?????文件??????71168??2010-06-30?11:44??OnlineTestSystem\OnlineTestSystemUI\BLL\bin\Debug\BLL.pdb
?????文件??????32768??2010-06-30?11:44??OnlineTestSystem\OnlineTestSystemUI\BLL\bin\Debug\DAL.dll
?????文件??????89600??2010-06-30?11:44??OnlineTestSystem\OnlineTestSystemUI\BLL\bin\Debug\DAL.pdb
?????文件??????16384??2010-06-23?15:51??OnlineTestSystem\OnlineTestSystemUI\BLL\bin\Debug\DALFactory.dll
?????文件??????13824??2010-06-23?15:51??OnlineTestSystem\OnlineTestSystemUI\BLL\bin\Debug\DALFactory.pdb
?????文件??????24576??2010-06-23?15:51??OnlineTestSystem\OnlineTestSystemUI\BLL\bin\Debug\Model.dll
?????文件??????62976??2010-06-23?15:51??OnlineTestSystem\OnlineTestSystemUI\BLL\bin\Debug\Model.pdb
?????文件???????2852??2010-06-15?17:55??OnlineTestSystem\OnlineTestSystemUI\BLL\BLL.csproj
?????文件???????1816??2010-05-30?19:44??OnlineTestSystem\OnlineTestSystemUI\BLL\ClassInfoManager.cs
?????文件????????250??2010-07-20?21:05??OnlineTestSystem\OnlineTestSystemUI\BLL\obj\BLL.csproj.FileList.txt
?????文件??????24576??2010-06-30?11:44??OnlineTestSystem\OnlineTestSystemUI\BLL\obj\Debug\BLL.dll
?????文件??????71168??2010-06-30?11:44??OnlineTestSystem\OnlineTestSystemUI\BLL\obj\Debug\BLL.pdb
?????文件??????20480??2010-07-02?18:18??OnlineTestSystem\OnlineTestSystemUI\BLL\obj\Debug\Refactor\BLL.dll
?????文件??????12872??2010-06-30?11:44??OnlineTestSystem\OnlineTestSystemUI\BLL\obj\Debug\ResolveAssemblyReference.cache
?????文件???????1919??2010-05-30?19:45??OnlineTestSystem\OnlineTestSystemUI\BLL\ObjAnswerManager.cs
?????文件???????1852??2010-05-30?19:45??OnlineTestSystem\OnlineTestSystemUI\BLL\ob
?????文件???????1325??2010-05-24?13:30??OnlineTestSystem\OnlineTestSystemUI\BLL\Properties\AssemblyInfo.cs
?????文件????????449??2010-06-15?18:02??OnlineTestSystem\OnlineTestSystemUI\BLL\QuerySQL.cs
?????文件???????1856??2010-06-08?21:55??OnlineTestSystem\OnlineTestSystemUI\BLL\StudentInfoManager.cs
?????文件???????1922??2010-06-16?14:27??OnlineTestSystem\OnlineTestSystemUI\BLL\StudentScoreManager.cs
?????文件???????2018??2010-05-30?19:45??OnlineTestSystem\OnlineTestSystemUI\BLL\StudentTestPaperManager.cs
?????文件???????1844??2010-05-30?19:46??OnlineTestSystem\OnlineTestSystemUI\BLL\SubAnswerManager.cs
?????文件???????1860??2010-05-30?19:46??OnlineTestSystem\OnlineTestSystemUI\BLL\SubjectInfoManager.cs
?????文件???????1886??2010-05-30?19:46??OnlineTestSystem\OnlineTestSystemUI\BLL\SubjectiveManager.cs
?????文件???????1846??2010-05-30?20:06??OnlineTestSystem\OnlineTestSystemUI\BLL\TeacherInfoManager.cs
?????文件???????1896??2010-05-30?19:46??OnlineTestSystem\OnlineTestSystemUI\BLL\TestPaperInfoManager.cs
?????文件??????32768??2010-06-30?11:44??OnlineTestSystem\OnlineTestSystemUI\DAL\bin\Debug\DAL.dll
?????文件??????89600??2010-06-30?11:44??OnlineTestSystem\OnlineTestSystemUI\DAL\bin\Debug\DAL.pdb
?????文件??????16384??2010-06-23?15:51??OnlineTestSystem\OnlineTestSystemUI\DAL\bin\Debug\DALFactory.dll
............此處省略255個文件信息
- 上一篇:基于asp.netMvc網上購物系統
- 下一篇:asp酒店公寓管理系統 源碼
評論
共有 條評論