Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Online Student Feedback System: A Project Report for MTech in Software Engineering, Assignments of Software Engineering

A project report on Online Feedback System

Typology: Assignments

2019/2020

Uploaded on 06/07/2020

jahnavi-prathipati
jahnavi-prathipati 🇮🇳

3.8

(5)

6 documents

1 / 31

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
A project report on
ONLINE STUDENT FEEDBACK SYSTEM
Submitted in partial fulfilment for the award of the degree of
Mtech in Software Engineering.
By
P. Jahnavi (17MIS7163)
G. Baby Sai Meghana Chowdary (17MIS7082)
K. Harthik Reddy (17MIS7098)
AMARAVATI
MTSE
June, 2019
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18
pf19
pf1a
pf1b
pf1c
pf1d
pf1e
pf1f

Partial preview of the text

Download Online Student Feedback System: A Project Report for MTech in Software Engineering and more Assignments Software Engineering in PDF only on Docsity!

A project report on

ONLINE STUDENT FEEDBACK SYSTEM

Submitted in partial fulfilment for the award of the degree of

Mtech in Software Engineering.

By

P. Jahnavi (17MIS7163)

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

2.1 USER INTERFACE DEVELOPMENT:

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:

ABOUT PAGE:

4.1 SCREENS WITHOUT INPUT

REGISTRATION FORM:

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.

STUDENT LOGIN FORM:

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.

PRINCIPAL LOGIN:

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.

ADMIN LOGIN:

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.

HOD LOGIN FORM:

TEST CASE – Login with wrong credentials.

PRINCIPAL LOGIN:

TEST CASE – Login with wrong credentials

ADMIN LOGIN:

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.