HJ online examination system source code is an online examination system software developed with .net.
Function introduction:
background:
There will be a skills exam every semester. I have used PHP to develop an online exam system based on the current situation of the school. The requirements are similar to the traditional online exam system. The only difference is that we do not require students to register, and the student accounts are imported in batches. I've been using it for 2 years and it's relatively stable. But there are certain limitations:
1. When teachers set questions, the test questions for different majors will be different. For example: the online marketing major has a course called photoshop, which has a large number of graphics questions. There are some coding issues in the software profession, and some unforeseen errors may occur when special tags are processed in the program.
Innovation:
Based on the above problems we encountered and the habits of many teachers in setting questions (many teachers post the questions in Word before the exam), the biggest difference between this exam system and other online exam systems is that the exam paper part is One or several pictures, this brings a lot of convenience to teachers when preparing test papers, and improves the stability of the examination system. Focus on the backend answer sheet processing. It provides subjective grading and objective grading of scores, and adds some chart functions to realize score analysis.
Generally, when teachers use this system, they can make the test content into word test papers and upload them directly to the system. When candidates answer the questions, they will see the complete test paper, which is closer to the traditional exam.
Notice:
The development environment is Visual Studio 2012, the database is SQL Server 2008, and the database file can be attached to the DB_51aspx folder.
Administrator username and password are: 51aspx
Expand