0% found this document useful (0 votes)
105 views32 pages

Development and Implementation of An Online Examination System: A Case Study at Information and Communications University-Zambia

This document describes a research paper that developed and implemented an online examination system at Information and Communications University in Zambia due to the COVID-19 pandemic closing learning institutions. The system allows examinations to be scheduled, administered, and taken online. It integrates existing technologies like Laravel and MySQL. The objectives are to develop models for the examination department to create and schedule exams, and for students to access exams based on their courses. Research questions address how online exams can be conducted and how academic integrity can be upheld. A literature review discusses the technologies used and prior related work.

Uploaded by

Joanna Atiyota
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
105 views32 pages

Development and Implementation of An Online Examination System: A Case Study at Information and Communications University-Zambia

This document describes a research paper that developed and implemented an online examination system at Information and Communications University in Zambia due to the COVID-19 pandemic closing learning institutions. The system allows examinations to be scheduled, administered, and taken online. It integrates existing technologies like Laravel and MySQL. The objectives are to develop models for the examination department to create and schedule exams, and for students to access exams based on their courses. Research questions address how online exams can be conducted and how academic integrity can be upheld. A literature review discusses the technologies used and prior related work.

Uploaded by

Joanna Atiyota
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 32

The International Journal of Multi-Disciplinary Research

ISSN: 3471-7102, ISBN: 978-9982-70-318-5

Development And Implementation Of An Online


Examination System: A Case Study At Information And
Communications University-Zambia
(Paper ID: CFP/2144/2020)
Author: Temba Saina Advisor: Dr Silumbe M. Richard.
Dept of ICT, School of Engineering Dept of ICT, School of Engineering
Information and Communications University Information and Communications University,
Lusaka, Zambia. Lusaka, Zambia.
[email protected] [email protected]

ABSTRACT ter. The student can access the examination paper


In late December 2019, Chinese health authorities by selecting the course from the scheduled exami-
in Wuhan, Hubei Province reported an outbreak of nation. Key Words:
a virus of unknown origin. The virus was named as
Coronavirus disease 2019 (COVID-19). On Janu- I) CHAPTER ONE: INTRODUCTION
ary 30, 2020, the World Health Organization
1.1 Problem Statement
(WHO) declared the COVID-19 outbreak a global
Traditional methods of academic learning which
health emergency and the virus has since affected
involve people being in a single venue at a specific
many countries around the world. The severity of
time for learning to occur has been the traditionally
this virus has led to many countries shutting down
accepted form of content delivery to students. The
most of their economic activities, including the ed-
majority of learning that is done in Zambia has been
ucational sector. It is because of this pandemic that
where a lecturer stands in front of students in a
has led to many learning institutions to find ways
classroom and delivers his/her learning content to
and means of offering their services to students
students. This form of learning has been widely ac-
during the COVID-19 period.
cepted because the lecturer can interact with the
To achieve continued offer of services to students,
students and the students can interact and ask ques-
the information and communications university has
tions. The Ministry of Higher Education, Zambia
opted to develop and implement an online exami-
has given a directive to all higher learning institu-
nation system that will facilitate for students to
tions in Zambia that they are required to have some
write their examinations online. The online exami-
form of face to face interaction with the student be-
nation system will allow the institution, through the
fore the student can be deemed ready to sit for an
examinations department, to schedule online exam-
examination.
inations. The examinations department will be able
to administer examinations online by simply sched-
However, after the recent outbreak of the COVID-
uling each running examination, on each day,
19 virus, the Government of Zambia has given a di-
through the system. The students will be able to ac-
rective to close down (lockdown) most of the major
cess the scheduled examination by simply logging
economic activities that involve mass gathering in
into the system using their login credentials. They
the country. This is to try and reduce the spread of
will be able to have access to the scheduled exami-
the virus. The lockdown includes closing down all
nations. The accessed examination will be based on
learning institutions around the country. During
the courses they are doing in that particular semes-
this lockdown period, no learning institution is sup-
1

Paper-ID: CFP/2144/2020 www.ijmdr.net


The International Journal of Multi-Disciplinary Research
ISSN: 3471-7102, ISBN: 978-9982-70-318-5

posed to hold any form of Face to Face learning 2. Developing a model that will allow the examina-
with students. This closer has impacted many learn- tion department to create, schedule, monitor and
ing institutions and has disturbed the learning cur- download online examinations.
riculum. To mitigate this challenge, many learning
institutions, including the information and commu- 3. Developing a model that will enable students to
nications university, have decided to develop sys- have access to scheduled examinations. The sched-
tems that will enable them to hold virtual classes uled examination should be based on the semester
and virtual examinations. The information and courses the student is doing.
communications university has decided to develop
and implement an online examinations system. The 4. Developing a mechanism that will enable online
proposed system will take advantage of and inte- examinations to uphold examination ethics.
grate the already existing technologies to come up
with a robust online examinations system that will 1.3 Research Questions
enable students to write their end of semester ex- The above specific objectives will be implemented
aminations online. The system will enable the ex- based on the following research questions (RQ).
aminations department to schedule examinations
for each examination day. With the scheduled ex- RQ1: How can the examination department be able
aminations, the department will be able to set the to conduct online examinations?
day when each examination will be written. They
will also be able to set the time when the examina- RQ2: What mechanisms can be put in place to up-
tion will start and end. Based on the scheduled ex- hold examination ethics while holding online ex-
aminations, the students will be able to log into the aminations?
system and have access to the examination ques-
tions. The examination questions that the students
will be able to access will be based on the courses II) CHAPTER TWO: RESEARCH
they are doing in that particular semester. The ex- LITERATURE REVIEW
amination department will be able to administer
two types of examination questions; open book 2.1 Introduction
questions and short answer question. The student In this chapter, the researcher explains the concepts
will be able to download the open book question and technologies used and how they are used. Also,
and upload the answers in the system. With the in this chapter, the works of other researchers who
short answer questions, the student will be able to have worked on related works are discussed under
answers the questions directly in the system. the review of related literature, to aid the researcher
in solving the research objectives.
1.2 Research Objectives 2.2 Theoretical Background
The main objective of this research is to develop The technologies that will be used to develop the
and implement an online examination system that proposed system are all web-based. The technolo-
will allow students at the Information and Commu- gies include the laravel framework, Javascript and
nications University to write examinations online. relational database technology (MySQL).
The research aims to achieve the following objec-
tives; 2.2.1 Laravel Framework

