Design And Implementation Of An Online Result Checker

In Nigerian Universities a lot of time is spent by students, faculty and lecturers in effecting result processes.

This project focuses on solving the problem by developing an application to solve the problem inherent to the delivery of examination information services in Nigerian universities using the University of Calabar as a case study. The MyResult Application is a web-based application intended to be accessible from the internet. This allows the application to be available to both mobile phone users and PC users who can access the internet from their devices. The MyResult system was developed using open source web technologies notably HTML, PHP and MySQL.

The MyResult system produced in this research work has functions that will enable students to check course results, view computed GPAs and log complaints with maximum ease.

The developed application was tested using the XAMP application suite and the test results show that the application works as expected.

GENERAL INTRODUCTION

1.1 Introduction

It seems quite a safe bet to assert that the Internet and mobile Communication have had a preponderant influence on the way the world relates today. On the other hand, education remains a sine qua nonfact of life for the overwhelming majority of human society In Nigeria; the educational sector has experienced marked changes as a result of the introduction of internet-based services. In one case, results for the UTME (Universities Tertiary Matriculation Examination) are now processed and released within days of the examination being written, an ever-increasing number of universities are employing the Internet to deliver a widening range of information and support services, covering such areas as admissions, student registration, examination records, and distance learning.

This work is an attempt at delivering an online system capable of delivering examination results on demand, using the University of Calabar as case study. This application will also provide capability to assist students, lecturers and administrative personnel interact in resolving any result-related complaints.

This chapter introduces the work as an entity, discussing the issues which are fundamental to the work ab initio:

  1. The problem scenarios which, prima facie, lend necessity to the work;
  2. The modalities pertaining to the realization of the solution system;
  3. The content and extent to which the work will be carried out;
  4. Definitions of key terms relevant to the central theme of the work.

 

1.2 Statement of the Problem

The major problems regarding the delivery of examination information services in Nigerian universities include:

  1. Delays in the release of results;
  2. Errors inherent in handling and assessment of answer scripts;
  3. Delays in marking answer scripts; and
  4. Cumbersome response systems – where they exist – for handling result-related complaints.

 

1.3 Objectives of the Study

From the foregoing, the objectives of the study become quite clear – as a result, the study aims to achieve the following:

  1. Conceptual design for a secure, accessible and user-friendly online examination results system for a university, using the University of Calabar, UNICAL, as case study;
  2. Development of such a system to demonstrate its functionality, using the XAMP(cross-browser Apache/MySQL/PHP) web server framework;
  3. Perform tests on the said system to assure functionality, accessibility and usability of the system.

 

1.4 Research Justification

Justification for engaging in this study can be drawn from the following reasons:

  1. The need to demonstrate the effectiveness of employing mobile driven information systems as a viable complement to systems based on the regular Web, within the university information framework; and
  2. The need to achieve a greater degree of responsiveness among stakeholders in the results system – students, lecturers and system administrators – enabling them collaborate effectively to resolve result-related complaints.

 

1.5 Research Methodology

In order to realize the objectives of this study, it is pertinent that, as in all matters of substance, strategy be employed in achieving set goals. The methodology employed in the course of this study is outlined thus:

  1. Outline a set of requirements to be met by the system proposed;
  2. Conceive and implement the design of the said system as a web based application, largely using UML, the Unified Modelling Language, along the lines of an object-oriented approach;
  3. Development of the solution system using Adobe Dreamweaver CS5, a RAD(Rapid Application Development) IDEfor creating Websites and applications.
  4. Deployment of the solution system for testing: after the solution is developed, it will be uploaded onto a free web server for the purposes of demonstrating its functionality.
  5. Beta testing on the hosted solution to confirm its conformity to the system requirement specifications earlier outlined;
  6. Detailed reporting of the findings stated above, with deduced inferences, and noted grounds for future innovation.

 

1.6       Scope and Limitations of the Study

In the course of realizing this project, I shall take into account the consideration that all development and analysis regarding the project will be centered on internet standards and technology.

In full, the scope of the work is outlined thus:

  1. The solution, as conceived and developed in this study, will focus on examinations for undergraduate courses only;
  2. The questions delivered by the solution will be of two formats, viz, multiple-choice and subjective;
  3. As conceived, the solution shall comprise of the following modules:
  4. A result search application for students, based on the Internet, through which students and lecturers can search and view results, as well as interact regarding result-related complaints;
  5. A back-end application, to be used by lecturers and administrators, for the management of essential information for the system, such as course allocations, course student lists
  6. User authentication modules, which will employ unique modes of authentication to uniquely identify users, and maintain user state within the application.

