0% found this document useful (0 votes)
9 views

Proposal

The document proposes designing and implementing an online learning system for the Federal Polytechnic Ede. It discusses problems with accessing education and the aim of providing online resources to students. The proposed system would use HTML, CSS, MySQL and PHP to deliver course content over the internet.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views

Proposal

The document proposes designing and implementing an online learning system for the Federal Polytechnic Ede. It discusses problems with accessing education and the aim of providing online resources to students. The proposed system would use HTML, CSS, MySQL and PHP to deliver course content over the internet.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

PROJECT PROPOSAL

DESIGN AND IMPLEMENTATION OF ONLINE LEARNING SYSTEM

A CASE STUDY OF FEDERAL POLYTECHNIC EDE (FPE)

INTRODUCTION
Virtual e- learning is a system designed to help students gain access and acquire knowledge in any
university of their choice. It can include: Enhance face –to- face instruction (on campus, in class
use of computer and the World Wide Web (WWW), enhanced distance education (on or off
campus) individuals and group learning with both print and computer-based materials instruction
entirely on- line (individual and group learning) because of this mix virtual classroom and text
based e- learning knowledge is moving towards every student being an e- learner at last for part
of their study, whether through learning materials, e-mail for contacting teachers/ tutors or any one
of their myriad other e-learning applications.

Online learning results to learning and other supportive resources that are available through a
computer and it includes computer based training, computer based instruction and technology. The
e-learning system use text messages to deliver information and data. Student or e-learners will be
in their computer receiving lectures as if they are in classroom. This has gone a long way helping
e-learners to acquire degree in the institution they have never seen.

STATEMENT OF THE PROBLEM

Due to the problems students find and experiences, it has never been easy for students to acquire
basic and necessary education in any institution one wishes irrespective of the fact that the
resources are there. This poses a lot of problems sometimes they will embrace not going to school
at all. It is very impossible for a student in America or any other country coming to FPE every day
for lectures more so, it will be impossible for FPE staff going to America or any other country
where the students might be located every day to deliver lectures.

Sometimes if number of students increase reduction in student'’ admission will be affected in order
to provided adequate structures where they can have their lectures. The above views are what gave
birth to the project work in order to find solution to them.
AIM OF THE STUDY

The aim of this study is to design and implementation of online learning system and find possible
solution to students whom because of nearness to institute and are unable to acquire knowledge
that they need.

OBJECTIVE OF THE STUDY


As they say “scientist potential” that is knowledge is power”. The aim of this project is to provide
the students all the information needed in any subject that is done in this great institute FPE. Again
to assure that student meets the current trend to academic setting all over the world. This will go a
long way making FPE to be aware of trends in technology and gain to making them have desires
for other online provisions and computerization in the institute.

SCOPE OF THE STUDY

The project is concerned with the virtual e-learning system files that are transferable within the
net. It should be in form of text file (.txt), rich text files (.rtf) or hypertext mark-up language file
(.htmf).

CHOICE OF PROGRAMMING LANGUAGE

HTML (HyperText Markup Language): This is the standard markup language for creating web
pages and web applications. HTML provides the structure for web pages by organizing content
into elements like headings, paragraphs, lists, and more. This structured approach makes it easier
to create and manage content on the web.

CSS (Cascading Style Sheets): This is a powerful styling language used to control the
presentation and layout of HTML documents. CSS allows for the separation of content (HTML)
from presentation (CSS) and behavior (JavaScript). This separation makes code more modular,
maintainable, and easier to understand, as changes to one aspect (e.g., styling) can be made without
affecting the others.

MySQL: This is a popular open-source relational database management system (RDBMS) that is
widely used in web development and other applications. MySQL is a relational database, which
means it organizes data into tables with rows and columns, allowing for efficient storage and
retrieval of structured data. This relational model is well-suited for applications that require
complex querying and data relationships.

PHP (Hypertext Preprocessor): This is a server-side scripting language that is widely used for
web development. PHP is a versatile language that can be used for a wide range of web
development tasks, including dynamic web page generation, server-side scripting, command-line
scripting, and more. It is well-suited for building various types of web applications, from simple
websites to complex e-commerce platforms and content management systems.

You might also like