This demo download and video tutorial view address: http://www.wisdomdd.cn/Wisdom/resource/articleDetail.htm?resourceId=1076
This example introduces the online examination system, the foreground uses bootstrap technology, backstage uses structs and herbinate, the database is MySQL, the system divides into the teacher and the student two roles, the teacher can manage the student and the question, the student can carry on the answer online and obtains the score in real time
The instance code for the project can be obtained by using the Download instance button on the right.
Development tools: MyEclipse10, JDK1.7, TOMCAT7, MySql5.5.60
"Project contains content" (see):
"ExamOnline" project source code
"Exam.sql" Database script
"Instance Features"
1. Login page login function, enter user name and password, select role, swipe arrow to the right to click Login
2. Student role Login successful, you can see the need to answer the test paper, a prescribed answer time (countdown)
After the topic is selected, "Submit answer sheet" can immediately see the score, and then view the test paper answer
3. After the teacher role login successful, you can add students, query all students, add questions, query all questions
Instance
Access Login page: http://localhost:8080/examOnline/
Student role
Teacher role
"Instance Configuration"
1. Modify the database configuration information (your local user name and password)
2. When the teacher's role is added students, the student's password is set to a fixed value of "123456", the student role login, use "123456" as the login password
3. Database tables
Java Online test system (including source code)