SlideShare a Scribd company logo
1 of 13
Download to read offline
See discussions, stats, and author profiles for this publication at: https://www.researchgate.net/publication/336115534
A Project on Online MCQ Quiz Application
Poster · December 2018
DOI: 10.13140/RG.2.2.10583.83369
CITATIONS
0
READS
80,132
4 authors, including:
Some of the authors of this publication are also working on these related projects:
Online MCQ Quiz Application View project
A Project on Attendance and Marks Management System for Parwan University View project
Hamayoon Behamanush
Parwan University, Afghanistan
3 PUBLICATIONS 0 CITATIONS
SEE PROFILE
All content following this page was uploaded by Hamayoon Behamanush on 28 September 2019.
The user has requested enhancement of the downloaded file.
A Project on Online MCQ Quiz Application
Hamayoon Behmanush*, Babita Thakur*, Vivek Daniyal*
Supervise By: Dr. Anil Sharma
*Information Technology Department, School of Computer Application, LPU, India
Introduction to Project
The ‘MCQ Quiz Application’ project will be developed to overcome the time consuming
problem of manual system. Apart from that in current system, checking the answer sheets after
taking test, waste the examiners time, so this application will check the correct answer and save
the examiner time and carry the examination in an effective manner. The users which are use
this system don’t need to high computing knowledge and also system will inform them while
entering invalid data.
The aim of this project is to computerized the existing manual system and help the examiners to
save their valuable time and important data. Apart from this, data which are exist in this system,
will exist for long period of time and will be easy accessible. This project helps the examiners to
manage their services in a good way and provide a better service to their users.
The objective of this project is to manage the details of students, examinations, marks, courses
and papers in a good manner. The performance of the application will be fully control by
administrator and administrator can guaranty any one to access. The project will reduce the
manual process in managing examinations and all issues regarding that.
Functionalities of the project will be as following:
- Able the examiners to punch the MCQ questions online;
- Able the users to solve the questions online;
- Examiners can manage the information regarding exam;
- Correct answers will be evaluated by system (First it should be determining by examiner);
- Users can see their result after submitting the test.
2
To design and implement this project we plan that the project support to different types of users
apart from its administrative part. When project is run for the first time it allowed the user to
select as who he/she wants to login in the system. Project support login as teacher and login as
student. If a user who is student, try to login as teacher system will not allow him and vice versa.
User who add as teacher in system will be able to punch test and questions to system and also
will be able to observe the result of the student which attempt tests. User who login to system
as student will be able to select a particular test and attempt questions depend on this test. After
attempting the test and submitting that user will receive a message that you have attempt the
test successfully and if the user tries to attempt the same test, system will not allow him/her.
Also a user which login to system as student will be able to observe the result of test he/she
attempt.
To conclude introduction, we have use these modules to follow the objectives of our project and
each of these modules have logical connections to other modules which they are depend.
- Index: Which allow users to select their type of login to system;
- Teacher Login: Able the teachers to login to system with a valid user name and password.
If a teacher is successfully login to system, he/she will have access to following pages:
o Teacher Home: Which have information about Online MCQ Quiz and issues
support by this system for the teachers;
o Punch Test: Which able the teacher to punch a test and after entering the test
name and clicking on ‘Submit to Enter Questions’, teacher will be able to add
questions to the particular test.
o Students Marks: Which able the teacher to observe the result of all student who
have attempt the tests;
- Student Login: Able the students to login to system with a valid user name and password.
If student is successfully login to system, he/she will have access to following pages:
o Student Home: Which have information about Online MCQ Quiz and issues
support by this system for students;
o Attempt Test: Which able the student to select a particular test for attempting
from the existing test in system from drop down list and after clicking on ‘go to
3
selected test’, the questions of selected test will be displayed for the student to
attempt. Than student will be able to attempt the questions and after submitting,
student will receive a message that test is successfully attempt.
o Marks: Which able the particular students to have access to result of the test
which he/she attempt.
Existing Systems
There are various MCQ quiz applications exist in the internet with different criteria. Each
of the existing applications has their own goodness and problems. In this MCQ quiz application
which is designed and implemented in JSP based we try to overcome the existing problems with
following features:
- Remove source confuse issue;
- Better management;
- Connection to database for better storing of data;
- Better frontend management;
- Better backend management;
- Try to decrease error issuer during runtime.
Project Objectives
The main objective of the project MCQ Quiz Application is to manage the details of
students, examinations, marks, courses and papers. The project is totally at administrative end
and thus only the administrator is granted the access. The purpose of the project is to build an
application to reduce the manual work for managing the MCQ quiz and we will follow to achieve
these objectives in this project.
- To create an appropriate platform for best managing of MCQ test;
- To overcome the time consuming issues and taking MCQ tests;
- To release the marks of the test taker as soon as possible;
- To manage the information of different tests.
4
Methodology
The methodology of developing of project will be a step-by-step sequence to design,
develop and deliver the application. In software engineering this methodology called ‘waterfall
model’ which one portion of work follows after another in a linear sequence. Following steps will
be followed in this methodology:
- Initiation (Requirement Specification);
- Planning and design;
- Execution (construction and coding);
- Validation (Testing);
- Closure (Installation and Maintenance).
Figure 1: SDLC Diagram of Project
Project Requirements Specification
By project requirements specifications we can analyze the tasks which going to be done
by the system. The function and performance of allocated to software as part of system
engineering are refined by establishing a complete information description. A detailed functional
and behavioral description of the project and concentrating on requirements and constraints of
that will provide and good product. The proposed system should follow these requirements:
- System must store information about users (Student and Teachers), tests, questions and
result;
- System should able the teacher to punch tests;
5
- Each teacher should be able to punch many tests;
- System should do not allow unauthorized user to enter the system;
- Each student should be able to attempt many tests;
- System should keep and display the results of Students;
- System should support test which one or more question dependent on it;
- System should allow the administrator to delete and update tests and questions
dependent on it.
Project Design
For designing and implementing of Online MCQ Quiz application we used HTML, CSS,
JavaScript and SQL Server with the context of Java and JSP. Following pages have been designed
using HTML, CSS and JavaScript to handle the defined objective of this project.
1. Index: This the first page which user observe after running the project. This page will able
the user to select the type of login. Selecting “Login as Teacher” will direct the user to
Teacher Login Page and selecting “Login as Student” will direct the user to Student Login
Page.
Figure 2: Project Index Page
2. Login Pages: Login page exist for both teachers and student. After user select the type of
login from figure 2, the login page of particular user will be displayed. Users enter their
user name and password and after clicking on login first system will check is it a valid user
or not. If user is authenticated by the system, will be directed to particular Home Page
6
and if not authenticated by the system the message “Either user name or password is
incorrect” will be displayed to user.
Figure 3: Student & Teacher Login Pages
3. Home Pages: After users successfully login to system. Each particular user will be directed
to their particular Home Page which are “Teacher Home” and “Student Home”. Teacher
Home will able the teachers to observe information about the Online MCQ Quiz and
punch a test by clicking on “Punch Test” and observe student results by clicking on
“Student Marks”. Student Home will able the student to observe the information about
the Online MCQ Quiz, attempt a test by clicking on “Attempt Test” and observe his/her
result by click on “Marks”.
Figure 4: Teacher Home Page
7
Figure 5: Student Home Page
4. Punch Test: Clicking on punch test in Teacher Home will direct the teacher to a page which allow
the teacher to write the name of test he/she wants to punch. When teacher type the name of test
and click on “Submit to Questions”, system will be directed to Insert Question page.
Figure 6: Entering Name of Test
By clicking on “Submit to Enter Question” button, teacher will be able to insert question for the particular
test which he/she enter its name. As the teacher enter the test name, an automatic ID will be generated
for this test in Test Table of database and all a session will be created, all questions which entered will be
store for the particular test according to Test ID and session which has been created. Teacher will receive
8
of “Question Successfully Sored” each time when he/she write the questions and its answer and click on
“Submit Question” button.
Figure 7: Insert Question Page
5. Student Marks: Clicking on “Student Marks” will direct the teacher to page which display the
result of all students which attempt the test.
Figure 8: Result of All Student Which Attempt the Tests
6. Attempt Test: Clicking on “Attempt Test” on Student Home will direct the student to the page
which able the student to select the test he/she wish to attempt. After student select the test
from drop down list and click on “Go to Selected Test”, the system will be directed to the questions
of particular test.
9
Figure 9: Select Test Page of Student
When student select the test and click on “Go to Selected Test” the page will be directed to questions of
selected test. Student can attempt all questions of that test and after clicking on “Submit Test”, will receive
a message that “You Have Successfully Attempt” the test. If the particular student has already attempt
the test before, he/she will receive the message “Sorry, You Have Already Attempted this Test”.
Figure 10: Attempting Test Page
7. Marks: Clicking on “Marks” in Student Home will direct the system to the page which will show
the result of particular student for all test he/she attempt.
10
Figure 11: Result off All Test for Particular Student Which Have Taken
Coding
As mentioned before, project is on java platform and its web based which is coded in NetBeans
IDE with help HTML, CSS and JavaScript. So codding exist for all following pages which sample of index
pages pasted:
- Index page
<%--
Document : index
Created on : Oct 23, 2018, 4:23:10 PM
Author : Behmanush
--%>
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
.
.
.
- Teacher Login
- Student Login
- Teacher Home
11
- Student Home
- Punching Test and its questions
- Selecting test and attempting its questions
- 
.
Future Scope and Conclusion
As mentioned the project is on java platform which is coded in NetBeans IDE with help HTML, CSS
and JavaScript and running as web page by Apache Tomcat web server. But this project is only for MCQ
test but in the future we have plan to extended it to support subjective type of questions with more
functionality. We will add Administrative part on it which able the system to delete test, add user, delete
user and so on graphically vie the web.
To conclude, this is a simple Online MCQ Quiz which able a teacher to punch MCQ question to system
which will be store in SQL Server database and able the student to attempt any test for once. The marks
of student will be calculated according to questions they attempt and will be displayed by the system to
teachers and student.
12
References
1. Patil,PratekandKarlMoss,2017,JavaDatabaseProgrammingwithJDBC,CoriclisGroupBooks.
2. Sierra,KathyandBertBates,2003,HeadFirstJava,O’Reilly.
3. Sarcar,Vaskaran,2018,JavaDesignPatterns,Apress.
4. http://www.javaworld.com/javaworld/jw-01-1998/jw-01-credentialreveiw.html
5. http://jdbc-tutorial.com
6. https://www.tutorialspoint.com/java
7. http://www.javapoint.com/java-tutorial
8. https://docs.oracle.com/javase/tutorial
View publication stats

