SlideShare a Scribd company logo
1 of 4
Download to read offline
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume 3 Issue 5, August 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470
@ IJTSRD | Unique Paper ID – IJTSRD27879 | Volume – 3 | Issue – 5 | July - August 2019 Page 1946
Online Examination System for English Grammar
Thandar Htwe1, Myintzu Phyo Aung2
1Faculty of Information Technology Support and Maintenance,
University of Computer Studies, Myitkyina, Myanamar
2Faculty of Information Science, Myanmar Institute of Information Technology, Mandalay, Myanamar
How to cite this paper: Thandar Htwe |
Myintzu Phyo Aung "Online Examination
System for English Grammar" Published
in International
Journal of Trend in
Scientific Research
and Development
(ijtsrd), ISSN: 2456-
6470, Volume-3 |
Issue-5, August
2019,pp.1946-1949,
https://doi.org/10.31142/ijtsrd27879
Copyright © 2019 by author(s) and
International Journal ofTrend inScientific
Research and Development Journal. This
is an Open Access article distributed
under the terms of
the Creative
Commons Attribution
License (CC BY 4.0)
(http://creativecommons.org/licenses/by
/4.0)
ABSTRACT
This paper presents the Online Examination System (OES) for testing English
Grammar. The OES is an online test system that allows user to take online
tests. The OES is to be used for only English Grammar Multiple Choice
Question online test by schools, colleges, other universities. The system is
designed currently for three English Grammar levels. They are basic level and
advance level. The administrator is to add new question into the system with
three options and one right answer. User can login with by using registered
user email and password to take exam and view result. On choosing a level
test, user can answer all the questions and tick the answers within the time
limit. After the online English Grammar examination finished,thesystemgoes
to the result page and show user’s scores to the student.
KEYWORDS: Web Application, Online Examination System, Java, MySQL, Web
Server
INTRODUCTION
Today Online Examination system is considered a fast
developing examination method because of its accuracy and
speed. Almost all organizations today are managing their
exams by online examination system, since it reduces
student’s time in examinations [1]. It not only reduces the
workload of teachers but also achieves the objectivity and
impartiality of examination.
Online examination system is the one which allow students
or trainers to do exercise or tests through computer.
Student can enter to give exam only with their valid
username and password. The online Examination contains
multiple choice questions and appropriate number of
options. It can be randomized so same set of question will
not come to all student so it forbid manipulation. More than
one option can be right but the user can select only one
option.
The system provides time limitation. The user can see their
results (certificate) after completing the paper. Online
examination system helps students to offera quick as wellas
easy way to available for the paper. It gives the results
quickly after the. With the computer and network
technologies widely used, many computer applications
based on Internet have been developed.
RELATED WORK
D. D. Sarkar et.al, presented the architectural procedural
approach to design a Web Application using Java framework
[2]. Their framework is for the development of MVC to
separate business logic andpresentationlogic.J2EEprovides
the environment to develop enterprise applications or
services using multitier architecture.
In [3] Online Examination System using Embedded Device
was presented. As the number of students are increasing
more computer are needed, this will increase the cost. To
avoid this a keypad based embedded device has been
designed. The objective is to provide automated system that
not only saves lot of time but also gives accurate and fast
result with a higher security.
The researchers of [4] presenteddesignandimplementation
of online examinationadministrationsystemforuniversities.
Online examinationorweb-basedexaminationsystemwhich
is conducted via internet using computer system. In their
system, Browser/Server framework using Microsoft Visual
Studio 2000, C#3.5, and Microsoft SQL Server are used for
interface, coding and data store respectively.
BEHAVIOURAL MODEL OF ONLINE EXAMINATION
SYSTEM
The behavior model of Online Examination System is
described by using use case diagrams Figure 1 and Figure 2.
The behaviors of the system are depicted in two categories
according to user roles, students who wanttotakethetestof
the system and the admin of the web site of online
examination system.
IJTSRD27879
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD27879 | Volume – 3 | Issue – 5 | July - August 2019 Page 1947
Figure1. Client Side of Online Examination System
Figure2. Server Side of Online Examination System
ARCHITECTURE OF THE ONLINE EXAMINATION SYSTEM
J2EE (Java 2 Enterprise Edition) is Sun’s preferred Java
platform for multi-tier enterprise applications. It simplifies
enterprise applications by providing a complete set of
services to those components and by handling many details
of application behavior [5].
J2EE is an architecture which utilizes Java platform
simplification and enterprise solutiontodevelop,deploy and
manage related complex problems. By providing a unified
development platform, J2EE reduces thecost andcomplexity
of the development in multi-layer application and strongly
supports the integration of existing applications. It
completely supports the Enterprise JavaBeans, Servlet and
JSP. With the good guidance, italsosupports thepackageand
deployment of applications and adds the directory support
in order to enhance the security system and improve the
performance. [6]
Figure3. Architecture of Online Examination System
This system uses the multi-tier J2EE Web Application
Architecture: Client tier, Presentation Tier, Business Logic
Tier and the Data Persistence Tier. Each Tier has its specific
function. Figure 3 depicts the Architecture of Online
Examination System.
Client Tier
The major function of the client tier is to enable the users to
carry on the communication smoothly with the server
through the user interface. The users from client side can
access via the Web Browser, i.e. there is no need for
development of client side programs. That is the main
important attracting feature of Web Applications. The
browser at the client side sends a HTTP request to the
server. The server also responses the HTTP response to the
client. The HTML technology is used. [7]
Presentation Tier
The presentation tier is also called the Web tier and its
function is to deal with the HTTP requestsentfromtheclient
side and produce dynamic HTTP response according to the
Servlet and JSP in the Web server.
JSP
JSP technology is a new dynamic webapplicationtechnology
standard. JSP web page is composed of the traditionalHTML
web page files (*.html, *.htm), which are inserted Java
program files (Scriptlet) and JSP tags.Consequently,itcomes
into being a dynamic page on the server according to the
client request.
Servlet
Servlet is a small Java program on the serversideandit must
realize HttpServlet interface. It can respond and deal with
client request through Servlet API, and even it can bring a
dynamic HTML page.
Business Logic Tier
This tier is to realize the applicationdomainbusinesslogic in
the enterprise application programs.
International Journal of Trend in Scientific Research and Development (IJTSRD)
@ IJTSRD | Unique Paper ID – IJTSRD27879
Persistence Tier
The persistence layer describes the business data of the
application program, and simulates the real entity and the
business flow of the organizations, so it is the foundation of
the enterprise application. The business object is the simple
software abstract of the real world entity,itrepresents some
concrete object in the domain
IMPLEMENTATION OF ONLINE EXAMINATION SYSTEM
A web application framework is a software framework that
is designed to supportthedevelopmentofdynamic websites,
Web applications and Web services. The framework aims to
alleviate the overhead associated with common activities
used in Web development [2].
Client Side
Home Page describes the detail informationabouttheonline
examination system for English Grammar. The system
provides three levels for testing English Grammar and the
user can choose their appropriate levels. The system will
provide the detail information about examinationdate,time,
registration date and then exam fees.
Figure 4. Home Page
Information Page
The information page shows the information about exam
fees, registration dates, and exam date and exam time. Users
can make the online payment by using credit card. If user’s
scores are greater than 50 marks, they will pass their exam.
Otherwise, users fail the exam when user did not get less
than 50 marks.
Figure5. Information Page
Exam Level Page
On this page, users should choose exam level to answer the
online examination. The Online Examination System
presented in this paper provides there levels: the
elementary, the intermediate levels.
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com
27879 | Volume – 3 | Issue – 5 | July - August 2019
The persistence layer describes the business data of the
application program, and simulates the real entity and the
w of the organizations, so it is the foundation of
the enterprise application. The business object is the simple
software abstract of the real world entity,itrepresents some
IMPLEMENTATION OF ONLINE EXAMINATION SYSTEM
application framework is a software framework that
is designed to supportthedevelopmentofdynamic websites,
Web applications and Web services. The framework aims to
alleviate the overhead associated with common activities
Home Page describes the detail informationabouttheonline
examination system for English Grammar. The system
provides three levels for testing English Grammar and the
user can choose their appropriate levels. The system will
l information about examinationdate,time,
The information page shows the information about exam
fees, registration dates, and exam date and exam time. Users
ne payment by using credit card. If user’s
scores are greater than 50 marks, they will pass their exam.
the exam when user did not get less
Figure5. Information Page
choose exam level to answer the
online examination. The Online Examination System
presented in this paper provides there levels: the
Figure6.Exam Level Page
Registration Page
It is compulsory to register to take the
registration page, users should register theirprofilesexactly
to take online exam. Users should give his or her basic detail
such as Name, E-mail, Address, Password, Gender, etc. Also
users can choose the levels that they want to test
proficiency in English grammar.
Figure7. Registration Page
Payment Page
In this Online Examination System, users have to pay fee by
credit card to answer the online examination.
Figure8. Payment Page
Exam Page
The registered users must enter the online examinationweb
page and choose their levels and take their exam. There are
three types of exam, they are elementary, the intermediate
and the advanced levels. Users can answerthelevelthatthey
registered at the registration time. And t
their exam result after examination. If user pass the exam,
apply for the certificate. Otherwise, they can only see their
marks.
www.ijtsrd.com eISSN: 2456-6470
August 2019 Page 1948
6.Exam Level Page
It is compulsory to register to take the examination. In the
registration page, users should register theirprofilesexactly
to take online exam. Users should give his or her basic detail
mail, Address, Password, Gender, etc. Also
users can choose the levels that they want to test their
proficiency in English grammar.
7. Registration Page
In this Online Examination System, users have to pay fee by
credit card to answer the online examination.
Figure8. Payment Page
enter the online examinationweb
page and choose their levels and take their exam. There are
three types of exam, they are elementary, the intermediate
and the advanced levels. Users can answerthelevelthatthey
registered at the registration time. And the users can view
their exam result after examination. If user pass the exam,
apply for the certificate. Otherwise, they can only see their
International Journal of Trend in Scientific Research and Development (IJTSRD)
@ IJTSRD | Unique Paper ID – IJTSRD27879
Figure9. Payment Page
Server Side
Administrator of Online Examination System can view the
information of students who are registered totaketheexam,
can upload the exam questions and update or delete the
exam questions. Furthermore,theadmincanviewthescores
of the students and can issue the certificates for thestudents
who pass the exam.
CONCLUSIONS
This paper, Online Examination System (OES) which have
been developed in J2EE,Servlet,Eclipseand MySQLdatabase
was presented. In this OES, the user can easily find out their
levels of English Grammar to take the exam. By using this
system, users can reduce their time. It can also use to know
the details information about exam. This system is intended
to be useful application for education environment. The
proposed OES can be easily adopted by universities and
institutions in order to make the exam secure and more
flexible.
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com
27879 | Volume – 3 | Issue – 5 | July - August 2019
Administrator of Online Examination System can view the
information of students who are registered totaketheexam,
can upload the exam questions and update or delete the
rmore,theadmincanviewthescores
of the students and can issue the certificates for thestudents
This paper, Online Examination System (OES) which have
been developed in J2EE,Servlet,Eclipseand MySQLdatabase
ented. In this OES, the user can easily find out their
levels of English Grammar to take the exam. By using this
system, users can reduce their time. It can also use to know
the details information about exam. This system is intended
ion for education environment. The
proposed OES can be easily adopted by universities and
institutions in order to make the exam secure and more
REFERENCES
[1] M.R. Hameed, “Online Examination System”
International Advanced Research Journal in
Engineering and Technology, Volume 4, Issue 3, March
2017.
[2] D. D. Sakar et. al, “Understanding Architecture and
Framework of J2EE using Web Application”,
International Journal of Computer Science and
Information Technologies, Volume 6, 2015. Pp 125
1257.
[3] K.SudarshanKalike, M.Vargantwar, “Online
Examination System using Embedded Device”, IOSR
Journal of Engineering Volume 6, Issue 11, pp 14
[4] P. ANA, P.T. Bukie, “Design and Implementation of
Online Examination Administration System for
Uuniversities”, Global Journal of Mathematical
Sciences, Volume 12, 2013.
[5] A. Saxena, “Web Based Custom Validation Using
Framework in Java”, InternationalJournalofComputer
Science and Technology (IJCST), Volume 3, Issue 1,
2015, pp 90-96.
[6] Y. Fu, “Design and Implem
Online Examination System”, InternationalConference
on Intelligent
Systems Research and Mechatronics Engineering,
2015, pp 1193-1198.
[7] M. Bhatt, “J2EE and MVC Architecture”, Journal of
Global Research Computer Science & Technology,
Volume 1, Issue 2, July 2014.
www.ijtsrd.com eISSN: 2456-6470
August 2019 Page 1949
M.R. Hameed, “Online Examination System”
International Advanced Research Journal in Science,
Engineering and Technology, Volume 4, Issue 3, March
D. D. Sakar et. al, “Understanding Architecture and
Framework of J2EE using Web Application”,
International Journal of Computer Science and
Information Technologies, Volume 6, 2015. Pp 1253-
K.SudarshanKalike, M.Vargantwar, “Online
Examination System using Embedded Device”, IOSR
Journal of Engineering Volume 6, Issue 11, pp 14-19.
P. ANA, P.T. Bukie, “Design and Implementation of
Online Examination Administration System for
es”, Global Journal of Mathematical
Sciences, Volume 12, 2013.
A. Saxena, “Web Based Custom Validation Using
Framework in Java”, InternationalJournalofComputer
Science and Technology (IJCST), Volume 3, Issue 1,
Y. Fu, “Design and Implementation of J2EE-based
Online Examination System”, InternationalConference
on Intelligent
Systems Research and Mechatronics Engineering,
M. Bhatt, “J2EE and MVC Architecture”, Journal of
Global Research Computer Science & Technology,
Volume 1, Issue 2, July 2014.

