In order to ensure the security of the entire system, the online examination system implements a login module for classification verification. Through this module, login users with different identities can be verified, ensuring that users with different identities operate the system.
In selecting test questions, the system uses a random selection method, which reflects the objectivity and fairness of the exam.
After the candidate has finished answering the questions, he or she can know the score of the exam by submitting the test paper, which reflects the efficiency of the system. In terms of background management, it is divided into background administrator management module and test question management module.
Adapt to different users respectively. In the former, only senior administrators of the system can enter and manage the entire system. The latter only allows teachers to log in. Teachers can modify the test questions of the subjects they teach and view the results of all students who have participated in the subjects they teach.
Home page login address: login.aspx
Default administrator account/password: codepub/codepub
Default teacher account/password: t001/111
Default student account/password: 10020071106/111
The database file is under App_Data, just attach it
Expand