1. Developing a model that will allow students to Laravel is the main building technology that is used
write examinations online. in the development of the proposed system. Laravel
is an Open Source framework that was developed
2

Paper-ID: CFP/2144/2020 www.ijmdr.net


The International Journal of Multi-Disciplinary Research
ISSN: 3471-7102, ISBN: 978-9982-70-318-5

in 2011 by Taylor Otwell. Its main goal is to try and requests and pass data from the Model to the Views.
ease the development process for developers by Thus, a Controller can be considered as the link
simplifying the repetitive tasks used in most of to- between our Model and Views.
day’s web applications. Laravel offers a robust set
The following features are some of Laravel's key
of tools and an application architecture that incor-
design points.
porates many of the best features of frameworks
like CodeIgniter, Yii, ASP.NET MVC, Ruby on Bundles have provided a modular packaging
Rails, Sinatra and others. Laravel is a full-stack system since the release of Laravel 3, with bundled
framework that employs a "Model-view-control- features already available for easy addition to
ler" (MVC) architecture. applications. Furthermore, Laravel 4 uses
Composer as a dependency manager to add
An MVC is a software design pattern that is com-
framework-agnostic and Laravel-specific PHP
monly used for developing user interfaces that di-
packages available from the Packagist repository.
vide the related program logic into three intercon-
nected elements. This is done to separate internal Application logic is an integral part of developed
representations of information from the ways infor- applications, implemented either by using
mation is presented to and accepted from the user. controllers or as part of the route declarations.
Furthermore, it separates the logic of the applica-
tion from the representation layer of the application Reverse routing defines a relationship between the
and allows the web application to have many links and routes, making it possible for later
different views from a single common model. changes to routes to be automatically propagated
into relevant links. When the links are created by
A Model is the central component of the pattern. It using names of existing routes, the appropriate
is the application's dynamic data structure, uniform resource identifiers (URIs) are
independent of the user interface. It directly automatically created by Laravel.
manages the data, logic and rules of the application.
It is the mode by which the developer can Restful controllers provide an optional way for
manipulate the data. It consists of a layer residing separating the logic behind serving HTTP GET and
between the data and the application. The data itself POST requests.
can be stored in various types of database systems Class auto loading provides automated loading of
such as MySQL or even simple XML or Excel files. PHP classes without the need for manual
Views are the visual representation of our web maintenance of inclusion paths. On-demand
application (presentation layer), they are loading prevents the inclusion of unnecessary
responsible for presenting the data that the components, so only the used components are
Controller received from the Model (business loaded.
logic). They can be easily built using the Blade View composers serve as customizable logical code
template language that comes with Laravel or units that can be executed when a view is loaded.
simply using plain PHP code. The blade is driven
by template inheritance and sections. When Laravel Blade Template Engine: Laravel framework is
renders these Views it examines first their file known for its inbuilt lightweight templates that help
extension, and depending on it being either in creating amazing layouts using dynamic content
“blade.php” or simply“.php”, determines if Laravel seeding. It has multiple widgets incorporating CSS
treats our View as a Blade template or not. and JS code with solid structures. The blade also
provides a set of its control structures such as
The primary function of a Controller is to handle conditional statements and loops, which are
3

Paper-ID: CFP/2144/2020 www.ijmdr.net


The International Journal of Multi-Disciplinary Research
ISSN: 3471-7102, ISBN: 978-9982-70-318-5

internally mapped to their PHP counterparts. back” using the same said file.
Furthermore, Laravel services may be called from
Database Seeder class provides a way to populate
Blade templates, and the template engine itself can
database tables with selected default data that can
be extended with custom directives.
be used for application testing or be performed as
Eloquent ORM (object-relational mapping) is an part of the initial application setup.
advanced PHP implementation of the active record
Unit testing is provided as an integral part of
pattern, providing at the same time internal
Laravel, which itself contains unit tests that detect
methods for enforcing constraints on the
and prevent regressions in the framework. This
relationships between database objects. Following
feature enables Laravel to run many tests to ensure
the active record pattern, Eloquent ORM presents
that new changes done by programmers do not
database tables as classes, with their object
unexpectedly break anything in the web application.
instances tied to single table rows. The Eloquent
Unit tests can be run through the provided artisan
ORM provided with Laravel includes a simple PHP
command-line utility.
Active Record implementation which lets the
developer issue database queries with a PHP syntax Automatic pagination simplifies the task of
where instead of writing SQL code, methods are implementing pagination, replacing the usual
simply chained. Every table in the database manual implementation approaches with
possesses a corresponding Model through which automated methods integrated into Laravel.
the developer interacts with the said table.
Form request is a feature of Laravel that serves as
Query builder provides a more direct database the base for form input validation by internally
access alternative to the Eloquent ORM. Instead of binding event listeners, resulting in automated
requiring SQL queries to be written directly, invoking of the form validation methods and
Laravel's query builder provides a set of classes and generation of the actual form.
methods capable of building queries
programmatically. It also allows selectable caching Homestead - a Vagrant virtual machine that
of the results of executed queries. provides Laravel developers with all the tools
necessary to develop Laravel straight out of the box,
Schema class provides a database-agnostic way of including, Ubuntu, Gulp, Bower and other
managing all database related work such as creating development tools that are useful in developing
or deleting tables and adding fields to an existing full-scale web applications.
table. It works with a multitude of database systems
supported by Laravel and MySQL being the default Artisan: Allow performing the majority of those
one. The Schema class has the same API across all tedious and repetitive programming tasks that
of these database systems. many developers avoid performing manually.
Artisan even helps developers to create their
Migrations provide a version control system for commands and do convenient things with it. These
database schemas, making it possible to associate artisans can also be utilized to create the database
changes in the application's codebase and required structure, a skeleton code, and build their migration
changes in the database layout. They allow us to that becomes pretty easy-to-manage the database
change the database schema and describe and system.
record all those specific changes in a migration file.
Each Migration is usually associated with a Schema Libraries & Modular: Laravel is also popular due to
Builder to effortlessly manage our application's its Object-oriented libraries, as well as many other
database. Migration can also be reverted or “rolled pre-installed libraries, and these libraries are not
found in other PHP frameworks. This framework is
4

Paper-ID: CFP/2144/2020 www.ijmdr.net


The International Journal of Multi-Disciplinary Research
ISSN: 3471-7102, ISBN: 978-9982-70-318-5