More Related Content

Similar to JavaProject.pdf

Quiz Buzz.pptx
Quiz Buzz.pptxQuiz Buzz.pptx
Quiz Buzz.pptxTechCK
 
IRJET - Higher Education Access Prediction using Data Mining
IRJET -  	  Higher Education Access Prediction using Data MiningIRJET -  	  Higher Education Access Prediction using Data Mining
IRJET - Higher Education Access Prediction using Data MiningIRJET Journal
 
Ayush Mishra 190808 Project Ppt.pptx
Ayush Mishra 190808 Project Ppt.pptxAyush Mishra 190808 Project Ppt.pptx
Ayush Mishra 190808 Project Ppt.pptxAyush749062
 
Online Examinition System
Online Examinition SystemOnline Examinition System
Online Examinition SystemHarsh Jobanputra
 
software engineering powerpoint presentation foe everyone
software engineering powerpoint presentation foe everyonesoftware engineering powerpoint presentation foe everyone
software engineering powerpoint presentation foe everyonerebantaofficial
 
Finaldocumentation
FinaldocumentationFinaldocumentation
Finaldocumentationasuadma
 
online exninition system ppt
online exninition system pptonline exninition system ppt
online exninition system pptprahlad chandra
 
IRJET - Implementation of Conducting Online Certification Examination in ...
IRJET -  	  Implementation of Conducting Online Certification Examination in ...IRJET -  	  Implementation of Conducting Online Certification Examination in ...
IRJET - Implementation of Conducting Online Certification Examination in ...IRJET Journal
 
