摘 要
本文主要是讨论如何解决根据学生教学评估教学质量的信息化问题。针对该问题,利用VB语言做了一个学生教学评估系统,该系统能简化根据学生的教学来对教学质量进行评估的过程,使老师的教学成果、学生的教学变化都一目了然。为达到所定的目的。本系统主要使用了VB语言,数据库等工具。学生的教学数据主要储存于SQL数据库,因此需要首先对数据库进行操作、处理。本文首先概述了信息化教育的发展情况,讲明了开发学生教学评估系统的必要性,接着阐述了学生教学评估系统的基本设计思想及实现方法。并以该系统为应用实例,介绍了用VB语言进行绘制图表以及使用及操作数据库的一些要注意的地方。
关键词:学生教学评估系统 数据库 图表化
Student achievement assess system
ABSTRACT
This text mainly discusses how to solve according to the information-based problem of assessing teaching quality of student's achievement. To this question , utilize VB language to do a student's achievement to assess the system, this system can simplify the course evaluating teaching quality according to students' achievement , all very clear when making the teacher's teaching achievement , students' achievement change. In order to achieve the goal of fixing. This system has used VB language, tools , such as database ,etc. mainly. Students' achievement data are stored in SQL database mainly, so need to operate , deal with the database at first. This text has sum up the development that the informationization educates at first, has explained student's achievement of developing and assessed the systematic necessity, then has explained the basic design philosophy of assessing system of student's achievement and implementation method . And regard this system as instance of using, is it go on chart of drawing and use and operate some places that should pay attention to of the database with VB language to introduce.
Keyword:Student achievement assess system; database ;figurization
目 录
第一章 引言- 1
1.1现在的学生教学评估存在问题- 1
1.2开发学生教学评估系统的意义及必要性- 1
1.3相关领域国内外技术的现状及发展趋势- 2
第二章 开发环境及开发语言- 3
2.1Microsoft.Net开发环境- 3
2.2开发语言VISUAL Basic 6.0 3
第三章 关于数据库- 6
3.1关于数据库的数据源的说明- 6
3.2 SQL数据库简介- 6
3.3 数据的抽取- 7
3.4数据的转换- 8
3.5 数据的存储和管理- 8
3.6学生教学数据库的设计- 9
第四章 系统设计- 11
4.1系统模块设计- 11
4.2学生教学的统计(及图表化)算法和源代码- 13
4.3系统设计思想- 17
第五章 系统特点- 18
5.1 总体功能- 18
5.1 系统的应用- 18
5.3 系统说明- 19
结束语- 20
参考文献- 21
致谢- 22
|