文件名称:AGTPS
- 所属分类:
- .net编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2015-09-11
- 文件大小:
- 952kb
- 下载次数:
- 0次
- 提 供 者:
- liuze******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
系统功能说明
该系统主要包括 题型管理 科目管理 用户管理 题库管理 试卷生成
用户包含管理员和教师两类 教师用户由管理员或者超级管理员添加,管理员用户有由超级管理员进行添加。
教师有自己所对应的科类 教师用户只能在自己对应的科类的题库中生成对应的试题。
核心生成算法: 有用户指定试卷的科目,指定试卷的题型(最多12种),每种题型对应的题目个数和每题对应的分值和每个题型对应的难度系数均由用户指定,指定之后又系统在题库中采用随机的方式抽取题目,取出题目之后再进行难度系数的计算,如果对应的难度系数计算达标,则进行试题预览,如果难度系数不达标,则重新进行随机抽取,再计算其难度系数,直到合格为止。系统中定义,循环随机抽取题目的次数为50次,如果第50次抽取的难度系数人不达标,则系统将会输入第50次抽取的题型进行试题预览。
-System functional descr iption
This system includes type management account management user management management test building
Users include administrators and teachers in two types of teacher users added by the administrator or Super Administrator, Super Administrator user administrator to add it.
Teachers have their own corresponding to the class teacher users can only own the corresponding categories correspond to the generated data bank of questions.
Core generated algorithm: has user specified papers of subjects, specified papers of questions (up 12 species), each species questions corresponds to of topics number and each problem corresponds to of score and each questions corresponds to of difficulty coefficient are by user specified, specified zhihou and system in test in the used random of way extraction topics, out topics zhihou again for difficulty coefficient of calculation, if corresponds to of difficulty coefficient calculation standard, is for questions prev
该系统主要包括 题型管理 科目管理 用户管理 题库管理 试卷生成
用户包含管理员和教师两类 教师用户由管理员或者超级管理员添加,管理员用户有由超级管理员进行添加。
教师有自己所对应的科类 教师用户只能在自己对应的科类的题库中生成对应的试题。
核心生成算法: 有用户指定试卷的科目,指定试卷的题型(最多12种),每种题型对应的题目个数和每题对应的分值和每个题型对应的难度系数均由用户指定,指定之后又系统在题库中采用随机的方式抽取题目,取出题目之后再进行难度系数的计算,如果对应的难度系数计算达标,则进行试题预览,如果难度系数不达标,则重新进行随机抽取,再计算其难度系数,直到合格为止。系统中定义,循环随机抽取题目的次数为50次,如果第50次抽取的难度系数人不达标,则系统将会输入第50次抽取的题型进行试题预览。
-System functional descr iption
This system includes type management account management user management management test building
Users include administrators and teachers in two types of teacher users added by the administrator or Super Administrator, Super Administrator user administrator to add it.
Teachers have their own corresponding to the class teacher users can only own the corresponding categories correspond to the generated data bank of questions.
Core generated algorithm: has user specified papers of subjects, specified papers of questions (up 12 species), each species questions corresponds to of topics number and each problem corresponds to of score and each questions corresponds to of difficulty coefficient are by user specified, specified zhihou and system in test in the used random of way extraction topics, out topics zhihou again for difficulty coefficient of calculation, if corresponds to of difficulty coefficient calculation standard, is for questions prev
(系统自动生成,下载前可以参看下载内容)
下载文件列表
AGTPS
.....\AGTPS.BLL
.....\.........\AGTPS.BLL.csproj
.....\.........\bin
.....\.........\...\Debug
.....\.........\...\.....\AGTPS.BLL.dll
.....\.........\...\.....\AGTPS.BLL.pdb
.....\.........\...\.....\AGTPS.DAL.dll
.....\.........\...\.....\AGTPS.DAL.pdb
.....\.........\...\.....\AGTPS.Model.dll
.....\.........\...\.....\AGTPS.Model.pdb
.....\.........\obj
.....\.........\...\Debug
.....\.........\...\.....\AGTPS.BLL.csproj.FileListAbsolute.txt
.....\.........\...\.....\AGTPS.BLL.csprojResolveAssemblyReference.cache
.....\.........\...\.....\AGTPS.BLL.dll
.....\.........\...\.....\AGTPS.BLL.pdb
.....\.........\...\.....\DesignTimeResolveAssemblyReferencesInput.cache
.....\.........\...\.....\TempPE
.....\.........\OthersManager.cs
.....\.........\Properties
.....\.........\..........\AssemblyInfo.cs
.....\.........\QuestionManager.cs
.....\.........\SubjectManager.cs
.....\.........\TopicManager.cs
.....\.........\UserManager.cs
.....\AGTPS.DAL
.....\.........\AGTPS.DAL.csproj
.....\.........\bin
.....\.........\...\Debug
.....\.........\...\.....\AGTPS.DAL.dll
.....\.........\...\.....\AGTPS.DAL.pdb
.....\.........\...\.....\AGTPS.Model.dll
.....\.........\...\.....\AGTPS.Model.pdb
.....\.........\obj
.....\.........\...\Debug
.....\.........\...\.....\AGTPS.DAL.csproj.FileListAbsolute.txt
.....\.........\...\.....\AGTPS.DAL.csprojResolveAssemblyReference.cache
.....\.........\...\.....\AGTPS.DAL.dll
.....\.........\...\.....\AGTPS.DAL.pdb
.....\.........\...\.....\DesignTimeResolveAssemblyReferencesInput.cache
.....\.........\...\.....\TempPE
.....\.........\OthersDAO.cs
.....\.........\Properties
.....\.........\..........\AssemblyInfo.cs
.....\.........\QuestionDAO.cs
.....\.........\SQLHelper.cs
.....\.........\SubjectDAO.cs
.....\.........\TopicDAO.cs
.....\.........\UserDAO.cs
.....\AGTPS.Model
.....\...........\AGTPS.Model.csproj
.....\...........\bin
.....\...........\...\Debug
.....\...........\...\.....\AGTPS.Model.dll
.....\...........\...\.....\AGTPS.Model.pdb
.....\...........\obj
.....\...........\...\Debug
.....\...........\...\.....\AGTPS.Model.csproj.FileListAbsolute.txt
.....\...........\...\.....\AGTPS.Model.dll
.....\...........\...\.....\AGTPS.Model.pdb
.....\...........\...\.....\DesignTimeResolveAssemblyReferencesInput.cache
.....\...........\...\.....\TempPE
.....\...........\Properties
.....\...........\..........\AssemblyInfo.cs
.....\...........\Question.cs
.....\...........\Subject.cs
.....\...........\Topic.cs
.....\...........\User.cs
.....\AGTPS.sln
.....\AGTPS.Utility
.....\.............\AGTPS.Utility.csproj
.....\.............\AspNetControlTool.cs
.....\.............\bin
.....\.............\...\Debug
.....\.............\...\.....\AGTPS.Utility.dll
.....\.............\...\.....\AGTPS.Utility.pdb
.....\.............\CipherCodeTool.cs
.....\.............\FontSymbolsTool.cs
.....\.............\HTMLTool.cs
.....\.............\ImageVideoTool.cs
.....\.............\JavaScriptTool.cs
.....\.............\obj
.....\.............\...\Debug
.....\.............\...\.....\AGTPS.Utility.csproj.FileListAbsolute.txt
.....\.............\...\.....\AGTPS.Utility.dll
.....\.............\...\.....\AGTPS.Utility.pdb
.....\.............\...\.....\DesignTimeResolveAssemblyReferencesInput.cache
.....\.............\...\.....\TempPE
.....\.............\Properties
.....\.............\..........\AssemblyInfo.cs
.....\.............\UploadDownloadTool.cs
.....\AGTPS.v11.suo
.....\AGTPS.v12.suo
.....\AGTPS.Web
.....\.........\AGTPS.Web.csproj
.....\.........\AGTPS.Web.csproj.user
.....\.........\bin
.....\.........\...\AGTPS.BLL.dll
.....\.........\...\AGTPS.BLL.pdb