Tomorrow Network Examination System Source Code Chapter 1 Front Desk The front desk of this website mainly implements functions such as online online examinations and score inquiry.
1.1 Registration If you want to take the online exam, you must log in first. If you are a new user, you need to register first to obtain the login password. Click the "Register" button on the login page to enter the "Student Registration Information" page.
Fill in the complete registration information on this page and click the "Register" button to complete the registration operation.
Note: If you forget your password, you can retrieve it through the password questions and answers.
1.2 Online Examination The steps for online examination are as follows:
(1) Enter the login page, as shown in Figure 1.2, fill in the correct login information in the student ID number, password and verification code, click the "Login" button to enter the main page of the online exam at the front desk (2) Read the candidate rules Finally, click the "Start" button to enter the page for selecting exam questions, as shown in Figure 1.4.
(3) Select the exam course and corresponding question name on this page, click the "Agree" button to enter the exam preparation page, as shown in Figure 1.5.
(4) Click the "Start" button to enter the exam page, as shown in Figure 1.6.
(5) The test time is 20 minutes. If you do not hand in the test paper after 20 minutes, the system will automatically submit the test paper. Click the "Submit" button, and your test scores will be displayed below, as shown in Figure 1.7.
(6) Click the "Exit current system" button to complete this online exam.
1.3 Score Query After logging in successfully, enter the exam rules page as shown in Figure 1.8. Click the "Query Score" button in the upper right corner of this page to enter the query page, as shown in Figure 1.9.
On this page, candidates can not only view their own test scores, but also the scores of other candidates. Select the corresponding query condition in the query condition, enter the query keyword, click the "Query" button, and the query results will be displayed in the list bar below.
Chapter 2 Backstage
The backend mainly includes: administrator, managing registered students, managing course information, managing question set information, managing candidate scores, managing exam questions, and adding test questions. The operation methods for administrators, managing registered students, managing course information, managing question set information, managing candidate scores, and managing exam questions are the same. The following uses the administrator as an example to explain the operation methods.
Click the "Administrator" button in the function navigation area to enter the page shown in Figure 2.3. This page mainly implements functions such as adding, modifying, deleting, and querying administrator information.
The operation method of the administrator page is as follows:
(1) Add administrator. Click the "Add Administrator" button to enter the page shown in Figure 2.4, fill in the administrator name and password, and then click the "Add" button to complete the addition operation.
(2) Modification. Click the "Modify" button to enter the page shown in Figure 2.5. On this page, you can modify the administrator's name and password. After the modification is completed, click the "Modify" button to complete the modification operation.
(3) Delete. Click the "Delete" button to delete the administrator information.
(4) Inquiry. Select the corresponding query conditions and enter the corresponding keywords in the query conditions, click the "Query" button, the query results are displayed below, and the query operation is completed.
Click the "Add Test Question" button in the functional navigation area to enter the page shown in Figure 2.6. On this page, select the major and course title of the test question to be added.
Click the "Select" button to enter the page shown in Figure 2.7. Fill in the complete test question information on this page and click the "Add" button to complete the addition operation.
Expand