More Related Content

What's hot

Online Intelligent Semantic Performance Based Solution: The Milestone towards...
Online Intelligent Semantic Performance Based Solution: The Milestone towards...Online Intelligent Semantic Performance Based Solution: The Milestone towards...
Online Intelligent Semantic Performance Based Solution: The Milestone towards...AM Publications
 
Report on student-faculty document sharing android project
Report on student-faculty document sharing android projectReport on student-faculty document sharing android project
Report on student-faculty document sharing android projectAlamgir Hossain
 
Thesis in IT Online Grade Encoding and Inquiry System via SMS Technology
Thesis in IT Online Grade Encoding and Inquiry System via SMS TechnologyThesis in IT Online Grade Encoding and Inquiry System via SMS Technology
Thesis in IT Online Grade Encoding and Inquiry System via SMS TechnologyBelLa Bhe
 
The design of smart notification on android gadget for academic announcement
The design of smart notification on android gadget for academic announcementThe design of smart notification on android gadget for academic announcement
The design of smart notification on android gadget for academic announcementTELKOMNIKA JOURNAL
 
Student Monitoring Attendance System
Student Monitoring Attendance SystemStudent Monitoring Attendance System
Student Monitoring Attendance Systemyumico23
 
Dynamic interaction of mobile device and database for
Dynamic interaction of mobile device and database forDynamic interaction of mobile device and database for
Dynamic interaction of mobile device and database foreSAT Publishing House
 