divided into individual modules that adopt modern 2.3 Review of Related Literature
PHP principles allowing developers to build There is a growing number of researches that is
responsive, modular, and handy web apps. being done focusing on developing better ways to
manage online examinations systems and online
Security: Laravel takes care of web application
learning systems. The majority of these researches
security within its framework. It uses hashed and
are focused on different parts of the system. Some
salted password that means the password would
of these researches include;
never save as the plain text in a database.
Additionally, this PHP website development
The Online Examination System is a software
framework uses prepared SQL statements that
solution, which allows any industry or institute to
make injection attacks unimaginable.
arrange, conduct and manage examinations via an
2.2.2 JavaScript online environment (Deepankar Vishwas Kotwal el
JavaScript is combined with HTML and CSS to tel, 2016). It can be done through the
create dynamic HTML pages. JavaScript is Internet/Intranet and/Local Area Network
commonly used on the internet to create web pages environments. Some of the problems faced during
that respond to user actions, like when the user manual examination systems are the delays that
moves a mouse pointer over an image or clicks a occur in result processing. The chance of losing
form button. JavaScript was used for the client-side records is high, as well as record searching is
scripting and security, it was also integrated with difficult. Maintenance of the system is also very
jQuery and ajax to create Model Windows used in difficult and takes a lot of time and effort. Online
the application like: examination is one of the crucial parts of the online
education system. It is efficient, fast enough and
i. Generating Print preview display reduces a large amount of material resource. An
ii. To ensure the registrant does not submit empty examination system is developed based on the web.
forms This paper describes the principle of the system,
iii. To ensure that the information requested is what presents the main functions of the system, analyzes
the user enters using the JAVASCRIPT regular the auto-generating test paper algorithm, and
expression to match the data submitted. discusses the security of the system.

2.2.3 Relational Database Online Education became far too popular in the last
The database used for storing information in this few decades serving as a powerful platform for
project application is MySQL. MySQL is the most sharing knowledge among international groups and
widely used open-source relational database individuals (Aakash Trivedi, 2010). The motive of
management system (RDBMS). The SQL phrase Online Education is to utilize the potential of the
stands for Structured Query Language. MySQL is a World Wide Web to extend education far beyond
popular choice of a database for use in web its present limits. But the full potential of www is
applications and is a central component of the not utilized as there is no relevant technique
widely used LAMP open-source web application implemented by which we can examine the
software stack (and other 'AMP' stacks). LAMP is knowledge of candidates on a mass level. As a
an acronym for Linux, Apache, MySQL, result, we are unable to appreciate hidden talents
Perl/PHP/Python. from different parts of the world. Here we are
proposing a new approach for online examinations
which counters almost all the drawbacks noticed in
the traditional online examination techniques. The

Paper-ID: CFP/2144/2020 www.ijmdr.net


The International Journal of Multi-Disciplinary Research
ISSN: 3471-7102, ISBN: 978-9982-70-318-5

examination model provides a relevant scheme for system is stable and reliable based on feedback on
question presentation and tackles all major its application in several colleges.
challenges faced by online examination systems.
Web-based Examination System is an effective
Karadeniz (2009) studied the impact of paper- solution for mass education evaluation (Zhen Ming
based, web-based, and mobile-based assessments et al, 2003.). They developed a novel online
on students’ achievement. A group of 38 students examination system based on a Browser/Server
experimented for 3 weeks. Significant differences framework which carries out the examination and
were found between the scores achieved by the auto-grading for objective questions and operating
students in the second week but not in the first week. questions, such as programming, operating
The paper revealed that students had a positive Microsoft Windows, editing Microsoft Word,
attitude towards web-based and mobile-based Excel and PowerPoint, etc. It has been successfully
assessments due to ease of use, comprehensive and applied to the distance evaluation of basic operating
instant feedback. Moreover, most favoured tests skills of computer science, such as the course of
were web-based and the least favoured were paper- computer skills in Universities and the nationwide
based. examination for the high school graduates in
Zhejiang Province, China.
Gary et al (2008) at the University of New South
Wales; Sydney studied the effect of online Another paper proposed a web-based online
formative assessment on learning. The outcomes examination system (Rashid et al, 2002.). The
support the contention that integrated well designed system carries out the examination and auto-
online formative assessments can have significant grading for students’ exams. The system facilitates
positive effects on learning. Web-based formative conducting exams, collecting answers, auto-
assessments also support equity and inclusiveness marking the submissions and production of reports
by allowing students to attempt each assessment for the test. It supports many kinds of questions. It
anonymously on multiple occasions at any time. was used via the Internet and is therefore suitable
for both local and remote examination. The system
Another paper by LIU Na el tel (2007) discusses could help lecturers, instructors, teachers, and
the designing and application process for an online others who are willing to create new exams or edit
examination system. Online examination system, a existing ones as well as students participating in the
new type of examination forms, which includes exams. The system was built using various open-
online examination, online marking, paper source technologies AJAX, PHP, HTML, and
evaluation, online checking and so on, implements MYSQL database.
standardized tests in a fair, reasonable, and large-
scale manner. The system design process is based III) CHAPTER THREE: RESEARCH M
on the design and application of university online- ETHDOLOGY
examination system. It conforms to the criterion of
3.1 Introduction
digital campus teaching system application
To address the key research objectives, the
software. It adopts the combination of PHP+
researcher used a qualitative method and a
MySQL which is believed to be the best tool to
combination of primary and secondary sources.
design the system according to the teaching
The study area, data sources, sampling techniques,
features of its school. The network structure it
data collection methods and ethical considerations
applies is the B/S structure mode. This article also
are discussed under this section.
instructs design concept, method and process. The

Paper-ID: CFP/2144/2020 www.ijmdr.net


The International Journal of Multi-Disciplinary Research
ISSN: 3471-7102, ISBN: 978-9982-70-318-5

3.2 The Study Area tment, systems engineer’s office, quality assura
According to Fraenkel and Warren studies, nce committee and student union representative
population refers to the comprehensive set of s. A total of 15 representatives was selected a
individuals (subjects or events) possessing familiar nd put in one room to brainstorm and come u
characteristics in which the researcher is interested. p with ideas. The sample size for the brainsto
The population of the study was determined based rm has been considered based on the role the
on the need requirement at the Information and y play at the institution.
Communications University. This data collection 3.5 Data Collection Methods
was conducted from January 03, 2020, to June 03, Data collection methods were focused on seco
2020, from selected members of staff and student ndary and primary data collections, which mos
union representatives at the information and tly focused on qualitative data as defined in t
communication university. he previous section.

