Skip to content

Provides user the facility to register on the portal and take a timed online exam.

Notifications You must be signed in to change notification settings

vmittal05/Online-Exam-Portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Online-Exam-Portal

Provides user the facility to register on the portal and take a timed online exam. Built by using Java Servlets, JDBC and JSP.

Features:

  1. Register and take a timed quiz on Java Basics.
  2. View your results.
  3. Signup and Login functionalities using Cookies.
  4. Fully validated forms for signup, login etc.

Demo Video:

AJP.Project.Video.Demo.mp4

How to Run:

  1. Install mysql and create a database named ajp.
  2. Create a table named register.
    Schema:
Field Type Null Key Default Extra
enroll int(10) NO PRI NULL
fname varchar(20) YES NULL
lname varchar(20) YES NULL
gender char(1) YES NULL
pass varchar(20) YES NULL
univ varchar(20) YES NULL
  1. Run the project using Eclipse IDE for Java EE Developers or a similar IDE via Tomcat Server and visit http://localhost:8080/ajpProject/welcome.html
  2. Signup using the link in the page and filling the form (validated).
  3. Login and click on Start Test.
  4. Choose the correct options as per the questions and click on Submit (Also the test will auto submit in 100 seconds !).
  5. View your Final Marks.

Thank you !

About

Provides user the facility to register on the portal and take a timed online exam.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published