IRJET- Educational Data Mining for Prediction of StudentsPerformance using Cl...
IRJET- Educational Data Mining for Prediction of StudentsPerformance using Cl...IRJET- Educational Data Mining for Prediction of StudentsPerformance using Cl...
IRJET- Educational Data Mining for Prediction of StudentsPerformance using Cl...IRJET Journal
 
Design and Implementation of Student Profile and Placement management system
Design and Implementation of Student Profile and Placement management systemDesign and Implementation of Student Profile and Placement management system
Design and Implementation of Student Profile and Placement management systemChamanth MVS
 
Smart Alert for College
Smart Alert for CollegeSmart Alert for College
Smart Alert for Collegeijtsrd
 
Student portal system application -Project Book
Student portal system application -Project BookStudent portal system application -Project Book
Student portal system application -Project BookS.M. Fazla Rabbi
 
A proposal for the automation of attendance system
A proposal for the automation of attendance systemA proposal for the automation of attendance system
A proposal for the automation of attendance systemAj Aligonero
 
IRJET- NIE Placements: An Automated Application for Android Users
IRJET-  	  NIE Placements: An Automated Application for Android UsersIRJET-  	  NIE Placements: An Automated Application for Android Users
IRJET- NIE Placements: An Automated Application for Android UsersIRJET Journal
 