3.3 Data Sources 3.5.1 Primary Data Collection Methods


3.3.1 Primary Data Sources Primary data sources are qualitative and
The primary data source represents information quantitative. The researcher adopted the approach
that is obtained from the source of information. The of the qualitative primary data collection method.
information that was obtained through the primary The qualitative sources are brainstorming,
data sources was more reliable and has more discussions, field observation, interview, and
confidence level of decision-making. The primary informal discussions. The researcher only utilized
data sources that were used include observations, the observation, interview and brainstorming
interviews and brainstorming. sources to come up with the system requirement.
The subsequent sections elaborate on how the data
3.3.2 Secondary Data Sources were obtained from the primary sources.
Desk review has been conducted to collect data
from various secondary data sources. This includes 3.5.1.1 Data Collection Through Brainstormi
system reports and project documents available at ng
information and communication university. Brainstorming provides a broad environment of
Reputable academic research papers, journals, discussion, where users are free to give their
books, various articles, magazines, newsletters, requirement and expectation of the system. The
newspapers, websites, and other sources were data (ideas) collected after this process is then
considered in the design and implementation of the discussed and analyzed. The researcher utilized the
online examination systems. In general, for this brainstorming technique to come up with ideas and
research study, the desk review has been completed functionalities for the online examinations system.
to this end, and it had been worked on and modified The brainstorming session employed four general
upon manuals and documents obtained from the rules to elicit requirements for the system;
selected sources
i. Quantity is more desired than quality: Group
3.4 Population and Sample Size members were encouraged to contribute as many
The study population consisted of selected me ideas as they can think of. The greater the number
mbers of staff from the information and com of ideas generated, the more likely it is that there
munication university and selected student unio will be several useful ideas. The assumption is that
n representatives. The members of staff that w the greater the number of ideas generated, the
ere selected came from the examinations depar

Paper-ID: CFP/2144/2020 www.ijmdr.net


The International Journal of Multi-Disciplinary Research
ISSN: 3471-7102, ISBN: 978-9982-70-318-5

greater the chance of producing a radical and objective, the criteria by which the ideas were
effective solution. subjected to include;

ii. No criticism, evaluation, judgment, or defense of - How feasibility is the idea?


ideas: The purpose of brainstorming is to generate
as many ideas related to the topic as possible in the - How complex is the idea?
time allowed. During the brainstorming sessions,
criticism of the ideas generated needs to be put 'on - How long will it take to implement the idea?
hold'. Instead of criticism, participants should focus
on adding to ideas and reserve criticism for a later - What is the cost of implementing the idea?
'critical stage' of the process. By suspending
judgment, participants will feel free to generate - Does the idea consider the human factor?
unusual ideas.
- What resources are available or needed to
iii. Welcome Unusual Ideas and encouraged implement the ideas?
informal association: Group members are asked to
voice any solutions they can imagine of, no matter From this process, some ideas were dropped, and
how outrageous or impractical they seem. Every some were adopted for implementation. The
idea is to be expressed. It is more straightforward adopted ideas include;
to tone down an idea and to select out later than it
is to think up new and creative possibilities. To Creation of a system that is robust and secure: that
obtain an accurate and extensive list of ideas, is why the laravel framework was chosen to be used
unusual ideas are embraced. They can be generated in the development of the online examination
by looking from contemporary perspectives and system.
suspending assumptions. These creative ways of
The student should only be capable to view
thinking may provide better solutions.
examination papers for the courses they are doing
iv. Combine and Improve Ideas: Good ideas may in that semester.
be combined to construct a unique more brilliant
The examination paper should only be available to
idea. Members can suggest improvements,
students at the specified time and date.
variations, or combinations of previous ideas. It is
believed to stimulate the building of ideas by a
The system should allow a student to log in in to
process of association.
the system from one device only.
Employing the formulated rules outlined above, the
There should be instructions provided to students
group members were able to generate diverse ideas.
about examination paper before they access the
The brainstorming session lasted for five days, in
paper.
which several ideas were collected from the
participants. The last day of the session, the
The system should start to count the time based on
collected ideas were subjected to critics and
the set start time and end based on the end time.
analysis. Before the ideas were subjected to critics
and analysis, the group members formulated a The system should allow a student to write a
criterion by which the ideas were examined. In maximum of six courses in that examination
addition to the questions highlighted in the research session.
8

Paper-ID: CFP/2144/2020 www.ijmdr.net


The International Journal of Multi-Disciplinary Research
ISSN: 3471-7102, ISBN: 978-9982-70-318-5

The system should give a provision of two types of


examinations questions to be set; open book
3.5.1.3 Data Collection Through Interview
questions and Short answer questions. (Open-book
An interview is a loosely structured qualitative in-
questions should allow the student to download the
depth interview with people who are considered to
question paper and submit the answers in the
be particularly knowledgeable about the topic of
system once done with answering. The short
interest. The semi-structured interview is routinely
answer questions should allow the student to
conducted in a face-to-face setting which permits
answer questions in the system by typing their
the researcher to seek further insights, ask
answer into an input box.)
questions, and assess phenomena in different
The system should log out the student and not allow perspectives. It lets the researcher know the in-
them to submit their answers when the set end time depth of the present working environments’
elapses. influential factors and consequences. It has
provided opportunities for refining data collection
The system should only allow employees from the efforts and examining specialized systems or
examination department to have access to the processes. It was used when the researcher faces
examination questions and students’ answers. written records or published document limitation or
wanted to triangulate the data obtained from other
The system should give a provision for the primary and secondary data sources. This
examination department to download the answers dissertation is also conducted with a qualitative
submitted by the students. Once the answers are approach and conducting interviews. The
downloaded, the examination department will print advantage of using interviews as a method is that it
and give the lecturers to mark the answer scripts. allows respondents to raise issues that the
interviewer may not have expected. All interviews
The new system should work on top of the current with employees, management, and technicians
database and compliment the current running were conducted by the corresponding researcher,
systems. on a face-to-face basis at the workplace. All
interviews were recorded and transcribed.
The system should be friendly and easy to use.
3.5.2 Secondary Data Collection Methods
3.5.1.2 Data Collection Through Observation Secondary data refer to data that was collected and
Data collection through observation is an important analysed by other researchers. This data source
aspect of science and data collection. There are gives the researcher insights into the research area
different sources for data collection through being investigated. This secondary data may either
observation. Some of the sources that were be published data or unpublished data. To achieve
employed by the researcher include documentation, the dissertation’s objectives, the researcher has
archival records, interviews, direct observations, conducted an extensive document and reports
and participant observations. Observational reviews of the online examination systems that
research findings are considered strong invalidity have been researched in both online and offline
because the researcher can collect in-depth modes.
information about a particular behavior. In this
dissertation, the researcher used observation The researcher obtained secondary data from
method as one tool for collecting information and various database sources. These sources include;
data. Researchgate; Scirp (Scientific Research);