Online Testing (Examination) System
Online Testing (Examination) SystemOnline Testing (Examination) System
Online Testing (Examination) SystemoDesk
 
Online examination system
Online examination systemOnline examination system
Online examination systemNarendra Sonone
 
A_Project_Report_ON_ONLINE_EXAMS_SYSTEM.pdf
A_Project_Report_ON_ONLINE_EXAMS_SYSTEM.pdfA_Project_Report_ON_ONLINE_EXAMS_SYSTEM.pdf
A_Project_Report_ON_ONLINE_EXAMS_SYSTEM.pdfAmishGupta15
 
A Project Report ON ONLINE EXAMS SYSTEM
A Project Report ON ONLINE EXAMS SYSTEMA Project Report ON ONLINE EXAMS SYSTEM
A Project Report ON ONLINE EXAMS SYSTEMDawn Cook
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
10.project online exam system
10.project  online exam system10.project  online exam system
10.project online exam systemIram hasan
 
Online Faculty evaluation system project presentation
Online Faculty evaluation system project presentationOnline Faculty evaluation system project presentation
Online Faculty evaluation system project presentationShaikhul Saad
 
online education system project report
online education system project reportonline education system project report
online education system project reportHagi Sahib
 
College Feedback System
College Feedback SystemCollege Feedback System
College Feedback SystemIRJET Journal
 
