Online Test Application

Online Test Application


Posted in : Java Posted on : May 17, 2012 at 3:48 PM Comments : [ 0 ]

In this tutorial you will find sample java project on online test application.

Online Test Application

Introduction- Online Test Application is Simple and dummy project which is developed for the learners. This project is developed using Spring MVC and Hibernate and uses MySql 5 as backend database. It is built using Maven2. This project have the very simple and basic logic to take online exam of the student. It presents only objective questions with four options. When user chooses any options and clicks on 'Answer' button he gets the next question and so on. If he wishes to see his result he can see that any time.

Consider the following table design

Question Table

Answer Table

The following is the project structure

To this project go to the command prompt and navigate to the 'online-test' where pom.xml is and type mvn jetty:run and the open the browser and type http://localhost:9090/onlinetest/load-home-page the page given below will appear

When you will click on start application link you will see a question page

To see result you can see the result page

Click here to downloade the complete souce code with database backup

Go to Topic «PreviousHomeNext»

Your Comment:


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

 
Tutorial Topics