On Student Support System: Roject Eport
On Student Support System: Roject Eport
PROJECT REPORT
On
Student Support System
Student Grievance Redressal Cell 2
INTRODUCTION
1.3 Aim
To design and develop a Student Support System primarily concerned with the reprisal or the
solution of the problems or the grievances being faced by the students in numerous domains
using the concepts of database design and following the steps of IT project management.
1.4Objective
The objective of the development are as follows :-
return any document or certificates, but can also lodge complaints of harassment
and victimization including sexual harassment.
Any institute having its own Grievance Redressal system is an informal manner i.e.
through direct supervision of the Principal. But in a formal sense along with the
provision of Online Feedback suggestion Form and Online Grievance Cell.
1.5Project Goals
To build a prototype of Student Affairs System for the solution of Student Grievances.
To provide an electronic version for the Grievance Management.
System would have a user friendly graphical interface.
Diversification of the problem being faced by the victim and provide an apt support
regarding the same through an appropriate counsellor.
1.6Benefits
1.7 Methodology
The project plan is to carry the design and implementation of the project in a completely step-by-step
manner. The entire project is divided in the following phases:-
The logical model of the system has been designed, normalizing the relations.
Testing is done on various test cases and data set. Testing is applied on:-
Student Grievance Redressal Cell 5
The above plan follows the Software Development Life Cycle (SDLC) model for the development of the
proposed system. There are several ways for developing software. They consist of the following steps:
Preliminary Investigation - When a request to receive assistance from an information system is made,
the first system activity, the preliminary investigation begins. It has three parts-
Request clarification - All the request of the student support system are met by clarifying each
one with the admin.
Request Approval - Not all requests are desirable or feasible. So the adminand authority
decides which one are important and then we schedule them accordingly.
Determination of system requirements – We studied the institution’s process to answer the following
questions:
1. What is being done for grievance redressal and how is it being done?
2. How frequently a student register complain?
3. How great is the volume of complaints or decisions (from complaint authority)?
4. How well is the issue/return utility task being performed?
5. Does a problem occur in updation?
For this questionnaire and survey are done. Statistical results are also drawn from questionnaire; these
all documents are attached in the project report.
Design of a system - It produces the details that state how the system will meet the requirements
specified during systems analysis.
Student Grievance Redressal Cell 6
Design of report and output Design of input data and form, and data to be stored Calculation
performed validation and verification code done testing.
The following points covers the salient features of the proposed system:
The proposed system is a completely automated system, which manages the entire
operability of the Student Support System.
The proposed system helps the user to retrieve the information as quickly as possible.
The system provides backup plans to avoid data loss that is of high priority.
The system is reliable enough to perform in adverse conditions.
It is Scalable so that in near future the system can be expanded and customized to the
firm’s needs.
The system provides a user-friendly interface with a realistic view
The system provides an error free environment.
The system provides search facilities to find a specific entry from the database.
The system consists of an Auditor as a supreme body for the overlooking of the entire
system’s performance.
The system consists an administrator & a collector within whom the tasks can even be
passed at the time of encountering someone not proficient to handle to given task, thus the
system works smoothly without further delays.
Victim’s authentication is done beforehand in order to avoid the nuisances which used to
happen in the manual system.
Implement validation techniques and checks that will help reduce the margin of error in
operations.
Provides adequate data backup facilities in order to ensure system restart even after a calamity
The system ensures consistency
The system is a fool proof system that simulates and replaces the present manual system.
The system aims at providing appropriate redressals to the grievances being lodged by referring
the same to a counsellor who could handle it well as compared to a manual system.
The problem is often diversified into domains & allotting the right person with the relating issue
helps in providing an adequate and effective solution.
Student Grievance Redressal Cell 8
3.Feasibility Study
The Student Support System is a truly feasible project and satisfies all the three conditions described
below.
The economic analysis of the project counts for the cost effectiveness of the project.
The economic feasibility of Student Support System is measured under the following heads:
This project can be regarded as economically feasible because the organization possesses the
computer systems with them, so there is no need of bearing any cost on the resources needed for the
development of the system. The only cost involved in the project is the installation cost. The only
resource required for proper and successful installation is a computer system meeting software and
hardware requirements of the system. These costs are quite minimal and easily available with the
organization. In addition, there are no start-up costs for communications equipment installations,
Easy to use : The users were assumed to be normal ordinary people having knowledge of simple
computer operation for the user and a basic knowledge of database operations for the
Student Grievance Redressal Cell 9
administrator, so ease of use is a very essential factor if we want to get the job actually done
quickly.
Security: As login authentications are used at login time so security is maintained. Some
functions are to be kept under control of some specific authority so password protected entry is
used.
Reliability: As tables are used for storing the data, so reliability is maintained as exact data is
retrieved. Data is regained from each table by using a unique key so the accurate record is
accessed.
Updation :-
As the project is built with keeping in mind all the necessary functions so no essential
updation is required.
Terminals must be updated with antivirus so the proper functioning of operating system can
be maintained.
Portability: The project can easily run on any compatible browser on any computer machine.
Extensibility: The project is easily extensible as PHP support further editing, such as adding new
functions, new forms or editing old forms.
Reusability: The extensibility and portability of this project would make it reusable software.
Serviceability:This project will try to provide maximum possible service to the user.
In our project the technical feasibility is considered up to a great extent. The software is build using
Html,Css,Java Script (BootStrap), which is freely available. Thus the problem of non- availability of
software does not appear. The backend of the system is PHP(MySQL), which is freeware database
application. Proposed system can be expanded in future if required. Proposed system has the capacity
to hold the data of the firm.
Technology
What is HTML?[1]
Although SQL is an ANSI (American National Standards Institute) standard, there are
different versions of the SQL language.
However, to be compliant with the ANSI standard, they all support at least the major
commands (such as SELECT, UPDATE, DELETE, INSERT, WHERE) in a similar manner.
To build a web site that shows data from a database, you will need:
RDBMS [4]
RDBMS is the basis for SQL, and for all modern database systems such as MS SQL
Server, IBM DB2, Oracle, MySQL, and Microsoft Access.
A table is a collection of related data entries and it consists of columns and rows.
This example uses the method to "find" an HTML element (with id="demo"), and
changes the element content (innerHTML) to "Hello JavaScript":
CSS stands for Cascading Style Sheets
CSS defines how HTML elements are to be displayed
Styles were added to HTML 4.0 to solve a problem
CSS saves a lot of work
External Style Sheets are stored in CSS files
<h1>This is a heading</h1>
<p>This is a paragraph.</p>
When tags like <font>, and color attributes were added to the HTML 3.2 specification, it
started a nightmare for web developers. Development of large web sites, where fonts
and color information were added to every single page, became a long and expensive
process.
To solve this problem, the World Wide Web Consortium (W3C) created CSS.
In HTML 4.0, all formatting could (and should!) be removed from the HTML document,
and stored in a separate CSS file.
With an external style sheet file, you can change the look of an entire Web site by
changing just one file!
The purpose of jQuery is to make it much easier to use JavaScript on your website.
jQuery takes a lot of common tasks that require many lines of JavaScript code to
accomplish, and wraps them into methods that you can call with a single line of code.
jQuery also simplifies a lot of the complicated things from JavaScript, like AJAX calls and
DOM manipulation.
HTML/DOM manipulation
CSS manipulation
HTML event methods
Effects and animations
AJAX
Why jQuery?
There are lots of other JavaScript frameworks out there, but jQuery seems to be the
most popular, and also the most extendable.
Many of the biggest companies on the Web use jQuery, such as:
Google
Microsoft
IBM
Netflix
Behavioural feasibility of Student Support System is the measure that how effective the client uses the
system. It is one of the major factors of feasibility analysis. The new and the proposed system of
Easy to operate,
Convenient in maintenance and
Effective in its work.
Student Grievance Redressal Cell 13
Thus behavioural feasibility is very important factor to be considered for effective working of system.
The systems analyst must still consider the behavioural feasibility of the requested Student support
system. It is dependent on the human resources available for the student Support system
(Administrator, Committee member etc.) and involves projecting the system operates and be used
when installed. The system is behaviourally feasible if it fulfils the following points:
Grievance Redressal- Grievance Redressal Mechanism is part and parcel of the machinery
of any administration. No administration can claim to be accountable, responsive and user-
friendly unless it has established an efficient and effective grievance redress mechanism. In
fact, the grievance redress mechanism of an organization is the gauge to measure its
efficiency and effectiveness as it provides important feedback on the working of the
administration.[9]
The redressal mechanism would act as a platform where a student can not only
lodge complaints against any irregularities in the admission process, withhold or
refusal to return any document or certificates, but can also lodge complaints of
harassment and victimization including sexual harassment.
Any institute having its own Grievance Redressal system is an informal manner i.e.
through direct supervision of the Principal. But in a formal sense along with the
provision of Online Feedback suggestion Form and Online Grievance Cell.
The Grievance Redressal cell of the institute functions with the following purposes;
to ensure a democratic environment in the campus, to acquaint all the faculty,
Student about their rights and duties, to solve the various personal and educational
related grievances of the teacher Student to make the institution student friendly,
and to ensure the qualitative as well as quantitative development of the institution
through the grievance and redressal cell.
Student Grievance Redressal Cell 14
Moreover, considering the nature and depth of the grievances due inquiry is made
by the members of the cell, and through personal discussion the matter is solved. If
anybody is found to be guilty of any kind of nuisance he or she is given punishment
with due consideration with the principal.
Grievance
Supervisor Response to
Request informal resolution Investigation
grievance
Not satisfied
Superior Response to
File formal Grievances Investigation
grievance
Not satisfied
Appeal to campus
President / Respective
authority
Investigation
Final response to
grievant by the
authority
Student Grievance Redressal Cell 15
Student
Register complaint or
grievance
Legal Procedures
Website
Chancellor
Report of issue
Batch facilitator /
Anti Ragging squad
Program incharge
Counsellor
Helpline
Student Support System
16
Project Documentation
A complete documentation is given in the form of SRS. Software Requirement Specification (SRS) which
provides an introduction of the current system and the system to be built. This overview includes the
purpose of SRS and a brief knowledge of the current system. The overview also provided an
introduction of the proposed system.
Student Support System
17
Fig(23)
Student Support System
18
References
[1]http://www.w3schools.com/html/
[2]http://www.w3schools.com/sql/default.asp
[3]http://www.w3schools.com/sql/default.asp
[4]http://www.w3schools.com/js/default.asp
[5]http://www.w3schools.com/js/default.asp
[6]http://www.w3schools.com/css/default.asp
[7 http://www.w3schools.com/jquery/default.asp
[8] www.fddiindia.com/aboutus-new/img/Grievance_Redressal.pdf
[9] www.fddiindia.com/aboutus-new/img/Grievance_Redressal.pdf
[11] Analysis Graph (based up on the analysis)
[12](http://iips.edu.in/)
[19] Elias M.Awad, System Analysis and Design, IInd edition 2009, Galgotia Publication
Student Support System
20