Here you will get the online quiz system project in JSP (Java).
A few days back my college organized a tech fest. There was a coding competition event in that fest. The first round was an online test that contains some C and C++ questions. I was managing that event and developed an online quiz system for it.
I thought that I should share this online test system with you guys. So here in this article, I am sharing the system along with the database, you can use it as a project in your school or college.
You can customize it according to your requirements.
Online Quiz System Project in JSP
The technologies and tools used by me to develop this system are:
Technologies used: JSP, JavaScript, jQuery, AJAX, JSON and MySql.
Tools Used: Eclipse IDE, MySql, SQLyog, Apache Tomcat Server.
How does the system work?
Student Panel:
1. The student first gets a registration page where he/she has to register using name and email.
2. After successful registration, an instructions page is displayed. The instructions are as follows:
- Total Questions: 15
- Time Alloted: 20 Minutes
- Questions based on C and C++
- There is no negative marking
- Top 20 will be short listed for the next round
- Click on Start button to start the test
- After the test starts, don’t press back or refresh button or don’t close the browser window
3. When student clicks on the Start button the test starts. There are total of 3 sets of questions, so randomly a set is allotted to contestant. After attempting all the questions a Submit button is shown which submits the data that is stored in database.
Admin Panel:
The admin can see, add and delete questions in various sets. For each correct answer 1 point is given to the contestant. On the result page, the admin can see the result. The contestants are sorted according to their points.
Admin Email: admin@technoholix2k16.com
Admin Password: tcp@gits
Below is the link to download the project with the database backup file.
Comment below if you are facing any difficulty to use this project.
Can you tell me how to create Login page in this project???
Read below article:
http://thecrazyprogrammer.com/2016/03/jsp-login-logout-system-example-using-session.html
Hi,
I have download this project but some found error. Questions are not showing in my test. All Questions and options are showing undefined and how to get result after finish the test.
Please guide me.
Thanks in advance.
Please share the link for the source Code
it show error when i enter name and email in register “some error occurred” please give me solution please
Check the database connections, maybe connection details for your system is different. Find the exact error by reading ide console.
Results are not displyed after 20 minutes.
Results are not displayed after 20 minutes.
Only admin can see the result, so you have to login as admin.
but result not also coming in admin result tab what to do>>>>
Plz send me the download link.
plz give download link for project
The link is present at the end of the article, check it properly.
the link does not direct you to a download page
what is the use of json in this project?
Hello bro ,I am not able to download the Code ,It is redirecting to advertisement can you share the link for source code//
could you please tell source code for this project……
I have been downloaded this project but it’s not running on apache tomcat and I am not getting the connectivity. Pls help me
i want report of this
Can we build this project with PHP?
working perfect. thanks for lovely code. you made my day. if anybody facing issue let me know.
How do i run the project after downloading?
Hi am Bhargavi am facing an issue in Jason object please help to get ridd of it
how to run it
can u please send this project. i am not able to run.
bro I have downloaded this project but it’s not running on apache tomcat and I am not getting the connectivity. Pls help me
The given download link is redirecting to some other website. plz provide the download link .
result is not coming what to do in admin result page..
sir can this project work in hindi fonts krutidev 010
massage me on facebook rcverma@gmail.com
I have downloaded the project and successfully executed after that start the test and answer the all questions(15) but only 14 questions and answers inserted in database. In result report page only showing 14 points please help me this issue.
where is the download option in this project.
I jave downloaded the project but am not able to run it. Please help.
can u extract db file and export
Dear sir,
How to implement bookmark questions in this code.
K Thank you
how to run this project on netbeans?PLEASE TELL.
please give me source code of this project and
how to download and run this project
can you sent me this project personally on my email id????
can you help me to design mcq display page pleaseee
Please can you Give me the code of how the question are changing in your project by clicking on the next button
how to download this project but the project is not working at this link
everything is good and working !
thank you very much…
i am not able to download this project.so please can you this project link properly.
anyone Can you help me how to download this project ?
i need online quiz system project, but it is not download
can you please help me I want to input question and I have problem can you show me how you do that I really needs it
i want this project in netbeans ide please.
The Download is not working. Can ypu please provide the project?
sir if u send this project on my email its requested to u
Thank a lot for the source code it really helped us into our student placement project.
Well done and continue your work in future.
All the Best!!!!
Happy Coding 🙂 😛
can u share that code i am getting error
Can u help what are the prerequisites to run code
And what ide u used
Hello sir, when i going to register its give exception ..i know what is exception. plz tell me how to restore dump file that is given by u in postgresql database. if dump file is restore successfully its working fine .
plz tell me how to restore dump file data in databse from given dump file by You.
Thank You….
Download Link not working please can you send me a direct download link it’s urgent
I am unaware of how to run jsp and how it work. I have installed tomcat and place the CodeWarrior folder inside the webapps but it is showing me the following error:
Type Exception Report
Message Unable to compile class for JSP:
Description The server encountered an unexpected condition that prevented it from fulfilling the request.
Exception
org.apache.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: [14] in the generated java file: [C:\xampp\tomcat\work\Catalina\localhost\CodeWarrior\org\apache\jsp\WebContent\index_jsp.java]
Only a type can be imported. com.UserDAO resolves to a package
An error occurred at line: [15] in the generated java file: [C:\xampp\tomcat\work\Catalina\localhost\CodeWarrior\org\apache\jsp\WebContent\index_jsp.java]
Only a type can be imported. com.AdminDAO resolves to a package
Stacktrace:
org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:103)
org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:366)
org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:593)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:385)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:358)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:345)
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:660)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:400)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:395)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:339)
javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
Note The full stack trace of the root cause is available in the server logs.
how to download source code here?
how to download source code here?
unable to download . please help
unable to download
Unable to download this code. Can anyone help me??
It is showing bad gateway
I am unable to download the project
Hi,
I have download this project but some found error. Questions are not showing in my test. All Questions and options are showing “undefined”.
Please help.
Thanks in advance.
Hello,
I have download this project but some found error. Questions are not showing in test.jsp, all Questions and options are showing “undefined”.
Please help.
Thanks in advance.
Hello Sir,
I am unable to download project
Hello Sir,
I am unable to download the project. Please help