Paper-ID: CFP/2144/2020 www.ijmdr.net


The International Journal of Multi-Disciplinary Research
ISSN: 3471-7102, ISBN: 978-9982-70-318-5

ScienceDirect; ScienceOpen (Research and IV) CHAPTER FOUR: SYSTEMS


Publishing Network); Taylor and Francis ANALYSIS AND DESIGN
publications; International Journal of Scientific and
4.1 Introduction
Research Publications; Dovepress (Open Access
System development is classified into two areas:
Scientific Journal); and other related materials.
analysis of system and design of the system.
The search strategy was focused on articles System design is defined as the process of planning
orreports that measure one or more of the a business system, it can either be a new system or
requirements that were listed after the a system to replace an existing system. Before the
brainstorming sessions. Based on the formulated design can be done, we must understand the
requirement, unrelated articles to the research existing system and determine how computers and
model and objectives were excluded. The software can be used to enhance the operation of
researcher had reviewed a sample of more than 900 the existing system or the new system. System
articles, websites, reports, and guidelines to analysis refers to the process of examining a
determine whether they should be included in the business process to improve it through better
next phase of the research for further review or be procedures and methods.
rejected. Articles that were not in line with the
4.2 Description of the Existing System
research objectives were thoroughly identified and
The existing system that is being utilized to manage
resolved before the review of the main group of
student information is the Advanced Information
more than 150 articles. After excluding the articles
Management System (AIMS). The AIMS system
that were not in line with the research objectives,
enables students at Information and
based on the title, keywords, and abstract, the
Communication University to login and accesses
remaining articles were reviewed in detail, and the
their semester study materials.
required information was identified and extracted.
A complete list of items was then collated within
The current system allows students to have access
each research targets or objectives and reviewed to
to semester study materials, semester assignments,
identify any missing elements.
semester projects and semester quiz questions.
Students are only given access to the courses they
3.6 Ethical Consideration
are doing in that particular semester. The system
Ethical clearance was obtained from the allows students to register for a new semester by
Information and Communications University. The simply scanning and submitting their bank deposit
purpose of the study was explained to the study slip after they deposited the money in the schools'
subjects. The study subjects were told that the account. The payment has to be reviewed by the
information they provided was kept confidential accounts department. If the payment does not meet
and that their identities would not be revealed in the standard requirements, the payment is rejected.
association with the information they provided. If the payment does meet the required standards,
Informed consent was secured from each the payment is approved and the student is given
participant. access to the new semester courses. The AIMS
system allows the student to view their payment
history for each semester. The system also allows
students to register for physical examination
courses that they want to sit for in a particular
semester. Though the AIMS system does not give
them the provision to write the registered courses
10

Paper-ID: CFP/2144/2020 www.ijmdr.net


The International Journal of Multi-Disciplinary Research
ISSN: 3471-7102, ISBN: 978-9982-70-318-5

online. When the student sits for physical 4. The current system uses an old version of
examinations, the results of the students are PHP. Old versions of PHP are said to be
uploaded and the student can view the results from prone to SQL injections.
their account. 5. The AIMS system is not user friendly, in the
sense that the system does not adapt to
When a student is logged in, some of the different screen sizes.
functionalities that they can be able to access
include; 4.4 Analysis of the Proposed System
The proposed online examination system is a web-
1. Read messages on the notice board sent by based application that will enable students to write
the institution semester examinations online. The new system
2. Access semester courses. They can when designed will enable the institution to
download study materials, Assignment and conduct semester online examinations taking into
Projects for a particular course in a semester. considerations examinations ethics. Below are how
3. Take Online Quiz for a particular course. this can be achieved:
4. Register for semester physical examination
5. Make semester registration by submitting
deposit payments.
6. View payment history 1. The system will be an enhancement of the
7. View semester results existing system and will be utilizing the
existing database.
4.3 Problem Associated with the Existing Sy 2. The system will only allow a student to log
stem into the system from one device. It will not
The current system has been able to deliver most of allow multiple logins from one student.
the institutions' requirements concerning service 3. Once a student has login into the system,
delivery to students. But with the current situation he/she will only be able to view the courses
of the COVID-19 pandemic, the system does not they are doing in that semester and have
give provision for the institution to conduct online been scheduled for examination on that
examinations. With the current system, a student particular day.
can take an online quiz for a particular course, in a 4. Once a student clicks on a course he/she is
semester. But some of the challenges with the quiz supposed to be sitting for, they are taken to
system include; a page that gives them instructions for that
particular examination.
1. The quiz system only takes into 5. After reading the instructions for that
consideration one form of questions. It only particular examination, they can click on
gives multiple-choice questions. Enter Exam Room and have access to the
2. The quiz system does not take into examination paper.
consideration the malpractice of students 6. Each examinable course has a stipulated
while taking the quiz questions. limit number of minutes that it is supposed
3. The quiz system does not limit the time in to be running for. when the stipulated time
which a student should be able to take the elapses, the student is logged out of the
quiz questions. examination room.
7. The examination will be either open book
exam, short answer or both. Open book

11

Paper-ID: CFP/2144/2020 www.ijmdr.net


The International Journal of Multi-Disciplinary Research
ISSN: 3471-7102, ISBN: 978-9982-70-318-5

examination allows students to download of the system regardless of the limitations that may
the examination question paper and submit exist. The Object-Oriented Design stage refines the
handwritten answers in the system within Object-Oriented Analysis model and applies the
the stipulated time. Short answer needed technology and other implementation
examination allows students to give short requirements. The design stage focuses on
answers to questions within the system. describing the objects, their attributes, behavior,
and interactions. The input for object-oriented
4.5 Methodology design is provided by the output of the object-
During the development of the system, Object- oriented analysis.
Oriented Analysis and Design (OOAD)
methodology were used. Object-oriented analysis
and design is a technical approach that used in the
analysis and design of applications or system by Unified Modeling Language (UML) is a
applying the object-orientated concepts, and standardized general-purpose modelling language
develop a set of graphical system models during the in the field of object-oriented software engineering.
development life cycle of the software. In the UML includes a set of graphic notation techniques
OOAD methodology two stages are involved; to create visual models of object-oriented software
Object-Oriented Analysis and Object-Oriented systems. This notation is the design tool that is
Design. In the Object-Oriented Analysis, being used for modelling in this research. The UML
developers work with users and domain experts to used in the research includes: Use Case diagrams
define what the system is supposed to do. The and Class diagrams..
major goal of the analysis stage is to create a model

