资源描述:
《刘明辉论文zixin》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、太原理工大学继续教育学院毕业论文在线测试系统的设计与实现姓名院系专业班级学号指导教师答辩日期成绩17中文摘要内容摘要随着科技的发展,科技应用越来越广泛。考试在线测试系统就是一个应用广泛的例子。但是,由于考试在线测试系统存在很多问题,例如,从后台数据库中抽取试题方面,由于算法的限制,使得生成试题速度受到影响。因此,本文以《数据结构》在线测试系统为实例进行研究,使得测试系统的性能得到进一步提高,具有现实意义。本系统在研究了线测试系统背景和意义的基础上,基于vs2005和SQL2005数据库连接技术,设计实用的《数据结构》在线测试系统。系统设计实现时,以
2、SQL2005数据库作为后台数据库,与vs2005中asp.net技术结合,实现了注册、查看和修改用户信息、找回登录密码、生成考试试卷、自动生成客观题分数及主观题答案自动存入数据库指定表中(以供教师评卷)的多项功能。重点是生成考试试卷、自动生成客观题分数及主观题答案自动存入数据库指定表中(以供教师评卷)。难点是对生成试题算法和怎样与后台教师评卷系统连接以快速生成考试分数(将主观题答案存入后台数据库制定表中)。在解决难点时,对于快速生成试题算法主要是根据在数据库中的临时表中设置一个标志题型的字段去选题,这样比从数据库中的题型表中抽取试题速度快。对于客
3、观题的评分机制是先统计答对题的数目,再去计算分数的方法进行设计。【关键词】算法快速生成测试系统17Title:"DataStructure"On-lineTestingSystem’sDesignandImplementationAbstractWiththedevelopmentoftechnology,applicationoftechnologyismoreandmoreextensive.On-linetestingsystemisawidelyusedexample.However,inon-linetestingsystem,there
4、aremanyproblems,suchasbuildingpapertakenfromtheback-endingdatabase,becauseofthelimitationtoalgorithm,makingthespeedgeneratingexaminationquestionsbeaffected.Therefore,toresearchthepaperof"DataStructure"on-linetestingsystemasanexampleinthisarea,makingtheperformanceon-linetesting
5、systemhasbeenfurtherimprovedandofpracticalsignificance.
Thissystemisstudiedon-linetestingsysteminthestudy,basedonthebackgroundandsignificance,usingvs2005andSQL2005databaseconnectionmethodtodesignapractical"datastructure"onlinetestingsystem.ThesystemwithSQL2005databaseastheback
6、-endingdatabase,withasp.nettechnologiesinvs2005,achievetheregistrationwell,viewandmodifyuserinformation,retrieveloginpassword,generateexaminationpapers,automaticallygeneratesscoresofobjectiveandsorersubjectivequestionsanswersautomaticallyintospecifiedthetableofthedatabase(fort
7、eachersmarking)andotherfunctions.Whichfocusesongeneratingtestpapers,automaticallygeneratesscoresofobjectiveandstoresubjectivequestionsanswersautomaticallyintospecifiedthetableofthedatabase(forteachersmarking).Thedifficultyisthealgorithmforgeneratingtestingquestionsandhowtoconn
8、ectwiththebackofteachersmarkingsystemtoquicklygeneratetestsco