You are on page 1of 3

system is to efficiently evaluate the candidate thoroughly through a fully automated system

that not only saves a lot of time but also gives fast results, It is a cost-effective and popular
means of mass- evaluation system
why oles?
Stored Repository of exams
General problem with time for students
Timed question not possible
Auto grading
Flexible
Time Saver
Security

New Hacking tips

Proposed Solution

This project helps in removing all this problems as stated above by providing the
facility of conducting the whole exam online. In this method, although the student
is required to come to the exam center, but then he will be able to conduct his
own exam or paper. In the manual method some students get some extra time
even

This project helps in removing all this problems as stated above


b y providing the facility of conducting the whole exam on-line. In this method
of conducting the exam although the student is required to
c o m e t o t h e t e s t centre but then he will be able to conduct his own exam or paper. In this
method the instructions and rules which are required to follow are available on

the computer, the candidate can read it and follow it accordingly, and no instructions by the
invigilator are required. In the manual method some student get some extra time even
after the whole time duration is over because the invigilator has to collect the answer sheet
from each and every student so this method does not proves to be an efficient one. However this
automated method has a TIMER which will automatically stops after the time period is over
and thus proves to fair enough with respect to each and e v e r y s t u d e n t . Al s o i n t h i s
method the student answer sheet will be s u b m i t t e d w i t h s a f e t y a n d
s e c u r i t y t o t h e d a t a b a s e a n d p r o c e s s o f evaluating scores is performed by the
software automatically. Thus in this approach there are no chances of tampering or
misplacing the answer sheet of the students, hence this method is more secure
one as compared to manual method of conducting the exam.

2. SURVEY OF TECHNOLOGIES
This project is a web application that is developed in PHP having MYSQL as back
end.
1. Database Design (MYSQL)
MySQL is characterized as a free, fast, reliable open source relational
database. It does lack some sophistication and facilities, but it has an active
development team and, as it goes from release to release, more capabilities are
added. At certain times there will be a trade-off between speed and
capabilities, and the MySQL team intend to keep their database engine fast
and reliable.
2. Input Design (DREAMWEAVER)
Ease and efficiency of use.
The ability to create consistent looking web pages.
Managing and updating websites effectively. Easy to upload using
FTP.
3. Coding (PHP, JavaScript)
PHP is one of the most popular server side scripting languages running
today. It is used for creating dynamic web pages that interact with the user
offering customized information. PHP offers many advantages; it is fast,
stable, secure, easy to use and open source (free).
PHP manages freeing all resources. Users does not required to free file
handle resource, database resources, memory, etc, unless programmer need to
free resource during script execution.(All resources are released after script
execution).

PHP code is inserted directly into the HTML that makes up a website.
When a visitor comes to the website, the code is executed. Because PHP is a
server side technology, the user does not need any special browser or plug-ins
to see the PHP in action.
JavaScript is a browser based programming language that actually runs
client side. This means that any code that is written in JavaScript is delivered
along with the web pages and the scripts that are written, actually run from
within the users' browser rather than directly on the server that is serving the
web pages. It can be interactive even when we are not connected to the
Internet. Since the code is typed directly into your HTML files, we can create
JavaScript with software as simple as a plain text editor. We can quickly test
and modify JavaScript code. JavaScript functionality is built into most new
web browsers since 1996, so there is no extra software for the viewer to
download or install.

You might also like