Here you will get the online quiz system project in JSP (Java).

在这里,您将获得JSP(Java)中的在线测验系统项目。

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.

几天前,我的大学组织了一场技术盛会。 那个节日里有一场编码比赛。 第一轮是一个在线测试,其中包含一些C和C ++问题。 我当时正在管理该事件,并为此开发了一个在线测验系统。

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 database, you can use it as a project in your school or college.

我认为我应该与你们分享这个在线测试系统。 因此,在本文中,我将与数据库共享该系统,您可以在学校或学院中将其用作项目。

You can customize it according to your requirements.

您可以根据需要自定义它。

JSP(Java)中的在线测验系统项目

JSP中的在线测验系统项目 (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.

使用的技术: JSP,JavaScript,jQuery,AJAX,JSON和MySql。

Tools Used: Eclipse IDE, MySql, SQLyog, Apache Tomcat Server.

使用的工具: Eclipse IDE,MySql,SQLyog,Apache Tomcat服务器。

系统如何运作? (How the system works?)

Student Panel:

学生小组:

1. The student first gets a registration page where he/she has to register using name and email.

1.学生首先获得一个注册页面,他/她必须在其中使用姓名和电子邮件进行注册。

2. After successful registration, an instructions page is displayed. The instructions are as follows:

2.成功注册后,将显示说明页面。 说明如下:

  • Total Questions: 15

    总问题数:15

  • Time Alloted: 20 Minutes

    分配时间:20分钟

  • Questions based on C and C++

    基于C和C ++的问题

  • There is no negative marking

    没有负面的标记

  • Top 20 will be short listed for the next round

    前20名将入围下一轮

  • 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 Start button the test starts. There are total 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.

3.当学生单击开始按钮时,测试即开始。 共有3组问题,因此随机将一组分配给参赛者。 尝试所有问题后,将显示一个“ 提交”按钮,用于提交存储在数据库中的数据。

JSP(Java)中的在线测验系统项目
JSP(Java)中的在线测验系统项目
JSP(Java)中的在线测验系统项目

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 result page the admin can see the result. The contestants are sorted according to their points.

管理员可以查看,添加和删除各种集合中的问题。 对于每一个正确的答案,给参赛者1分。 管理员可以在结果页面上查看结果。 参赛者根据其得分进行排序。

Admin Email: [email protected] Admin Password: [email protected]

管理员电子邮件: [受电子邮件保护] 管理员密码: [受电子邮件保护]

JSP(Java)中的在线测验系统项目
JSP(Java)中的在线测验系统项目
JSP(Java)中的在线测验系统项目

Below is the link to download the project with database backup file.

以下是下载带有数据库备份文件的项目的链接。

下载专案 (Download Project)

Comment below if you are facing any difficulty to use this project.

如果您在使用该项目时遇到任何困难,请在下面发表评论。

翻译自: https://www.thecrazyprogrammer.com/2016/04/online-quiz-system-project-jsp-java.html

相关文章: