/Online-Examination-Software

An Objective based online examination software,using php, mySQL and HTML, which I had made with my friend in my second semester!

Primary LanguagePHP

**************************************************************************
*** Online Examination System: *******************************************
**************************************************************************

README Document
****************************************************

Project Summary
---------------------------

Name : Online Examination System
Release: OES-without-Installer-v.1.1
Release Date: 12th July 2010.
Current Project Phase: Under Alpha Testing
License: GNU General Public License v.3


Instructions
-----------------

1. Remember, this copy of project is currently in alpha testing phase, so many
changes are expected in next few weeks. Always have the updated copy of project.  
2. This copy doesn't contain Installer. Therefore, perform the following steps:
	a. create the database using the given MySQl dump (oes.sql) file.
		
		command to do this is: 
		mysql> source <path>
		
		Example:
		[In Linux]
		mysql> source /var/www/htdocs/oes.sql  
		
		[In Windows]
		mysql> source d:/oes.sql
	
	b. Change the dbsettings.php file, to reflect your database environment.
	
	c. Now, OES is ready to deal with examination matters...

3. Admin Account:
username: root
password: root

4. Path to access admin page is: http://domainname/oes/admin/index.php

5. Path to access test conductor page is: http://domainname/oes/tc/index.php