User login: Users log in through username and password. There are three pages: management, teacher, and student management. Management of user information: Administrators can add and delete users and manage permissions. There is only one administrator in this system, the system administrator. It has permissions that ordinary users do not have, that is, it has the ability to manage ordinary users and test question management functions. Entering the online examination room is one of the most important parts of this system. Because if a system involves reality, it must be very thoughtful and complete. After the candidate logs in, as long as he selects the test subject, he can call up the test paper and take the online test. The questions selected by the system are randomly selected, so that each candidate's test paper will be different. The candidate's answer information is reflected by selecting the answer using radio buttons. This will be achieved by handing in papers independently at the end of the exam.
Viewed by:
It's done using GridView. View a person's information.
Modifier:
Administrators can also modify personnel. Modifying database data was more troublesome in the previous ASP pages. If you wanted to modify a record, you had to write a long code. In asp.net, you can modify database records almost without writing a line of code.
Add people:
The administrator may add people and add records to the database.
teacher.
Test question bank management: you can add, modify, and delete test questions.
student.
Online exam: The system strictly controls the entire exam process and implements time monitoring and authority control. Candidates need to submit papers within the limited exam time.
.Automatic computer marking: This system only considers objective questions and requires the computer to automatically mark and then immediately display the candidate's score.
student/teacher.
Score Inquiry: After candidates finish taking the exam, the administrator should be able to query all records and delete designated records.
administrator
Add people
maintenance personnel
Add major
Add class
Add series
View results
Change password teacher
Add question
Maintenance question
View results
Change password student
Exam starts
Check your results
View personal information
Modify personal information
Change password
Login user and password are both: 51aspx
Expand