搜索资源列表
QuestionInfo
- 在线考试工程查询模块组件-online examination works Query Module components
QuestionInfo
- 在线考试工程查询模块组件-online examination works Query Module components
vconline
- 在线考试系统客户端程序,其中包括eaxm,QuestionInfo,UserInfo欢迎下载学习。-Online Examination System client, including eaxm, QuestionInfo, UserInfo welcome to download learning.
elts
- 该项目主要是实现在线考试、测评的业务。系统分为三个模块:注册与登陆模块、考试模块、评分模块。界面端主要采用Java Swing 技术,考试模块使用Properties解析装载系统配置文件,提取模拟数据,将考生的答案封装QuestionInfo对象存储到集合中,评分时将QuertionInfo对象中的答案与正确数据对比。该系统采用MVC设计思想,显示层通过ClientContext控制界面的跳转,考试端使用ExamService接口进行逻