forked from zhouhao/TaoBaoExam
-
Notifications
You must be signed in to change notification settings - Fork 0
iuyes/TaoBaoExam
This branch is 2 commits behind zhouhao/TaoBaoExam:master.
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
[Difference between "OnlineExamSystem"] 1. OnlineExamSystem creates exam name first, then add questions to each exam, which means one questions just belongs to one exam, and one exam can have many questions. 2. TaoBaoExam creates questions first. When an exam is set up, the teacher has two ways to select questions from database into exam, which means one question can belongs to many exams, and one exam can have many questions. This peoject is written by ASP.NET 2.0, and uses Ajax. As ASP.NET 2.0 doesn't support Ajax default, you should download "ASPAJAXExtSetup.msi" first, and install it. DOWNLOAD: http://www.microsoft.com/en-us/download/details.aspx?id=883 YOU can find more infomation about it here:http://asp.net/ajax/documentation/live/InstallingASPNETAJAX.aspx To run it well, you must config the SQL Server connection. I choose SQL Server 2005, and the database file is in the directory "App_Data". Open "Web.config", modify the following parameters. <connectionStrings> <add name="ConnectionString" connectionString="Data Source=XXXX;Initial Catalog=Examination;User ID=XXXX;Password=XXXX" providerName="System.Data.SqlClient" /> </connectionStrings>
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published