An online examination system with very simple functions, which implements basic login verification, single-choice, multiple-choice, etc. The question types are only single-choice and multiple-choice questions. After answering the questions, scores will be judged based on the answers. The database operation uses SqlHelper. Very convenient to get up
Default name/student number:
Zhang San 1
Li Si 2
Under DB is the Sql database. After appending, modify the corresponding database connection string in App_Code/DBHelper.cs. Author: Unknown
Expand