STUDENT AFFAIRS MANAGEMENT SYSTEM.pptx
STUDENT AFFAIRS MANAGEMENT SYSTEM.pptxSTUDENT AFFAIRS MANAGEMENT SYSTEM.pptx
STUDENT AFFAIRS MANAGEMENT SYSTEM.pptxYazanMohamed1
 

Similar to JavaProject.pdf (20)

Quiz Buzz.pptx
Quiz Buzz.pptxQuiz Buzz.pptx
Quiz Buzz.pptx
 
IRJET - Higher Education Access Prediction using Data Mining
IRJET -  	  Higher Education Access Prediction using Data MiningIRJET -  	  Higher Education Access Prediction using Data Mining
IRJET - Higher Education Access Prediction using Data Mining
 
Ayush Mishra 190808 Project Ppt.pptx
Ayush Mishra 190808 Project Ppt.pptxAyush Mishra 190808 Project Ppt.pptx
Ayush Mishra 190808 Project Ppt.pptx
 
Online Examinition System
Online Examinition SystemOnline Examinition System
Online Examinition System
 
software engineering powerpoint presentation foe everyone
software engineering powerpoint presentation foe everyonesoftware engineering powerpoint presentation foe everyone
software engineering powerpoint presentation foe everyone
 
Finaldocumentation
FinaldocumentationFinaldocumentation
Finaldocumentation
 
online exninition system ppt
online exninition system pptonline exninition system ppt
online exninition system ppt
 
IRJET - Implementation of Conducting Online Certification Examination in ...
IRJET -  	  Implementation of Conducting Online Certification Examination in ...IRJET -  	  Implementation of Conducting Online Certification Examination in ...
IRJET - Implementation of Conducting Online Certification Examination in ...
 
Online Testing (Examination) System
Online Testing (Examination) SystemOnline Testing (Examination) System
Online Testing (Examination) System
 
Online examination system
Online examination systemOnline examination system
Online examination system
 
A_Project_Report_ON_ONLINE_EXAMS_SYSTEM.pdf
A_Project_Report_ON_ONLINE_EXAMS_SYSTEM.pdfA_Project_Report_ON_ONLINE_EXAMS_SYSTEM.pdf
A_Project_Report_ON_ONLINE_EXAMS_SYSTEM.pdf
 
A Project Report ON ONLINE EXAMS SYSTEM
A Project Report ON ONLINE EXAMS SYSTEMA Project Report ON ONLINE EXAMS SYSTEM
A Project Report ON ONLINE EXAMS SYSTEM
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
10.project online exam system
10.project  online exam system10.project  online exam system
10.project online exam system
 
Online Faculty evaluation system project presentation
Online Faculty evaluation system project presentationOnline Faculty evaluation system project presentation
Online Faculty evaluation system project presentation
 
online education system project report
online education system project reportonline education system project report
online education system project report
 
Hafsa 131003112307-phpapp02
Hafsa 131003112307-phpapp02Hafsa 131003112307-phpapp02
Hafsa 131003112307-phpapp02
 
College Feedback System
College Feedback SystemCollege Feedback System
College Feedback System
 
Final report
Final reportFinal report
Final report
 
STUDENT AFFAIRS MANAGEMENT SYSTEM.pptx
STUDENT AFFAIRS MANAGEMENT SYSTEM.pptxSTUDENT AFFAIRS MANAGEMENT SYSTEM.pptx
STUDENT AFFAIRS MANAGEMENT SYSTEM.pptx
 

Recently uploaded

WSO2CON 2024 Slides - Open Source to SaaS
WSO2CON 2024 Slides - Open Source to SaaSWSO2CON 2024 Slides - Open Source to SaaS
WSO2CON 2024 Slides - Open Source to SaaSWSO2
 
WSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2
 
WSO2CON 2024 - How CSI Piemonte Is Apifying the Public Administration
WSO2CON 2024 - How CSI Piemonte Is Apifying the Public AdministrationWSO2CON 2024 - How CSI Piemonte Is Apifying the Public Administration
WSO2CON 2024 - How CSI Piemonte Is Apifying the Public AdministrationWSO2
 
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...WSO2
 
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Bert Jan Schrijver
 