4.5.1 Use Case Diagrams


Use case diagrams are used to describe the sequence of actions a system performs to yield the intended
results. The diagrams depict the interaction of components in the system with the outside environment. Use
case diagrams focus on the behavior of the system from an external point of view.

12

Paper-ID: CFP/2144/2020 www.ijmdr.net


The International Journal of Multi-Disciplinary Research
ISSN: 3471-7102, ISBN: 978-9982-70-318-5

Figure 1 : System Use Case Diagram

4.5.2 Class Diagram

Figure 2: System Class Diagram


13

Paper-ID: CFP/2144/2020 www.ijmdr.net


The International Journal of Multi-Disciplinary Research
ISSN: 3471-7102, ISBN: 978-9982-70-318-5

4.6 Design of the Proposed System

4.6.1 Database Design


Database Design is a collection of processes that help to facilitate the designing, development, i
mplementation and maintenance of data management systems. The main objectives of database de
sign are to produce logical and physical design models of the proposed system. To design the re
quired database, the researcher used the relational database. The relational database server used to
create the database is MySQL.
Table 1: User Table
Field Name Character Length Data Type
Id [pk] 10 int
username 15 varchar
password 20 varchar
role 10 varchar
is_logged_in 1 tinyint
remember_token 100 varchar
created_at timestamp
updated_at timestamp

Table 2: Students Table


Field Name Character Length Data Type
id 15 varchar
Stu_id [pk] 15 int
First_name 50 varchar
Last_name 50 varchar
Other_names 50 varchar
dob date
gender ‘M’,’F’ enum
nrc 15 varchar
email_address 50 varchar
phone_no 16 varchar
residential_address text
postal_address 50 varchar

14

Paper-ID: CFP/2144/2020 www.ijmdr.net


The International Journal of Multi-Disciplinary Research
ISSN: 3471-7102, ISBN: 978-9982-70-318-5

mode_of_study ‘Distance’,’Full Time’ enum


created_at timestamp
updated_at timestamp

Table 3: Message Table


Field Name Character Length Data Type
Msg_id [pk] 15 int
from 15 varchar
to 15 varchar
subject 30 varchar
message text
mgfile 100 varchar
created_at timestamp
updated_at timestamp

Table 4: Courses Table


Field Name Character Length Data Type
Id [pk] 15 int
name 20 varchar
code 10 varchar
description text
created_at timestamp
updated_at timestamp

Table 5: Semester Session Table


Field Name Character Length Data Type
Id [pk] 15 int
session 15 int

15

Paper-ID: CFP/2144/2020 www.ijmdr.net


The International Journal of Multi-Disciplinary Research
ISSN: 3471-7102, ISBN: 978-9982-70-318-5

student_id [f_pk] 15 int


created_at timestamp
updated_at timestamp

Table 6: Exam Event Table


Field Name Character Length Data Type
Id [pk] 15 int
course_id [f_pk] 15 int

exam_date date
start_time 20 varchar
end_time 20 varchar
type 1 int
status 2 varchar

created_at timestamp
updated_at timestamp

Table 7: Exam Student Answers Table


Field Name Character Length Data Type
Id [pk] 15 int
student_id [f_pk] 15 int
exam_event_id [f_pk] 15 int
question_id [f_pk] 15 int
student_answer text
created_at timestamp
updated_at timestamp

Table 8: Questions Table


Field Name Character Length Data Type

16

Paper-ID: CFP/2144/2020 www.ijmdr.net


The International Journal of Multi-Disciplinary Research
ISSN: 3471-7102, ISBN: 978-9982-70-318-5

Id [pk] 15 int
exam_events_id [f_pk] 15 int
question_name text
question_number 15 int
question_type 1 tinyint
created_at timestamp
updated_at timestamp

Table 9: Semester Courses Table


Field Name Character Length Data Type
c_id [pk] 15 int
program_name 50 varchar
course_id [f_pk] 15 int
semester 15 int
created_at timestamp
update_at timestamp

Table 10: Student Programe Assigned Table


Field Name Character Length Data Type
p_id [pk] 15 int
student_id [f_pk] 15 int
program_name 50 varchar
completed 5 varchar
created_at timestamp
updated_at timestamp

4.6.2 System Architecture


The architectural design that was used in the development of the online examination system
is a 3-tier architecture. A 3-tier architecture is a type of software architecture which is composed
17

Paper-ID: CFP/2144/2020 www.ijmdr.net


The International Journal of Multi-Disciplinary Research
ISSN: 3471-7102, ISBN: 978-9982-70-318-5

of three “tiers” or “layers” of logical computing. The three tiers are Presentation tier, Applicatio
n tier and Data tier. The presentation tier is the front-end layer in the 3-tier architecture and con
sists of the user graphical interface. This user interface is accessible through a web browser or a
web-based application and is used to display information useful to the end-user. The middle tier
connects the presentation tier and the data tier. The middle tier is also called application tier or
business logic. The application tier contains the functional business logic of the application syste
m and drives the application’s core capabilities. The application tier of this system is found in t
he controllers and runs on the server. The data tier is the tier that is responsible for storing the
data of the system. It comprises of the database/data storage system and data access layer. The d
ata stored is accessed by the application layer via API calls. The database management system u
sed for developing this system is MySQL database server.
The aarchitecture of the system is shown below.

Server
Presentation Tier Application Tier Data Tier

HTML PHP SQL

Figure 3: System Architecture

4.6.3 Input Design

Figure 4:
Login
Form

18

Paper-ID: CFP/2144/2020 www.ijmdr.net


The International Journal of Multi-Disciplinary Research
ISSN: 3471-7102, ISBN: 978-9982-70-318-5

Figure 5: Se
lect Course
to Schedul
e Exam Fo
rm

Figure 6: S
chedule Op
en Book/ S
hort Answ
er Exam F
orm

Figure 7:
Schedule
Open Book
Exam Form

19

Paper-ID: CFP/2144/2020 www.ijmdr.net


The International Journal of Multi-Disciplinary Research
ISSN: 3471-7102, ISBN: 978-9982-70-318-5