Placement automation system
Placement automation systemPlacement automation system
Placement automation systemMohit Dangwal
 
Android College Application Project Report
Android College Application Project ReportAndroid College Application Project Report
Android College Application Project Reportstalin george
 
VTU final year project report
VTU final year project reportVTU final year project report
VTU final year project reportathiathi3
 

What's hot (20)

Online Intelligent Semantic Performance Based Solution: The Milestone towards...
Online Intelligent Semantic Performance Based Solution: The Milestone towards...Online Intelligent Semantic Performance Based Solution: The Milestone towards...
Online Intelligent Semantic Performance Based Solution: The Milestone towards...
 
Report on student-faculty document sharing android project
Report on student-faculty document sharing android projectReport on student-faculty document sharing android project
Report on student-faculty document sharing android project
 
An Android Application for University Based Academic Solution
An Android Application for University Based Academic Solution An Android Application for University Based Academic Solution
An Android Application for University Based Academic Solution
 
Thesis in IT Online Grade Encoding and Inquiry System via SMS Technology
Thesis in IT Online Grade Encoding and Inquiry System via SMS TechnologyThesis in IT Online Grade Encoding and Inquiry System via SMS Technology
Thesis in IT Online Grade Encoding and Inquiry System via SMS Technology
 
The design of smart notification on android gadget for academic announcement
The design of smart notification on android gadget for academic announcementThe design of smart notification on android gadget for academic announcement
The design of smart notification on android gadget for academic announcement
 
Project Report
 Project Report Project Report
Project Report
 
3 Content/Body
3 Content/Body3 Content/Body
3 Content/Body
 
Student Monitoring Attendance System
Student Monitoring Attendance SystemStudent Monitoring Attendance System
Student Monitoring Attendance System
 
Colleges.net
Colleges.netColleges.net
Colleges.net
 
Dynamic interaction of mobile device and database for
Dynamic interaction of mobile device and database forDynamic interaction of mobile device and database for
Dynamic interaction of mobile device and database for
 
IRJET- Educational Data Mining for Prediction of StudentsPerformance using Cl...
IRJET- Educational Data Mining for Prediction of StudentsPerformance using Cl...IRJET- Educational Data Mining for Prediction of StudentsPerformance using Cl...
IRJET- Educational Data Mining for Prediction of StudentsPerformance using Cl...
 
Design and Implementation of Student Profile and Placement management system
Design and Implementation of Student Profile and Placement management systemDesign and Implementation of Student Profile and Placement management system
Design and Implementation of Student Profile and Placement management system
 
Smart Alert for College
Smart Alert for CollegeSmart Alert for College
Smart Alert for College
 
Student portal system application -Project Book
Student portal system application -Project BookStudent portal system application -Project Book
Student portal system application -Project Book
 
A proposal for the automation of attendance system
A proposal for the automation of attendance systemA proposal for the automation of attendance system
A proposal for the automation of attendance system
 
IRJET- NIE Placements: An Automated Application for Android Users
IRJET-  	  NIE Placements: An Automated Application for Android UsersIRJET-  	  NIE Placements: An Automated Application for Android Users
IRJET- NIE Placements: An Automated Application for Android Users
 
Placement automation system
Placement automation systemPlacement automation system
Placement automation system
 
Android College Application Project Report
Android College Application Project ReportAndroid College Application Project Report
Android College Application Project Report
 
Advance Mobile Education Service for College Students
Advance Mobile Education Service for College StudentsAdvance Mobile Education Service for College Students
Advance Mobile Education Service for College Students
 
VTU final year project report
VTU final year project reportVTU final year project report
VTU final year project report
 

Similar to Online Examination System for English Grammar

AUTOMATION OF COLLEGE ADMISSION PROCESS
AUTOMATION OF COLLEGE ADMISSION PROCESSAUTOMATION OF COLLEGE ADMISSION PROCESS
AUTOMATION OF COLLEGE ADMISSION PROCESSIRJET Journal
 
Online examination system
Online examination system Online examination system
Online examination system IRJET Journal
 
ONLINE EXAMINATION SYSTEM USING ARTIFICIAL INTELLIGENCE
ONLINE EXAMINATION SYSTEM USING ARTIFICIAL INTELLIGENCEONLINE EXAMINATION SYSTEM USING ARTIFICIAL INTELLIGENCE
ONLINE EXAMINATION SYSTEM USING ARTIFICIAL INTELLIGENCEIRJET Journal
 
DEVELOPING A FRAMEWORK FOR ONLINE PRACTICE EXAMINATION AND AUTOMATED SCORE GE...
DEVELOPING A FRAMEWORK FOR ONLINE PRACTICE EXAMINATION AND AUTOMATED SCORE GE...DEVELOPING A FRAMEWORK FOR ONLINE PRACTICE EXAMINATION AND AUTOMATED SCORE GE...
DEVELOPING A FRAMEWORK FOR ONLINE PRACTICE EXAMINATION AND AUTOMATED SCORE GE...ijcsit
 