WSO2Con2024 - GitOps in Action: Navigating Application Deployment in the Plat...
WSO2Con2024 - GitOps in Action: Navigating Application Deployment in the Plat...WSO2Con2024 - GitOps in Action: Navigating Application Deployment in the Plat...
WSO2Con2024 - GitOps in Action: Navigating Application Deployment in the Plat...WSO2
 
WSO2Con2024 - Simplified Integration: Unveiling the Latest Features in WSO2 L...
WSO2Con2024 - Simplified Integration: Unveiling the Latest Features in WSO2 L...WSO2Con2024 - Simplified Integration: Unveiling the Latest Features in WSO2 L...
WSO2Con2024 - Simplified Integration: Unveiling the Latest Features in WSO2 L...WSO2
 
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...WSO2
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...Shane Coughlan
 
WSO2Con2024 - Navigating the Digital Landscape: Transforming Healthcare with ...
WSO2Con2024 - Navigating the Digital Landscape: Transforming Healthcare with ...WSO2Con2024 - Navigating the Digital Landscape: Transforming Healthcare with ...
WSO2Con2024 - Navigating the Digital Landscape: Transforming Healthcare with ...WSO2
 
WSO2Con2024 - Low-Code Integration Tooling
WSO2Con2024 - Low-Code Integration ToolingWSO2Con2024 - Low-Code Integration Tooling
WSO2Con2024 - Low-Code Integration ToolingWSO2
 
Driving Innovation: Scania's API Revolution with WSO2
Driving Innovation: Scania's API Revolution with WSO2Driving Innovation: Scania's API Revolution with WSO2
Driving Innovation: Scania's API Revolution with WSO2WSO2
 
Architecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastArchitecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastPapp KrisztiĂĄn
 
WSO2CON 2024 Slides - Unlocking Value with AI
WSO2CON 2024 Slides - Unlocking Value with AIWSO2CON 2024 Slides - Unlocking Value with AI
WSO2CON 2024 Slides - Unlocking Value with AIWSO2
 
WSO2CON 2024 - Designing Event-Driven Enterprises: Stories of Transformation
WSO2CON 2024 - Designing Event-Driven Enterprises: Stories of TransformationWSO2CON 2024 - Designing Event-Driven Enterprises: Stories of Transformation
WSO2CON 2024 - Designing Event-Driven Enterprises: Stories of TransformationWSO2
 
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2
 
WSO2Con2024 - Hello Choreo Presentation - Kanchana
WSO2Con2024 - Hello Choreo Presentation - KanchanaWSO2Con2024 - Hello Choreo Presentation - Kanchana
WSO2Con2024 - Hello Choreo Presentation - KanchanaWSO2
 
WSO2CON 2024 - OSU & WSO2: A Decade Journey in Integration & Innovation
WSO2CON 2024 - OSU & WSO2: A Decade Journey in Integration & InnovationWSO2CON 2024 - OSU & WSO2: A Decade Journey in Integration & Innovation
WSO2CON 2024 - OSU & WSO2: A Decade Journey in Integration & InnovationWSO2
 
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open SourceWSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open SourceWSO2
 

Recently uploaded (20)

WSO2CON 2024 Slides - Open Source to SaaS
WSO2CON 2024 Slides - Open Source to SaaSWSO2CON 2024 Slides - Open Source to SaaS
WSO2CON 2024 Slides - Open Source to SaaS
 
WSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go Platformless
 
WSO2CON 2024 - How CSI Piemonte Is Apifying the Public Administration
WSO2CON 2024 - How CSI Piemonte Is Apifying the Public AdministrationWSO2CON 2024 - How CSI Piemonte Is Apifying the Public Administration
WSO2CON 2024 - How CSI Piemonte Is Apifying the Public Administration
 
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
 
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
 
Abortion Pill Prices Tembisa [(+27832195400*)] đŸ„ Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] đŸ„ Women's Abortion Clinic in T...Abortion Pill Prices Tembisa [(+27832195400*)] đŸ„ Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] đŸ„ Women's Abortion Clinic in T...
 
WSO2Con2024 - GitOps in Action: Navigating Application Deployment in the Plat...
WSO2Con2024 - GitOps in Action: Navigating Application Deployment in the Plat...WSO2Con2024 - GitOps in Action: Navigating Application Deployment in the Plat...
WSO2Con2024 - GitOps in Action: Navigating Application Deployment in the Plat...
 