Figure 8:
Edit
Scheduled
Exam
Form

Figure 9:
Compose
New
Message
Form

20

Paper-ID: CFP/2144/2020 www.ijmdr.net


The International Journal of Multi-Disciplinary Research
ISSN: 3471-7102, ISBN: 978-9982-70-318-5

Figure 10: Add Additional Questions Form

Figure 11: Reply to Message

21

Paper-ID: CFP/2144/2020 www.ijmdr.net


The International Journal of Multi-Disciplinary Research
ISSN: 3471-7102, ISBN: 978-9982-70-318-5

4.6.4 Output Specification Design

Figure 12: View All Scheduled Exam

22

Paper-ID: CFP/2144/2020 www.ijmdr.net


The International Journal of Multi-Disciplinary Research
ISSN: 3471-7102, ISBN: 978-9982-70-318-5

Figure 13: View Scheduled Exam Questions

Figure 14: View Written Exams

23

Paper-ID: CFP/2144/2020 www.ijmdr.net


The International Journal of Multi-Disciplinary Research
ISSN: 3471-7102, ISBN: 978-9982-70-318-5

Figure 15: View All Student Answers List

Figure 16: View Single Student Answers List

24

Paper-ID: CFP/2144/2020 www.ijmdr.net


The International Journal of Multi-Disciplinary Research
ISSN: 3471-7102, ISBN: 978-9982-70-318-5

Figure 17:
View Today's
Running
Exams

Figure 18:
View Exam
Paper
Instructions

Figure 19:
View Exam
Paper
Questions

25

Paper-ID: CFP/2144/2020 www.ijmdr.net


The International Journal of Multi-Disciplinary Research
ISSN: 3471-7102, ISBN: 978-9982-70-318-5

Figure 20: Leave Exam Room

Figure 21: View Messages

Figure 22: View Message Details

26

Paper-ID: CFP/2144/2020 www.ijmdr.net


The International Journal of Multi-Disciplinary Research
ISSN: 3471-7102, ISBN: 978-9982-70-318-5

4.6.5 System Design


The online examination system was designed using a top-down approach. The whole system
was broken down into separate components and designed in modules.

4.6.5.1 Program Procedure Chart for Examinations Department

Figure 23: Program Procedure Chart for Examinations Department

4.6.5.2 Program Procedure Chart for Students

Figure 24: Program Procedure Chart for Students

27

Paper-ID: CFP/2144/2020 www.ijmdr.net


The International Journal of Multi-Disciplinary Research
ISSN: 3471-7102, ISBN: 978-9982-70-318-5

4.6.6 Program Flow Chart to Gain Access into The System


The online examination system requires all the users that want to access the system to authenticate before
they can be granted access. Once the user successfully authenticates, the user will be given access to the
online examination system (OES), limiting the user to the access level assigned to them.

Figure 25: Program Flow Chart to Gain Access into The System
28

Paper-ID: CFP/2144/2020 www.ijmdr.net


The International Journal of Multi-Disciplinary Research
ISSN: 3471-7102, ISBN: 978-9982-70-318-5

V) CHAPTER FIVE: SYSTEMS IMPLE Code can work with any Git repository either
MENTATION locally or remotely and offers visual symbols to
resolve the conflicts before the code commits.
5.1 Introduction
Implementation of the online examination system iv) VS Code comes with a built-in debugger helps
is concerned with the preparation of resources, such accelerate code editing, compiling and debugging
as hardware and software, that are required for the looping. By default, VS Code comes with the
optimal functionality of the newly designed system. ability to support NodeJS and can debug anything
It is also concerned with the evaluation of the that is transpiled to JavaScript.
performance of the newly designed system by
subjecting it to tests and ensuring that the required v) VS Code provides additional language service
resources meet the designed objective. features such as Peek Definition, Go to Definition,
Find All References, and Rename Symbol. These
5.2 Choice of Development Environment features are very useful and help the developer to
The development environment that was used to code and debug fast.
develop the online examination system was a visual
studio code (VS Code). VS Code is an Integrated 5.3 Deployment Platform
Development Environment that was developed by The program source code will be deployed on the
Microsoft Company and it is cross-platform. It can Linux Operating System that is hosted by a hosting
be installed on Microsoft Windows operating company called Bluehost. The database is going to
system, Linux Operating system and Mac be deployed on XAMMP. XAMPP contains both
Operating System. VS Code is a super-fast, Apache server and MySQL relational database
lightweight Source Code text editor that is used to server. The system is going to be accessed through
view, edit, run and debug source code for the Uniform Resource Locator (URL)
applications. The researcher found using VS Code http://sis.icuzambia.net/
as the most ideal development environment. The
list below gives some reasons why the VS Code 5.4 Implementation Architecture
was chosen as the development environment. In the implementation of the proposed system, the
architecture is designed using the laravel
i) Visual Studio Code comes with IntelliSense for framework. The laravel framework allows the
the programming language. IntelliSense is a term views of the presentation layer to be designed using
used for a variety of code editing features such as HTML as the User Interface, the logic of the
code completion, content assistance and code application is designed in the controllers. The logic
hinting. in the controllers handles any backend
functionalities of the application. The application
ii) Visual Studio Code comes with an inbuilt can communicate with the MYSQL database
Integrated command line terminal that initially through the model. The model is responsible for
starts at the root folder of the opened project. establishing communication with the database, and
in this instance, we are using the MYSQL database
iii) Visual Studio Code has a built-in Git integration.
server.
This makes it easy to instantly see any changes that
are made in the project. Git can easily be initialized 5.5 Software Testing
in VS Code and be able to perform Git commands
The unit testing approach was adopted in testing the
such as commit, pull, push, rebase, publish, and
codes written. The procedure adopted for the unit
check the changes in the files. Additionally, VS
test is;
29

Paper-ID: CFP/2144/2020 www.ijmdr.net


The International Journal of Multi-Disciplinary Research
ISSN: 3471-7102, ISBN: 978-9982-70-318-5

