Online Examination System
Online Examination System
Online Examination System
Today Online Examination System has become a fast growing examination method
because of its speed and accuracy. It is also needed less manpower to execute the
examination. Almost all organizations now-a-days, are conducting their objective exams
by online examination system, it saves students time in examinations. Organizations
can also easily check the performance of the student that they give in an examination.
As a result of this, organizations are releasing results in less time. It also helps the
environment by saving paper.
According to todays requirement, online examination project in php is very useful
to learn it.
1.
2.
Ability to save the answer given by the candidate along with the question.
3.
4.
5.
6.
Admin Panel
Project objective:
Online examination system is a non removable examination pattern of todays life. We
need more time saving and more accurate examination system as the number of
applicants is increasing day by day. For all IT students and professionals, it is very
important to have some basic understanding about the online examination system. On
this site you will get source code with the running project. It will help you to understand
the concept of the project. Here you find project in php free download.
HTML: HTML is used to create and save web document. E.g. Notepad/Notepad+
+
2.
3.
2.
MySQL: MySql is a database, widely used for accessing querying, updating, and
managing data in databases.
WAMP Server
XAMPP Server
MAMP Server
LAMP Server
Installation Steps
1. Download zip file and Unzip file on your local server.
2. Put this file inside c:/wamp/www/ .
3. Database Configuration
Open phpmyadmin
Create Database named quiz_new.
Import database quiz_new.sql from downloaded folder(inside database)
4. Open Your browser put inside http://localhost/online_exam/
5. To Login as admin put http://localhost/online_exam/admin
Admin Login Details
Login Id: sanjeev
Password: sanjeev
Online examination system developed in PHP and MySQL, It contains more than 25 php script file and my sql
database scripts. Online examination system is an web based application to conduct examination online. It has
modules like question bank, examination, test setup, giving examination, calculate results, view results, store test
data. administrator module to manage examination, questions and its options.
You can free download of this PHP project with complete documentation, project source code .php files, MySQL
database file and installation guide from download link. Code are well commented for your reference, however if
you want any clarification you can contact me for further explanation, click here to view online demo of this
application.
Click here to get more than 500 unique final year academic project idea in different programming languages.
Download this project concept, abstract, SRS, source code to complete project for your college submission.
Proposed System - PHP, MySQL Online Examination
The Online Examination System is easy to use, full-featured and flexible Testing, Examination and Assessment web
portal. It allows Administrators to set different examination and question banks for registered students and
members. The eExamination System provides complete functionality of evaluating and assessing student's
performance skills. The eExamination System comprises of Question Bank effectively blended with a whole set of
Features. Using different features of the Examination System an administrator can set an exam name, select an
examination, and assign questions for examination..
The question bank will form the backbone of the automated process and will play an important role in random
generation of unique sets of question papers. The more the number of questions the better randomization is
achieved.
.
http://www.thesoftwareguy.in/online-examination-system/
http://www.thesoftwareguy.in/contact/
http://www.readymadeproject.com/Home
Development
PHP, You can download PHP from http://php.net/ for development IDE from http://netbeans.org/
MySQL, You can download MYSQL server for development from http://www.mysql.com/
Download Online Examination System for Final Year Student developed in PHP + MYSQL project
documentation, source code, DB and project report files.
Project Abstract
Online Examination System is an on-line test simulator is to take online examination, test in an efficient manner
and no time wasting for manually checking of the test paper. The main objective of this web based online
examination system is to efficiently evaluate the student thoroughly through a fully automated system that not
only saves lot of time but also gives fast and accurate results. For students they give papers according to their
convenience from any location by using internet and time and there is no need of using extra thing like paper, pen
etc.
Online examination system helps students to offer a quick and easy way to appear for the test. It also provides the
results immediately after the examination with 100% accuracy and security. Student can enter to perform exam
only with their valid username and password. This examination contains multiple choice questions and appropriate
number of options. There are no limitations on number of options and it can be randomized so same set of
question will not appear to all student so it prevent manipulation. More than one option can be correct but the user
can select only one option. This provides time limit. The user can see their results after completing the exam. This
helps the students to write the exam from far distance and which can provide security and simplicity and other
beneficial features to the user.
Limitation of Existing Examination System
We have study ABC College and find existing system is manual entry and keeping of the details of the student who
are registered already. And it is very difficult for each student to come to the exam center. It is very difficult to the
students from far distance to reach the exam center. This system is required to prepare registration\application
form, question paper for the students and required to print a lot of number manually. To calculate how many
students registered, and verification of details of these students in a month by hand is very difficult. This requires
quite a lot of time and wastage of money as it requires quite lot of manpower to do that. Another factor that takes
into account that is the possibility of errors. The limitation of existing system is that it is not all personalized. It
cannot be used for personal and quick reference. Even the other staff members can make quick entries if the
responsible person is not present.
Calculation of Marks
Human error
Provides complete online web based solution, including student registration, giving tests, storing of
results.
Complete web based administration, administrator can manage examination and question bank from web
interface.
No geographical boundary
Software Requirement
PHP
MySQL Server
Hardware Requirement
2 GB RAM
10 GB HDD Space
STUDENT MASTER
EXAMINATION MASTER
QUESTION MASTER
ANSWER MASTER
TEST
RESULTS
ADMIN
Screen Shot
Future Improvements
We have prepare new system after identify issue in existing manual examination system. Scope of this online
examination system is very broad in terms of other manually taking exams. However we can improve our system
in next version like.
www.programmer2programmer.net
www.readymadeproject.coom
http://ajprofessionals.googlepages.com/
www.wikipedia.org
www.php.net
Database Installation
Open the db_script file in WordPad and copy the script and paste it in query window. Execute the query to
create DB and Tables.
OR
Use MySQL Administrator tool to restore then DB from db_script_mysql_db backup file.
PHP Installation
If PHP installation is successful you can create a .php file by using below code
<?php phpinfo(); ?> and browse it
IIS Installtion