WSO2Con2024 - Simplified Integration: Unveiling the Latest Features in WSO2 L...
WSO2Con2024 - Simplified Integration: Unveiling the Latest Features in WSO2 L...WSO2Con2024 - Simplified Integration: Unveiling the Latest Features in WSO2 L...
WSO2Con2024 - Simplified Integration: Unveiling the Latest Features in WSO2 L...
 
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
 
WSO2Con2024 - Navigating the Digital Landscape: Transforming Healthcare with ...
WSO2Con2024 - Navigating the Digital Landscape: Transforming Healthcare with ...WSO2Con2024 - Navigating the Digital Landscape: Transforming Healthcare with ...
WSO2Con2024 - Navigating the Digital Landscape: Transforming Healthcare with ...
 
WSO2Con2024 - Low-Code Integration Tooling
WSO2Con2024 - Low-Code Integration ToolingWSO2Con2024 - Low-Code Integration Tooling
WSO2Con2024 - Low-Code Integration Tooling
 
Driving Innovation: Scania's API Revolution with WSO2
Driving Innovation: Scania's API Revolution with WSO2Driving Innovation: Scania's API Revolution with WSO2
Driving Innovation: Scania's API Revolution with WSO2
 
Architecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastArchitecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the past
 
WSO2CON 2024 Slides - Unlocking Value with AI
WSO2CON 2024 Slides - Unlocking Value with AIWSO2CON 2024 Slides - Unlocking Value with AI
WSO2CON 2024 Slides - Unlocking Value with AI
 
WSO2CON 2024 - Designing Event-Driven Enterprises: Stories of Transformation
WSO2CON 2024 - Designing Event-Driven Enterprises: Stories of TransformationWSO2CON 2024 - Designing Event-Driven Enterprises: Stories of Transformation
WSO2CON 2024 - Designing Event-Driven Enterprises: Stories of Transformation
 
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
 
WSO2Con2024 - Hello Choreo Presentation - Kanchana
WSO2Con2024 - Hello Choreo Presentation - KanchanaWSO2Con2024 - Hello Choreo Presentation - Kanchana
WSO2Con2024 - Hello Choreo Presentation - Kanchana
 
WSO2CON 2024 - OSU & WSO2: A Decade Journey in Integration & Innovation
WSO2CON 2024 - OSU & WSO2: A Decade Journey in Integration & InnovationWSO2CON 2024 - OSU & WSO2: A Decade Journey in Integration & Innovation
WSO2CON 2024 - OSU & WSO2: A Decade Journey in Integration & Innovation
 
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open SourceWSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
 