1. The module interface is tested to ensure that VI) CHAPTER SIX: SUMMARY AND C
information properly flows into and out of the ONCLUSION
program unit under test.
6.1 Summary
2. The local data structure is examined to ensure In this paper, an online examination system was
that data stored temporarily maintained its integrity developed and implemented at the University of
during all steps in an algorithm’s execution. Information and Communications University,
Zambia. The developed system is an examination
3. All the statements are executed at least once and system that enables students to write the end of
error handling paths are tested semester examinations online. The examinations
are prepared by the lecturers and monitored by the
5.6 Documentation examinations department. The system helps the
Documentation of any system is very important in university to overcome the challenge that most
the development of the software application. This universities are faced with around the country.
is because documentation makes the software Universities around the country are not allowed to
application easier to all users, and if an application hold any physical examinations. This is because of
is not well documented it becomes difficult to use. the COVID-19 pandemic. The government of
The researcher has taken the step to document the Zambia had given a directive to restrict the number
system for users that are going to be using the of group gatherings to 50 people. To conform to the
system as either a system user or as a system directives of the government, ICU Zambia has
administrator. developed the online examination system to enable
students to write examinations online. The cost of
5.7 Hardware Requirements holding physical examinations will drastically and
The software application designed needed the significantly be reduced as there will be no costs
following hardware for the effective operation associated with holding physical examinations. The
of the newly designed system: system is designed using the Laravel framework.
The top-down approach was adopted as the
i. Any computer that can go to the internet implementation approach for this project research.
ii. At least 500MB of Random-Access Memor This involves breaking the complex system into
y (RAM) subsystems and then into modules for easy study
iv. At least 80GB hard disk. and understanding. The system architecture is
vi. An Uninterruptible Power Supply (UPS) U divided into three basic parts. The first is the front
nits end that shows the user interface designed with
5.8 Software Requirements PHP, HTML and JavaScript, the back-end model
The software requirements for this system incl which connects the application to the database
ude: server and different tables, at the middle is the
i. Any Linux Operating System. controller; which provides the logic of the
ii. Structured Query Language (MySQL) application and connectivity between the front end
iii. PHP version 7 and the back end. The user interfaces are interactive,
iv. OpenSSL PHP Extension and provisions are made for the security of data
v. PDO PHP Extension stored. The use of the examination system is
vi. Mbstring PHP Extension relatively simple and the I.T knowledge
vi. Laravel Framework requirement for its usage is also relatively minimal.
The system can further be expanded and more
features can be added to strengthen and better it .
30

Paper-ID: CFP/2144/2020 www.ijmdr.net


The International Journal of Multi-Disciplinary Research
ISSN: 3471-7102, ISBN: 978-9982-70-318-5

6.2 Conclusion time scheduled. Once the scheduled time elapses


Having developed the online examination system, for that examination, the system will automatically
it is subject to modification on its features as time lock the students out of the examination paper.
goes on. The developed system will help the
institution to save costs that are associated with 6.3 Recommendations
holding physical examinations. Additionally, The author wishes to make the following
students will also be able to save costs as they will recommendation:
not be required to travel just to come and write
physical examinations. This is a very creative web- i. Review the scope to widen the present study to
based application that can enforce examination ensure improvement in the existing system.
rules duration the online examinations. The system
only allows students that have paid for a semester ii. Enhance the security of the system concerning
to view the courses they are doing in that semester. student malpractice by integrating the system with
Additionally, the student will only be able to view tools like a big blue button.
examination courses that have been scheduled for
that particular day and at a particular time. Once the iii. Other learning institutions can adopt and modify
student has access to the examination paper, the the system since it was found to be cost-effective.
examination paper will only be available for the

31

Paper-ID: CFP/2144/2020 www.ijmdr.net


The International Journal of Multi-Disciplinary Research
ISSN: 3471-7102, ISBN: 978-9982-70-318-5

VII) REFERENCES [9] Ellen Kalinga (2010). Development Of An


Interactive E-Learning Management System
[1] Addo, H. (2001), “Utilization Of Information
(E-LMS) For Tanzanian Secondary Schools.
And Communication Technology For
[10] FAN Ming-Hu, SUN Bin (2007). “Design And
Education”, IFLA Journal 27.
Implementation of General Test Questions
[2] Akinsanmi O.A, Olatunji, T.R., & Soroyewun,
Library Management System” Computer
M.B. (2010). Development Of An E-
Engineering And Design. Vol. 28.
Assessment Platform For Nigerian
[11] Hardik D. (2013). Learning Laravel 4
Universities, Research Journal Applied
Application Development. Packt Publishing
Sciences, Engineering And Technology.
Limited, Birmingham.
[3] Alabi, A. T., Isaa, A. O., & Oyekunle R. A.,
[12] Hickey, A. M. And Davis, A. M. (2003).
(2012). The Use Of Compute R Based
Requirements Elicitation And Elicitation
Testing Method For The Conduct Of
Technique Selection: Model For Two
Examinations At The University Of Ilorin,
Knowledge-Intensive Software Development
International Journal Of Learning &
Processes.
Development, ISSN 2164-4063 (2012);Vol. 2,
[13] Introduction To Laravel [Online]. URL:
No. 3.
Http://Laravel.Com/Docs/Introduction
[4] Alemat Gebru Gerechea (2015). The Impact of
Accessed: 14 July 2020.
Synchronous And Asynchronous
[14] Jamal Armel (2014). Web Application
Communication Tools In Distance Education:
Development With Laravel PHP Framework
A Case Of Ethiopian Higher Academic
Version 4.
Institutions
[15] LIU Li-Ping, WANG Wen-Jie (2006).
[5] Almrashdeh I A, Noraidah S, Nor A M Z,
“Design Of Web-Based Exam-Question With
Mutasem A (2005). Distance Learning
Self-Study And Adaptive Adjusting”
Management System Requirements From
Computer System and Applications.
Student’s Perspective.
[16] Powell, T. (2002). Web Design: The Complete
[6] Ariadne, (2001), “UML Applied Object
Reference. Osborne/McGraw-Hill Berkeley,
Oriented Analysis And Design Using The
CA, USA.
UM”, Ariadne Training, 2001 Ariadne
[17] Raphaël S. (2014). Getting Started With
Training Limited.www.ariadnetraining.co.uk.
Laravel 4. Packt Publishing Limited,
[7] Cavus, N, & Zabadi, T. (2014). A Comparison
Birmingham.
Of Open Source Learning Management
[18] Zhao Qiao-Fang And Li Yong-Fei (2012).
System. Procedia-Social And Behavioral
Research And Development Of Online
Science.
Examination System. Proceedings Of The
[8] Chang, C. (2008). Faculty Perceptions And
2012 2nd International Conference On
Utilization Of A Learning Management
Computer And Information Application.
System In Higher Education. Ohio University.

32

Paper-ID: CFP/2144/2020 www.ijmdr.net

You might also like