Development of Online examination system for Mathematics curriculum
Abstract
In our system ,we adopt MVC design pattern, and combine java script、JSP、LaTex to our system. We clearly dispart different functions of the system, which improves flexible and configurable of the application. Besides, we use visible symbol in the online mathematical expressions that can be transferred to LaTex expressions engine, which output image code that can be stored in database.
To realize our system, we have a lot of preparation work, such as the realization of expression editor, the construction of testing database, the information of student, teacher and manager, the frame of system platform, and construction and connection of database, etc. We have three function module, as student, teacher and manager, these client need to check status before operation. The student can take test, query grade and modify information. The teacher has the right to input and manage examination question, produce and read examination paper, and manage the information of the students’ and themselves. The major work of manager is administering the information and statistic the examination grade.