JavaProject.pdf

  • 1. See discussions, stats, and author profiles for this publication at: https://www.researchgate.net/publication/336115534 A Project on Online MCQ Quiz Application Poster · December 2018 DOI: 10.13140/RG.2.2.10583.83369 CITATIONS 0 READS 80,132 4 authors, including: Some of the authors of this publication are also working on these related projects: Online MCQ Quiz Application View project A Project on Attendance and Marks Management System for Parwan University View project Hamayoon Behamanush Parwan University, Afghanistan 3 PUBLICATIONS 0 CITATIONS SEE PROFILE All content following this page was uploaded by Hamayoon Behamanush on 28 September 2019. The user has requested enhancement of the downloaded file.
  • 2. A Project on Online MCQ Quiz Application Hamayoon Behmanush*, Babita Thakur*, Vivek Daniyal* Supervise By: Dr. Anil Sharma *Information Technology Department, School of Computer Application, LPU, India Introduction to Project The ‘MCQ Quiz Application’ project will be developed to overcome the time consuming problem of manual system. Apart from that in current system, checking the answer sheets after taking test, waste the examiners time, so this application will check the correct answer and save the examiner time and carry the examination in an effective manner. The users which are use this system don’t need to high computing knowledge and also system will inform them while entering invalid data. The aim of this project is to computerized the existing manual system and help the examiners to save their valuable time and important data. Apart from this, data which are exist in this system, will exist for long period of time and will be easy accessible. This project helps the examiners to manage their services in a good way and provide a better service to their users. The objective of this project is to manage the details of students, examinations, marks, courses and papers in a good manner. The performance of the application will be fully control by administrator and administrator can guaranty any one to access. The project will reduce the manual process in managing examinations and all issues regarding that. Functionalities of the project will be as following: - Able the examiners to punch the MCQ questions online; - Able the users to solve the questions online; - Examiners can manage the information regarding exam; - Correct answers will be evaluated by system (First it should be determining by examiner); - Users can see their result after submitting the test.
  • 3. 2 To design and implement this project we plan that the project support to different types of users apart from its administrative part. When project is run for the first time it allowed the user to select as who he/she wants to login in the system. Project support login as teacher and login as student. If a user who is student, try to login as teacher system will not allow him and vice versa. User who add as teacher in system will be able to punch test and questions to system and also will be able to observe the result of the student which attempt tests. User who login to system as student will be able to select a particular test and attempt questions depend on this test. After attempting the test and submitting that user will receive a message that you have attempt the test successfully and if the user tries to attempt the same test, system will not allow him/her. Also a user which login to system as student will be able to observe the result of test he/she attempt. To conclude introduction, we have use these modules to follow the objectives of our project and each of these modules have logical connections to other modules which they are depend. - Index: Which allow users to select their type of login to system; - Teacher Login: Able the teachers to login to system with a valid user name and password. If a teacher is successfully login to system, he/she will have access to following pages: o Teacher Home: Which have information about Online MCQ Quiz and issues support by this system for the teachers; o Punch Test: Which able the teacher to punch a test and after entering the test name and clicking on ‘Submit to Enter Questions’, teacher will be able to add questions to the particular test. o Students Marks: Which able the teacher to observe the result of all student who have attempt the tests; - Student Login: Able the students to login to system with a valid user name and password. If student is successfully login to system, he/she will have access to following pages: o Student Home: Which have information about Online MCQ Quiz and issues support by this system for students; o Attempt Test: Which able the student to select a particular test for attempting from the existing test in system from drop down list and after clicking on ‘go to
  • 4. 3 selected test’, the questions of selected test will be displayed for the student to attempt. Than student will be able to attempt the questions and after submitting, student will receive a message that test is successfully attempt. o Marks: Which able the particular students to have access to result of the test which he/she attempt. Existing Systems There are various MCQ quiz applications exist in the internet with different criteria. Each of the existing applications has their own goodness and problems. In this MCQ quiz application which is designed and implemented in JSP based we try to overcome the existing problems with following features: - Remove source confuse issue; - Better management; - Connection to database for better storing of data; - Better frontend management; - Better backend management; - Try to decrease error issuer during runtime. Project Objectives The main objective of the project MCQ Quiz Application is to manage the details of students, examinations, marks, courses and papers. The project is totally at administrative end and thus only the administrator is granted the access. The purpose of the project is to build an application to reduce the manual work for managing the MCQ quiz and we will follow to achieve these objectives in this project. - To create an appropriate platform for best managing of MCQ test; - To overcome the time consuming issues and taking MCQ tests; - To release the marks of the test taker as soon as possible; - To manage the information of different tests.
  • 5. 4 Methodology The methodology of developing of project will be a step-by-step sequence to design, develop and deliver the application. In software engineering this methodology called ‘waterfall model’ which one portion of work follows after another in a linear sequence. Following steps will be followed in this methodology: - Initiation (Requirement Specification); - Planning and design; - Execution (construction and coding); - Validation (Testing); - Closure (Installation and Maintenance). Figure 1: SDLC Diagram of Project Project Requirements Specification By project requirements specifications we can analyze the tasks which going to be done by the system. The function and performance of allocated to software as part of system engineering are refined by establishing a complete information description. A detailed functional and behavioral description of the project and concentrating on requirements and constraints of that will provide and good product. The proposed system should follow these requirements: - System must store information about users (Student and Teachers), tests, questions and result; - System should able the teacher to punch tests;
  • 6. 5 - Each teacher should be able to punch many tests; - System should do not allow unauthorized user to enter the system; - Each student should be able to attempt many tests; - System should keep and display the results of Students; - System should support test which one or more question dependent on it; - System should allow the administrator to delete and update tests and questions dependent on it. Project Design For designing and implementing of Online MCQ Quiz application we used HTML, CSS, JavaScript and SQL Server with the context of Java and JSP. Following pages have been designed using HTML, CSS and JavaScript to handle the defined objective of this project. 1. Index: This the first page which user observe after running the project. This page will able the user to select the type of login. Selecting “Login as Teacher” will direct the user to Teacher Login Page and selecting “Login as Student” will direct the user to Student Login Page. Figure 2: Project Index Page 2. Login Pages: Login page exist for both teachers and student. After user select the type of login from figure 2, the login page of particular user will be displayed. Users enter their user name and password and after clicking on login first system will check is it a valid user or not. If user is authenticated by the system, will be directed to particular Home Page
  • 7. 6 and if not authenticated by the system the message “Either user name or password is incorrect” will be displayed to user. Figure 3: Student & Teacher Login Pages 3. Home Pages: After users successfully login to system. Each particular user will be directed to their particular Home Page which are “Teacher Home” and “Student Home”. Teacher Home will able the teachers to observe information about the Online MCQ Quiz and punch a test by clicking on “Punch Test” and observe student results by clicking on “Student Marks”. Student Home will able the student to observe the information about the Online MCQ Quiz, attempt a test by clicking on “Attempt Test” and observe his/her result by click on “Marks”. Figure 4: Teacher Home Page
  • 8. 7 Figure 5: Student Home Page 4. Punch Test: Clicking on punch test in Teacher Home will direct the teacher to a page which allow the teacher to write the name of test he/she wants to punch. When teacher type the name of test and click on “Submit to Questions”, system will be directed to Insert Question page. Figure 6: Entering Name of Test By clicking on “Submit to Enter Question” button, teacher will be able to insert question for the particular test which he/she enter its name. As the teacher enter the test name, an automatic ID will be generated for this test in Test Table of database and all a session will be created, all questions which entered will be store for the particular test according to Test ID and session which has been created. Teacher will receive
  • 9. 8 of “Question Successfully Sored” each time when he/she write the questions and its answer and click on “Submit Question” button. Figure 7: Insert Question Page 5. Student Marks: Clicking on “Student Marks” will direct the teacher to page which display the result of all students which attempt the test. Figure 8: Result of All Student Which Attempt the Tests 6. Attempt Test: Clicking on “Attempt Test” on Student Home will direct the student to the page which able the student to select the test he/she wish to attempt. After student select the test from drop down list and click on “Go to Selected Test”, the system will be directed to the questions of particular test.
  • 10. 9 Figure 9: Select Test Page of Student When student select the test and click on “Go to Selected Test” the page will be directed to questions of selected test. Student can attempt all questions of that test and after clicking on “Submit Test”, will receive a message that “You Have Successfully Attempt” the test. If the particular student has already attempt the test before, he/she will receive the message “Sorry, You Have Already Attempted this Test”. Figure 10: Attempting Test Page 7. Marks: Clicking on “Marks” in Student Home will direct the system to the page which will show the result of particular student for all test he/she attempt.
  • 11. 10 Figure 11: Result off All Test for Particular Student Which Have Taken Coding As mentioned before, project is on java platform and its web based which is coded in NetBeans IDE with help HTML, CSS and JavaScript. So codding exist for all following pages which sample of index pages pasted: - Index page <%-- Document : index Created on : Oct 23, 2018, 4:23:10 PM Author : Behmanush --%> <%@page contentType="text/html" pageEncoding="UTF-8"%> <!DOCTYPE html> <html> <head> . . . - Teacher Login - Student Login - Teacher Home
  • 12. 11 - Student Home - Punching Test and its questions - Selecting test and attempting its questions - 
. Future Scope and Conclusion As mentioned the project is on java platform which is coded in NetBeans IDE with help HTML, CSS and JavaScript and running as web page by Apache Tomcat web server. But this project is only for MCQ test but in the future we have plan to extended it to support subjective type of questions with more functionality. We will add Administrative part on it which able the system to delete test, add user, delete user and so on graphically vie the web. To conclude, this is a simple Online MCQ Quiz which able a teacher to punch MCQ question to system which will be store in SQL Server database and able the student to attempt any test for once. The marks of student will be calculated according to questions they attempt and will be displayed by the system to teachers and student.
  • 13. 12 References 1. Patil,PratekandKarlMoss,2017,JavaDatabaseProgrammingwithJDBC,CoriclisGroupBooks. 2. Sierra,KathyandBertBates,2003,HeadFirstJava,O’Reilly. 3. Sarcar,Vaskaran,2018,JavaDesignPatterns,Apress. 4. http://www.javaworld.com/javaworld/jw-01-1998/jw-01-credentialreveiw.html 5. http://jdbc-tutorial.com 6. https://www.tutorialspoint.com/java 7. http://www.javapoint.com/java-tutorial 8. https://docs.oracle.com/javase/tutorial View publication stats