DEVELOPING A FRAMEWORK FOR ONLINE PRACTICE EXAMINATION AND AUTOMATED SCORE GE...
DEVELOPING A FRAMEWORK FOR ONLINE PRACTICE EXAMINATION AND AUTOMATED SCORE GE...DEVELOPING A FRAMEWORK FOR ONLINE PRACTICE EXAMINATION AND AUTOMATED SCORE GE...
DEVELOPING A FRAMEWORK FOR ONLINE PRACTICE EXAMINATION AND AUTOMATED SCORE GE...AIRCC Publishing Corporation
 
A Web-based Attendance System Using Face Recognition
A Web-based Attendance System Using Face RecognitionA Web-based Attendance System Using Face Recognition
A Web-based Attendance System Using Face RecognitionIRJET Journal
 
IRJET- Design and Development of Web Application for Student Placement Tr...
IRJET-  	  Design and Development of Web Application for Student Placement Tr...IRJET-  	  Design and Development of Web Application for Student Placement Tr...
IRJET- Design and Development of Web Application for Student Placement Tr...IRJET Journal
 
SURVEY ON ONLINE EXAMINATION SYSTEM USING ARTIFICIAL INTELLIGENCE
SURVEY ON ONLINE EXAMINATION SYSTEM USING ARTIFICIAL INTELLIGENCESURVEY ON ONLINE EXAMINATION SYSTEM USING ARTIFICIAL INTELLIGENCE
SURVEY ON ONLINE EXAMINATION SYSTEM USING ARTIFICIAL INTELLIGENCEIRJET Journal
 
Integration of a web portal and an erp through web service based implementati...
Integration of a web portal and an erp through web service based implementati...Integration of a web portal and an erp through web service based implementati...
Integration of a web portal and an erp through web service based implementati...eSAT Journals
 
A Survey on Design of Online Judge System
A Survey on Design of Online Judge SystemA Survey on Design of Online Judge System
A Survey on Design of Online Judge SystemIRJET Journal
 
Alumni Record System
Alumni Record SystemAlumni Record System
Alumni Record SystemIRJET Journal
 
Design of a prototype web based students’ record management system – webstrems
Design of a prototype web based students’ record management system – webstremsDesign of a prototype web based students’ record management system – webstrems
Design of a prototype web based students’ record management system – webstremsAlexander Decker
 
COLLEGE ONLINE ELECTION SYSTEM
COLLEGE ONLINE ELECTION SYSTEMCOLLEGE ONLINE ELECTION SYSTEM
COLLEGE ONLINE ELECTION SYSTEMIRJET Journal
 
IRJET- Survey on Students Fees Management
IRJET- Survey on Students Fees ManagementIRJET- Survey on Students Fees Management
IRJET- Survey on Students Fees ManagementIRJET Journal
 
Online Examination and Evaluation System
Online Examination and Evaluation SystemOnline Examination and Evaluation System
Online Examination and Evaluation SystemIRJET Journal
 
IRJET- Intelligent Laboratory Management System based on Internet of Thin...
IRJET-  	  Intelligent Laboratory Management System based on Internet of Thin...IRJET-  	  Intelligent Laboratory Management System based on Internet of Thin...
IRJET- Intelligent Laboratory Management System based on Internet of Thin...IRJET Journal
 
Online Examination Java Projectreport.docx
Online Examination Java Projectreport.docxOnline Examination Java Projectreport.docx
Online Examination Java Projectreport.docxTanishaPatil4
 

Similar to Online Examination System for English Grammar (20)

AUTOMATION OF COLLEGE ADMISSION PROCESS
AUTOMATION OF COLLEGE ADMISSION PROCESSAUTOMATION OF COLLEGE ADMISSION PROCESS
AUTOMATION OF COLLEGE ADMISSION PROCESS
 
Online examination system
Online examination system Online examination system
Online examination system
 
ONLINE EXAMINATION SYSTEM USING ARTIFICIAL INTELLIGENCE
ONLINE EXAMINATION SYSTEM USING ARTIFICIAL INTELLIGENCEONLINE EXAMINATION SYSTEM USING ARTIFICIAL INTELLIGENCE
ONLINE EXAMINATION SYSTEM USING ARTIFICIAL INTELLIGENCE
 
DEVELOPING A FRAMEWORK FOR ONLINE PRACTICE EXAMINATION AND AUTOMATED SCORE GE...
DEVELOPING A FRAMEWORK FOR ONLINE PRACTICE EXAMINATION AND AUTOMATED SCORE GE...DEVELOPING A FRAMEWORK FOR ONLINE PRACTICE EXAMINATION AND AUTOMATED SCORE GE...
DEVELOPING A FRAMEWORK FOR ONLINE PRACTICE EXAMINATION AND AUTOMATED SCORE GE...
 
DEVELOPING A FRAMEWORK FOR ONLINE PRACTICE EXAMINATION AND AUTOMATED SCORE GE...
DEVELOPING A FRAMEWORK FOR ONLINE PRACTICE EXAMINATION AND AUTOMATED SCORE GE...DEVELOPING A FRAMEWORK FOR ONLINE PRACTICE EXAMINATION AND AUTOMATED SCORE GE...
DEVELOPING A FRAMEWORK FOR ONLINE PRACTICE EXAMINATION AND AUTOMATED SCORE GE...
 
A Web-based Attendance System Using Face Recognition
A Web-based Attendance System Using Face RecognitionA Web-based Attendance System Using Face Recognition
A Web-based Attendance System Using Face Recognition
 