In addition, a number of limitations exist which must be noted. These include:

  1. The proprietary nature of the school portal will make it rather difficult to access the data schema used by it; hence, the data schemas employed by the proposed system will for the most part be theoretical in nature. However, this can be surmounted with adequate cooperation from relevant agencies within the University Management;
  2. The time-critical nature of the study informs my use of prototype-based RAD to develop the proposed solution.

 

1.7 Definition of Terms

  1. Beta testing:Testing carried out on software independent of its manufacturer by external users.
  2. Internet application:A Web site with dynamic, i.e. data-source oriented user-specific, content, which usually requires some form of user authentication.
  3. Mobile device:Any device with the functionality for information management and transfer free from spatial and temporal constraints. Such devices include mobile phones, smart phones, PDAs (personal digital assistants), tablets and readers, among

Others.

  1. Mobile Web:The Internet, as accessible to mobile devices and computer system
  2. RAD: rapid application development,a style of programming in which emphasis is placed on speed and delivery, usually employing extensive use of IDE (integrated development environment) capability.
  3. UML: Unified Modeling Language,the international standard for specifying, visualizing, constructing and documenting the artifacts of software systems.
  4. User authentication:the process within the context of an Internet application wherein eligible users are granted clearance to enter – and use – the application;
  5. User state:the full set of all user-specific program data within a program or Internet application.
  6. Online result System:It is web based software that can process course registration and output results to the user.
  7. Web application:see Internet application.

1.8 Chapter Layout

The work contains a total of five chapters: the first, titled “General Introduction”, true to form, expatiates on the introductory concepts underpinning this study. Chapter 2, “Literature Review and State of the Art”, offers an exposition into the research which has been carried out prior to the present time. Chapter 3, “System Design Methodology”, deals with the analysis workflow of the solution development process, while Chapter 4, “System Implementation”, focuses on the implementation workflow, discussing details of the implemented system, in relation to the processes employed in its realization. In conclusion, the final chapter, “Recommendations & Conclusion”, I

reprise a brief synopsis of the work in its entirety as sequel to my inferences from the system implementation phase, in relation to those areas where innovations in this field can be made.

2.0 INTRODUCTION:

This chapter provides the background and context of the research problems, reviews the existing literature on the Design And Implementation Of An Online Result Checker, and acknowledges the contributions of scholars who have previously conducted similar research [REV4776] …

Title Page i
Certification ii
Dedication iii
Acknowledgements iv
Table of Contents v
List of Figures x
List of Tables xi
Abstract xii

Chapter 1: General Introduction
1.1 Introduction 1
1.2 Problem Definition 2
1.3 Objective of Study 3
1.4 Research Justification 3
1.5 Research Methodology 4
1.6 Scope and Limitation of Study 5
1.7 Definition of Terms 6
1.8 Chapter Layout 8

Chapter 2: Literature Review and State-of-the-Art
2.1 Introduction 9
2.2 The internet 10
2.2.1 Rich internet applications 10
2.2.2. Adobe integrated Runtime 12
2.3 Mobile applications platforms today 12
2.3.1 The Mobile Web 13
2.3.2 Rich Mobile Applications 14
2.3.2.1 Symbian 15
2.3.2.2 Android 15
2.3.2.3 Apple Ios 16
2.4 Review of related Research 18
2.4.1 Proposed Contribution 20

Chapter 3: System Design
3.1 Introduction 22
3.2 System Requirement Specifications 23
3.3 System Design 25
3.3.1 Logical Design 26
3.3.1.1 Input Design 28
3.3.1.2 Output Design 28
3.3.1.3 Menu Design 33
3.3.1.4 Use Cases 35
3.3.1.5 Activity Diagram 37
3.3.1.6 Class Diagram 39
3.3.2 Physical Design 41
3.3.2.1 Program Specifications 45
3.3.2.3 System Controls 45
3.3.2.3 Layout of files 46
3.3.2.4 Database Structure 51

Chapter 4: System Implementation
4.1 Introduction 52
4.2 Features and Choice of Implementation Language 52
4.3 System Testing Strategies 54
4.3.1 Unit Test 54
4.3.2 Integration Test 57
4.3.3 Alpha Test 58
4.3.4 Beta Test 58
4.4 Target Computer System Requirements 59
4.5 Software Maintenance Issues 61
4.5.1 Corrective Maintenance 61
4.5.2 Preventive Maintenance 62
4.5.3 Adaptive Maintenance 63

Chapter 5: Summary, Conclusions & Recommendations
5.1 Summary of the Study 64
5.2 Application of the software to the problem domain 64
5.3 Recommendations 65
5.4 Conclusions 67
5.5 Future researches 67

References 68
Appendix A: Detailed Program Code 68
Appendix B: Program Screen Capture 127

Document Information

  • Pages: 124 Pages
  • Chapters: 1 – 5 Chapters
  • Words: 11,449 Words
  • Format: DOC/PDF
  • Time: Instant Download
  • Title: Design And Implementation Of An Online Result Checker:

YOU MAY LOVE THESE (Recommended)

Posted under:

To start a project on Problem And Difficulties Being Face By Banks As A Result Of Bank Failure With Specific Reference To Banks, follow these guidelines: The aim of writing this project is to explain the problem and difficulties being face by banks as a result of bank failure with specific reference to banks. To achieve this aim the research work has been classified under five chapters. The first chapter deals with the introduction statement of pr…

38 Pages 1 - 5 Chapters 4,551 Words DOC/PDF Format Instant Download UPN486

Understand how to write the “Online Motor Vehicle Licensing System” Project

Posted under:

To develop a project on Online Motor Vehicle Licensing System, follow these approaches: Motor vehicle administration is a composite process and revolves around the management and the control of motor licensing. Vehicle licensing is the payment of a fee for the use of motor vehicle on public roads. Vehicle licensing in Nigeria began over 100 years ago starting from the colonial admin…

78 Pages 1 - 5 Chapters 2,837 Words DOC/PDF Format Instant Download UPN1328

Discover how to write the “Online Hospital Location System Using Google Maps” Project

Posted under:

To undertake a project on Online Hospital Location System Using Google Maps, follow these effective ways: It is estimated that an average human being will fall ill more than three times every year. People are always looking for different hospitals to solve their health challenges and they don’t know the directions and the route to be followed to get to this places. Without knowing the right routes an…

55 Pages 1 - 5 Chapters 6,998 Words DOC/PDF Format Instant Download UPN21801

Posted under:

To write a project on Design And Implementation Of Online Registration Of Courses And Result Confirmation, follow these structure: This project work mainly looks into the nature and process of online registration of course and result confirmation, implementing an online management system that keep track of all the records needed by computer students in Federal Polytechnic Nekede Owerri (mainly for only regular i.e. morning s…

37 Pages 1 - 5 Chapters 7,246 Words DOC/PDF Format Instant Download UPN1546

Learn the structure to write the “Design And Implementation Of Online Food Ordering System” Project

Posted under:
INTRODUCTION 1.1 BACKGROUND OF STUDY The online food ordering system is one of the latest servicers most fast food restaurants in the western world are adopting. With this method, food is ordered online and delivered to the customer. This is made possible through the use of electronic payment system. Customers pay with their credit cards, although credit card customers can be served even before they make payment either through cash or […]

42 Pages 1 - 5 Chapters 6,017 Words DOC/PDF Format Instant Download UPN2292

Posted under:

To carry out a project on Design And Implementation Of Online Examination Of Unified Tertiary Matriculation Examination, follow these effective methods: Registration for the Unified Tertiary Matriculation Examination, UTME, is organised by the Joint Admission and Matriculation Board, JAMB, for admission into tertiary institutions in Nigeria. This registration is conducted in all the states in Nigeria in a given period of the year. Many a times, t…

48 Pages 1 - 5 Chapters 4,978 Words DOC/PDF Format Instant Download UPN2497

Posted under:

To start a project on Design And Implementation Of Online Clearance System, follow these guidelines: Online clearance system is a research work that will help build an effective information management for schools. It is aimed at developing a system for making clearance after graduation hitch free. The designed software will serve as a more reliable and effective means of undertaking students cle…

41 Pages 1 - 5 Chapters 6,400 Words DOC/PDF Format Instant Download UPN2294

Posted under:

To develop a project on Design And Implementation Of Online Bus Ticket Reservation System, follow these approaches: The study examines the design and implementation of an online bus ticket reservation system. The system solves the problem of inconveniencing passengers who may not be physically present at the bus terminal to buy a bus ticket at a particular time. The system was achieved using the PHP and MYSQL …

70 Pages 1 - 7 Chapters 30,845 Words DOC/PDF Format Instant Download UPN2208

Posted under:

To undertake a project on Design And Implementation Of Online Cash Receipt Generating System For A Supermarket, follow these effective ways: This project work, is a computerization it cash receipt system of an organization. Different source of receipt whose scope and limitation are based on. a. Sales and purchased receipts/ invoices inquiry on total balance and generation of report. But before we venture into that, attention should be…

56 Pages 1 - 7 Chapters 6,026 Words DOC/PDF Format Instant Download UPN1544

Posted under:

To write a project on Design And Implementation Of Campus Online Help Desk Information System, follow these structure: The abstract of the project is now the online help desk information system has eased the general public who wish to make there enquires, log complaints, make a suggestion. These incidents vary significantly in type and urgency and require the attention of officials (hereafter referred to as ‘user…

82 Pages 1 - 5 Chapters 1,482 Words DOC/PDF Format Instant Download UPN1319

Live Chat