























Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
A project report on Online Feedback System
Typology: Assignments
1 / 31
This page cannot be seen from the preview
Don't miss anything!
A project report on
Submitted in partial fulfilment for the award of the degree of
By
G. Baby Sai Meghana Chowdary (17MIS7082) K. Harthik Reddy (17MIS7098)
AMARAVATI
MTSE
June, 2019
CONTENTS
CHAPTER 1 – INTRODUCTION 1.1 MOTIVATION…………………………………………………………………….....
1.2 REASONS……………………………………………………………………………
1.3 ADVANTAGES……………………………………………………………………... 1.4 TARGET USERS……………………………………………………………………. 1
CHAPTER 2 – TECHNOLOGIES
2.1 USER INTERFACE DEVELOPMENT……………………………………………..
2.2 DATABASES………………………………………………………………………..
CHAPTER 3 – DESIGN 3.1 DIAGRAMS…………………………………………………………………………
CHAPTER 4 – IMPLEMENTATION
4.1 SCREENS WITHOUT INPUT……………………………………………………...
CHAPTER 5 – TEST CASES
5.1 TEST SCREENS…………………………………………………………………… 12
CHAPTER 6 – RESULTS 6.1 SCREENS WITH INPUT…………………………………………………………..
CHAPTER 7 – CALCULATIONS
7.1 FP CALCULATION……………………………………………………………….
7.2 COCOMO MODEL………………………………………………………………... 28
CHAPTER 8 – REFERENCES 8.1 REFERENCES……………………………………………………………………..
I
CHAPTER-
2. TECHNOLOGIES: Title Online Feedback System Software Operating System Server : Windows 10 Database Server : XAMPP Client : Browser Tools : PHP, MySQL User Interface : HTML Code Behind : PHP Hardware Processor : 3.7GHz Ram : 8GB Hard Disk : 1 TB
HTML - HTML is a mark-up language which is used by the browser to manipulate text, images and other content to display it in required format. HTML was created by Tim Berners-Lee in 1991. The first ever version of HTML was HTML 1.0 but the first standard version was HTML 2.0 which was published in 1999 2.2 DATABASES: XAMPP – XAMPP is a free and open source cross-platform web server solution stack package, consisting mainly of the Apache HTTP Server, MySQL database, and interpreters for scripts written in the PHP and Perl programming languages
MySQL - MySQL is a database system used for developing web-based software applications. It is used for both small and large applications. It is a relational database management system
CHAPTER-
3. DESIGN: ER DIAGRAM:
This ER Diagram represents the model of Student Feedback System. The Entity- Relationship Diagram of student feedback system shows all the visual instrument of database tables and the relations between feedback, faculty, student, subject etc.
Level 1:
First Level DFD of Student Feedback System shows how the system is defined into sub systems, each of which deals with one or more of the data flows to form an external agent, and which together provide all of the functionality of the student feedback system
Level 2:
DFD Level 2 then goes one step deeper into parts of Level 1 of Student Feedback. It may require more functionalities of Student Feedback to reach the necessary level of detail about Student Feedback Sytem.
First Level DFD shows how the system is divided into subsystems.
The Second Level DFD contains more details of Teacher, Subject, Faculty, Feedback, Student.
CHAPTER – 4
4. IMPLEMENTATION: HOME PAGE:
This page is to register to the website if they are not an existing user. If we doesn’t give any input then it shows please fill out this field.
This page is for login of a student who already have an account. So that he can give feedback to faculty. It shows Please fill out this field if the input is not given.
This page is for login of PRINCIPAL. So that he can view feedback of all faculty and Check Average. It shows Please fill out this field if the input is not given.
This page is for login of ADMIN. So that he can view feedback of all faculty, manage faculty, students, and Check Average. It shows Please fill out this field if the input is not given.
CHAPTER – 5
5. TESTING: 5.1 TEST SCREENS: REGISTRATION FORM:
TEST CASE - 1: Try to register a user who already have an account.
TEST CASE – 2: Register a user who doesn’t have an account.
TEST CASE – Login with wrong credentials.
TEST CASE – Login with wrong credentials
TEST CASE – Login with wrong credentials.
TEST CASE – Give Feedback for a given faculty
GIVE FEEDBACK – A student can give feedback to a particular faculty with the same semester.
Update Password – To change the password.
ADMIN DASHBOARD - After logging in to the admin this is the page appeared.
Here we can see No. of Faculty and No. of Students are present.
ADD FACULTY – Only Admin can add faculty with all the faculty details.