IRJET- Design and Development of Web Application for Student Placement Tr...
IRJET-  	  Design and Development of Web Application for Student Placement Tr...IRJET-  	  Design and Development of Web Application for Student Placement Tr...
IRJET- Design and Development of Web Application for Student Placement Tr...
 
SURVEY ON ONLINE EXAMINATION SYSTEM USING ARTIFICIAL INTELLIGENCE
SURVEY ON ONLINE EXAMINATION SYSTEM USING ARTIFICIAL INTELLIGENCESURVEY ON ONLINE EXAMINATION SYSTEM USING ARTIFICIAL INTELLIGENCE
SURVEY ON ONLINE EXAMINATION SYSTEM USING ARTIFICIAL INTELLIGENCE
 
Integration of a web portal and an erp through web service based implementati...
Integration of a web portal and an erp through web service based implementati...Integration of a web portal and an erp through web service based implementati...
Integration of a web portal and an erp through web service based implementati...
 
Online cet
Online cetOnline cet
Online cet
 
E-BLIND EXAM PORTAL
E-BLIND EXAM PORTALE-BLIND EXAM PORTAL
E-BLIND EXAM PORTAL
 
A Survey on Design of Online Judge System
A Survey on Design of Online Judge SystemA Survey on Design of Online Judge System
A Survey on Design of Online Judge System
 
Alumni Record System
Alumni Record SystemAlumni Record System
Alumni Record System
 
Design of a prototype web based students’ record management system – webstrems
Design of a prototype web based students’ record management system – webstremsDesign of a prototype web based students’ record management system – webstrems
Design of a prototype web based students’ record management system – webstrems
 
COLLEGE ONLINE ELECTION SYSTEM
COLLEGE ONLINE ELECTION SYSTEMCOLLEGE ONLINE ELECTION SYSTEM
COLLEGE ONLINE ELECTION SYSTEM
 
IRJET- Survey on Students Fees Management
IRJET- Survey on Students Fees ManagementIRJET- Survey on Students Fees Management
IRJET- Survey on Students Fees Management
 
Online Examination and Evaluation System
Online Examination and Evaluation SystemOnline Examination and Evaluation System
Online Examination and Evaluation System
 
Full Resolt Report
Full Resolt ReportFull Resolt Report
Full Resolt Report
 
IRJET- Intelligent Laboratory Management System based on Internet of Thin...
IRJET-  	  Intelligent Laboratory Management System based on Internet of Thin...IRJET-  	  Intelligent Laboratory Management System based on Internet of Thin...
IRJET- Intelligent Laboratory Management System based on Internet of Thin...
 
Online Examination Java Projectreport.docx
Online Examination Java Projectreport.docxOnline Examination Java Projectreport.docx
Online Examination Java Projectreport.docx
 

More from ijtsrd

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementationijtsrd
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...ijtsrd
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospectsijtsrd
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...ijtsrd
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...ijtsrd
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...ijtsrd
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Studyijtsrd
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...ijtsrd
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...ijtsrd
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...ijtsrd
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...ijtsrd
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...ijtsrd
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadikuijtsrd
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...ijtsrd
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...ijtsrd
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Mapijtsrd
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Societyijtsrd
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...ijtsrd
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...ijtsrd
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learningijtsrd
 

More from ijtsrd (20)

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
 

Recently uploaded

Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Q4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxQ4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxnelietumpap1
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxAshokKarra1
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 

Recently uploaded (20)

Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Q4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxQ4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptx
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptx
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 

