Three-stage project summary

Online test management platform:

Realize the function

(1) User login, registration, jq and database verification

(2) users online exam, choose which set of examinations performed, the time to automatic assignment, automatic scoring and submitted to the database.

(3) the user can view the results, change your personal information, you can also have a personal learning interface, watch the video to see

(4) The administrator can view and modify the information to all users, the administrator can add, modify information.

(5) The administrator can view each questions for each option, perform CRUD

(6) upload papers administrator functions, uploading, you can CRUD questions

1. The first is the login registration interface '

 Primarily a login and registration verification

Jsp layered subcontracting process by calling for enabling the login function

2. Examination of the interface can be exam

Here a set of questions that need to query, we need to loop through each Teemo

There is also a countdown function ''

3. Change the user information

This is a change of user additions and deletions

4. Administrator interface

Is an administrator for questions and users CRUD

5 papers upload function

This is a difficulty of this project

Because table relationships upload feature requires too many service calls need to click insert five tables middle of the table and there is need to loop click to insert multiple data

 

to sum up

For slow encountered difficulty thinking not many js code is used and needs to be improved problem-solving skills

 

Guess you like

Origin www.cnblogs.com/sy130908/p/11669507.html
Recommended