Online examination system source code 1.0. The system includes three types of personnel: administrators, internal employees, and registered users; administrators and internal employees are added through the background, and registered users are registered by the users themselves. It is suitable for corporate use and graduation project reference. "
"
The system provides 3 ways to organize volumes: "
1. Manual question selection: a paper composed of fill-in-the-blank questions, true-false questions, single-choice questions, multiple-choice questions, and short-answer questions."
2. Randomly selected questions: The paper is composed of true-false questions, single-choice questions, and multiple-choice questions, and the questions are randomly selected. The system will automatically grade the paper after handing it in."
3. Manual input: Paper generated from input text"
"
Function introduction: "
1) Main question types"
Fill-in-the-blank questions, true-false questions, single-choice questions, multiple-choice questions, and short-answer questions. "
2) How to organize the volume"
Manual topic selection: "
The test paper is composed of a question bank of various question types, which can be composed of up to 5 question types (fill-in-the-blank questions, true-false questions, single-choice questions, multiple-choice questions, and short-answer questions); "
Randomly selected questions: "
By setting the number of question banks for each type of question, the system randomly selects test questions to form a paper, which can be composed of up to 3 types of questions (judgement questions, single-choice questions, and multiple-choice questions); "
Manual input: "
By manually entering the text of the test questions, you can design the test questions in Word in advance and then paste them into the edit box. "
3) Examination arrangements"
The process of exam arrangement is: "
Select the test paper category->Select the test paper->Assign scores->Select test takers->Set test parameters->Submit"
4) Marking work"
For papers composed of manually selected questions: true-false questions, single-choice questions and multiple-choice questions are automatically scored by the system, while others are graded manually;"
For papers composed of randomly selected questions: they are completely automatically scored by the system, that is, as soon as the candidate submits the test paper, the results will be available immediately; "
For papers composed of manual input: they will be graded manually. "
5) Score management"
Contains score query and score statistics. "
"
Operating environment: sqlserver2000/2005,.netframework2.0"
Development tools: vs2008"
Default administrator: admin/123456"
Examiner: test/123456"
"
Instructions for use:"
1. System operating environment: sqlserver2000/2005,.netframework2.0"
2. Database file: WEB/App_Data/TestOnlineDB_Data.mdf, just attach it."
Modify the connection database string: Web/Web.config"
3. The system's Session is saved in the aspnet_state.exe process, so it needs to be started. The startup method is: "
My Computer -> Right-click "Manage" -> Find "Services" -> Find "ASP.NETStateService" -> Set to start automatically"
"
For information about the author and other information, please read the content in the readme folder"
Author:ruimingde