Online Examination System for English Grammar

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume 3 Issue 5, August 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470 @ IJTSRD | Unique Paper ID – IJTSRD27879 | Volume – 3 | Issue – 5 | July - August 2019 Page 1946 Online Examination System for English Grammar Thandar Htwe1, Myintzu Phyo Aung2 1Faculty of Information Technology Support and Maintenance, University of Computer Studies, Myitkyina, Myanamar 2Faculty of Information Science, Myanmar Institute of Information Technology, Mandalay, Myanamar How to cite this paper: Thandar Htwe | Myintzu Phyo Aung "Online Examination System for English Grammar" Published in International Journal of Trend in Scientific Research and Development (ijtsrd), ISSN: 2456- 6470, Volume-3 | Issue-5, August 2019,pp.1946-1949, https://doi.org/10.31142/ijtsrd27879 Copyright © 2019 by author(s) and International Journal ofTrend inScientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (CC BY 4.0) (http://creativecommons.org/licenses/by /4.0) ABSTRACT This paper presents the Online Examination System (OES) for testing English Grammar. The OES is an online test system that allows user to take online tests. The OES is to be used for only English Grammar Multiple Choice Question online test by schools, colleges, other universities. The system is designed currently for three English Grammar levels. They are basic level and advance level. The administrator is to add new question into the system with three options and one right answer. User can login with by using registered user email and password to take exam and view result. On choosing a level test, user can answer all the questions and tick the answers within the time limit. After the online English Grammar examination finished,thesystemgoes to the result page and show user’s scores to the student. KEYWORDS: Web Application, Online Examination System, Java, MySQL, Web Server INTRODUCTION Today Online Examination system is considered a fast developing examination method because of its accuracy and speed. Almost all organizations today are managing their exams by online examination system, since it reduces student’s time in examinations [1]. It not only reduces the workload of teachers but also achieves the objectivity and impartiality of examination. Online examination system is the one which allow students or trainers to do exercise or tests through computer. Student can enter to give exam only with their valid username and password. The online Examination contains multiple choice questions and appropriate number of options. It can be randomized so same set of question will not come to all student so it forbid manipulation. More than one option can be right but the user can select only one option. The system provides time limitation. The user can see their results (certificate) after completing the paper. Online examination system helps students to offera quick as wellas easy way to available for the paper. It gives the results quickly after the. With the computer and network technologies widely used, many computer applications based on Internet have been developed. RELATED WORK D. D. Sarkar et.al, presented the architectural procedural approach to design a Web Application using Java framework [2]. Their framework is for the development of MVC to separate business logic andpresentationlogic.J2EEprovides the environment to develop enterprise applications or services using multitier architecture. In [3] Online Examination System using Embedded Device was presented. As the number of students are increasing more computer are needed, this will increase the cost. To avoid this a keypad based embedded device has been designed. The objective is to provide automated system that not only saves lot of time but also gives accurate and fast result with a higher security. The researchers of [4] presenteddesignandimplementation of online examinationadministrationsystemforuniversities. Online examinationorweb-basedexaminationsystemwhich is conducted via internet using computer system. In their system, Browser/Server framework using Microsoft Visual Studio 2000, C#3.5, and Microsoft SQL Server are used for interface, coding and data store respectively. BEHAVIOURAL MODEL OF ONLINE EXAMINATION SYSTEM The behavior model of Online Examination System is described by using use case diagrams Figure 1 and Figure 2. The behaviors of the system are depicted in two categories according to user roles, students who wanttotakethetestof the system and the admin of the web site of online examination system. IJTSRD27879
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD27879 | Volume – 3 | Issue – 5 | July - August 2019 Page 1947 Figure1. Client Side of Online Examination System Figure2. Server Side of Online Examination System ARCHITECTURE OF THE ONLINE EXAMINATION SYSTEM J2EE (Java 2 Enterprise Edition) is Sun’s preferred Java platform for multi-tier enterprise applications. It simplifies enterprise applications by providing a complete set of services to those components and by handling many details of application behavior [5]. J2EE is an architecture which utilizes Java platform simplification and enterprise solutiontodevelop,deploy and manage related complex problems. By providing a unified development platform, J2EE reduces thecost andcomplexity of the development in multi-layer application and strongly supports the integration of existing applications. It completely supports the Enterprise JavaBeans, Servlet and JSP. With the good guidance, italsosupports thepackageand deployment of applications and adds the directory support in order to enhance the security system and improve the performance. [6] Figure3. Architecture of Online Examination System This system uses the multi-tier J2EE Web Application Architecture: Client tier, Presentation Tier, Business Logic Tier and the Data Persistence Tier. Each Tier has its specific function. Figure 3 depicts the Architecture of Online Examination System. Client Tier The major function of the client tier is to enable the users to carry on the communication smoothly with the server through the user interface. The users from client side can access via the Web Browser, i.e. there is no need for development of client side programs. That is the main important attracting feature of Web Applications. The browser at the client side sends a HTTP request to the server. The server also responses the HTTP response to the client. The HTML technology is used. [7] Presentation Tier The presentation tier is also called the Web tier and its function is to deal with the HTTP requestsentfromtheclient side and produce dynamic HTTP response according to the Servlet and JSP in the Web server. JSP JSP technology is a new dynamic webapplicationtechnology standard. JSP web page is composed of the traditionalHTML web page files (*.html, *.htm), which are inserted Java program files (Scriptlet) and JSP tags.Consequently,itcomes into being a dynamic page on the server according to the client request. Servlet Servlet is a small Java program on the serversideandit must realize HttpServlet interface. It can respond and deal with client request through Servlet API, and even it can bring a dynamic HTML page. Business Logic Tier This tier is to realize the applicationdomainbusinesslogic in the enterprise application programs.
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) @ IJTSRD | Unique Paper ID – IJTSRD27879 Persistence Tier The persistence layer describes the business data of the application program, and simulates the real entity and the business flow of the organizations, so it is the foundation of the enterprise application. The business object is the simple software abstract of the real world entity,itrepresents some concrete object in the domain IMPLEMENTATION OF ONLINE EXAMINATION SYSTEM A web application framework is a software framework that is designed to supportthedevelopmentofdynamic websites, Web applications and Web services. The framework aims to alleviate the overhead associated with common activities used in Web development [2]. Client Side Home Page describes the detail informationabouttheonline examination system for English Grammar. The system provides three levels for testing English Grammar and the user can choose their appropriate levels. The system will provide the detail information about examinationdate,time, registration date and then exam fees. Figure 4. Home Page Information Page The information page shows the information about exam fees, registration dates, and exam date and exam time. Users can make the online payment by using credit card. If user’s scores are greater than 50 marks, they will pass their exam. Otherwise, users fail the exam when user did not get less than 50 marks. Figure5. Information Page Exam Level Page On this page, users should choose exam level to answer the online examination. The Online Examination System presented in this paper provides there levels: the elementary, the intermediate levels. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com 27879 | Volume – 3 | Issue – 5 | July - August 2019 The persistence layer describes the business data of the application program, and simulates the real entity and the w of the organizations, so it is the foundation of the enterprise application. The business object is the simple software abstract of the real world entity,itrepresents some IMPLEMENTATION OF ONLINE EXAMINATION SYSTEM application framework is a software framework that is designed to supportthedevelopmentofdynamic websites, Web applications and Web services. The framework aims to alleviate the overhead associated with common activities Home Page describes the detail informationabouttheonline examination system for English Grammar. The system provides three levels for testing English Grammar and the user can choose their appropriate levels. The system will l information about examinationdate,time, The information page shows the information about exam fees, registration dates, and exam date and exam time. Users ne payment by using credit card. If user’s scores are greater than 50 marks, they will pass their exam. the exam when user did not get less Figure5. Information Page choose exam level to answer the online examination. The Online Examination System presented in this paper provides there levels: the Figure6.Exam Level Page Registration Page It is compulsory to register to take the registration page, users should register theirprofilesexactly to take online exam. Users should give his or her basic detail such as Name, E-mail, Address, Password, Gender, etc. Also users can choose the levels that they want to test proficiency in English grammar. Figure7. Registration Page Payment Page In this Online Examination System, users have to pay fee by credit card to answer the online examination. Figure8. Payment Page Exam Page The registered users must enter the online examinationweb page and choose their levels and take their exam. There are three types of exam, they are elementary, the intermediate and the advanced levels. Users can answerthelevelthatthey registered at the registration time. And t their exam result after examination. If user pass the exam, apply for the certificate. Otherwise, they can only see their marks. www.ijtsrd.com eISSN: 2456-6470 August 2019 Page 1948 6.Exam Level Page It is compulsory to register to take the examination. In the registration page, users should register theirprofilesexactly to take online exam. Users should give his or her basic detail mail, Address, Password, Gender, etc. Also users can choose the levels that they want to test their proficiency in English grammar. 7. Registration Page In this Online Examination System, users have to pay fee by credit card to answer the online examination. Figure8. Payment Page enter the online examinationweb page and choose their levels and take their exam. There are three types of exam, they are elementary, the intermediate and the advanced levels. Users can answerthelevelthatthey registered at the registration time. And the users can view their exam result after examination. If user pass the exam, apply for the certificate. Otherwise, they can only see their
  • 4. International Journal of Trend in Scientific Research and Development (IJTSRD) @ IJTSRD | Unique Paper ID – IJTSRD27879 Figure9. Payment Page Server Side Administrator of Online Examination System can view the information of students who are registered totaketheexam, can upload the exam questions and update or delete the exam questions. Furthermore,theadmincanviewthescores of the students and can issue the certificates for thestudents who pass the exam. CONCLUSIONS This paper, Online Examination System (OES) which have been developed in J2EE,Servlet,Eclipseand MySQLdatabase was presented. In this OES, the user can easily find out their levels of English Grammar to take the exam. By using this system, users can reduce their time. It can also use to know the details information about exam. This system is intended to be useful application for education environment. The proposed OES can be easily adopted by universities and institutions in order to make the exam secure and more flexible. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com 27879 | Volume – 3 | Issue – 5 | July - August 2019 Administrator of Online Examination System can view the information of students who are registered totaketheexam, can upload the exam questions and update or delete the rmore,theadmincanviewthescores of the students and can issue the certificates for thestudents This paper, Online Examination System (OES) which have been developed in J2EE,Servlet,Eclipseand MySQLdatabase ented. In this OES, the user can easily find out their levels of English Grammar to take the exam. By using this system, users can reduce their time. It can also use to know the details information about exam. This system is intended ion for education environment. The proposed OES can be easily adopted by universities and institutions in order to make the exam secure and more REFERENCES [1] M.R. Hameed, “Online Examination System” International Advanced Research Journal in Engineering and Technology, Volume 4, Issue 3, March 2017. [2] D. D. Sakar et. al, “Understanding Architecture and Framework of J2EE using Web Application”, International Journal of Computer Science and Information Technologies, Volume 6, 2015. Pp 125 1257. [3] K.SudarshanKalike, M.Vargantwar, “Online Examination System using Embedded Device”, IOSR Journal of Engineering Volume 6, Issue 11, pp 14 [4] P. ANA, P.T. Bukie, “Design and Implementation of Online Examination Administration System for Uuniversities”, Global Journal of Mathematical Sciences, Volume 12, 2013. [5] A. Saxena, “Web Based Custom Validation Using Framework in Java”, InternationalJournalofComputer Science and Technology (IJCST), Volume 3, Issue 1, 2015, pp 90-96. [6] Y. Fu, “Design and Implem Online Examination System”, InternationalConference on Intelligent Systems Research and Mechatronics Engineering, 2015, pp 1193-1198. [7] M. Bhatt, “J2EE and MVC Architecture”, Journal of Global Research Computer Science & Technology, Volume 1, Issue 2, July 2014. www.ijtsrd.com eISSN: 2456-6470 August 2019 Page 1949 M.R. Hameed, “Online Examination System” International Advanced Research Journal in Science, Engineering and Technology, Volume 4, Issue 3, March D. D. Sakar et. al, “Understanding Architecture and Framework of J2EE using Web Application”, International Journal of Computer Science and Information Technologies, Volume 6, 2015. Pp 1253- K.SudarshanKalike, M.Vargantwar, “Online Examination System using Embedded Device”, IOSR Journal of Engineering Volume 6, Issue 11, pp 14-19. P. ANA, P.T. Bukie, “Design and Implementation of Online Examination Administration System for es”, Global Journal of Mathematical Sciences, Volume 12, 2013. A. Saxena, “Web Based Custom Validation Using Framework in Java”, InternationalJournalofComputer Science and Technology (IJCST), Volume 3, Issue 1, Y. Fu, “Design and Implementation of J2EE-based Online Examination System”, InternationalConference on Intelligent Systems Research and Mechatronics Engineering, M. Bhatt, “J2EE and MVC Architecture”, Journal of Global Research Computer Science & Technology, Volume 1, Issue 2, July 2014.