feedback m sec

Upload: prathap-chowdhary-b

Post on 04-Apr-2018

217 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/30/2019 Feedback m Sec

    1/37

    MINI PROJECT ON

    BYPratap B 1me10mca22

    Suresh Raju V 1me10mca37

    Under the valuable Guidance of

    INTERNAL GUIDE HEAD OF THE DEPARTMENT

    Pavithra madam Dr Anand Kumar

    Dept. of MCA

    MSEC Bangalore

    Dept. of MCA

    MSEC Bangalore

    Master of Computer ApplicationDEPARTMENT

  • 7/30/2019 Feedback m Sec

    2/37

    Presentation includes:

    1.Project Title

    2.Objective

    3.Analysis and Design Model

    a. Data Flow Diagram

    b.UML

    c. Machine Diagram

    d. Activity-diagram

    e. Entity-Relationship Diagram

    f. Data Dictionary

    4. Forms

    5.Reports

  • 7/30/2019 Feedback m Sec

    3/37

  • 7/30/2019 Feedback m Sec

    4/37

    OBJECTIVE:

    provide feedback in an easy and quick manner tothe college principal and Hods.

    By using this technology we can make fastfeedback about the staff by students on time tohead of departments as they referred in onlinesystem.

    This feedback report was checked by the Hods.He can view grades and view the grades obtained

    to the lecturers and give this report to theprincipal and he give counseling to the collegestaff

  • 7/30/2019 Feedback m Sec

    5/37

    1Add questionsAdmin Feedback

    form

    3

    Student1

    View the

    Report

    D2 Data storein db

    1Report Generation

    D1 Data storein db

    2Set parameter

    3Add

    Attendance

    3Check

    Attendance

    Data Flow DiagramAdd

    Questions Set Rule

    for

    feedback

    Add the

    attendance

    Generate Feedback

    form

    Store to

    db Store to

    Db (feedback)

    Checks for Attendance

    Status If validate the performs feedback

    Admin view the Feedback Report

    Report

    view from

    DB

    Generation of various forms of Report St

    o

    r

    e

    D

    B

  • 7/30/2019 Feedback m Sec

    6/37

    UsecaseSystem

    Admin Student

    add questions

    update questions

    Set parameter

    student feedback form

    view report

    give feedback about staffcheak report

    add questions

    add new questions

    set the rule

    Attendence

    set attendence

    check the attendence and proceeds to feedback

    add the questions

    set the feedback parameter

    Update the questions

    generate feedback form ready

    student gives the feedback and generate the report

  • 7/30/2019 Feedback m Sec

    7/37

    Class DiagramAdmin

    +Batch+branch+semister+division

    +attendence+faculty+feedback Ques+set paameterfeedback+Report

    +add()+update()+delete()+view()

    Setparameter

    +batch name+branch name

    +semester+division

    +update()

    Facultyevaltion

    +batch+branch+sem+division+sub taugh+student id+faculty name

    +rating()+submit()

    Student

    +usn

    +feedback()

    fetch the parametrs

    fetch the identity details

    attendence check1

    0..1

    gives the feedback1

    1

    Inherits the admin attributs

    Attendence

    fetchs the attendence details

  • 7/30/2019 Feedback m Sec

    8/37

    Sequence diagram

    Admin insert questions view questions Student Feedback form ReportAttendenceUpdate questions set parameter

    1 : insert questions() 2 : generate a feedback form()

    3 : checks for attendence status()4 : Update questions()5 : if validated moves to feedback()

    6 : Report is generated()

    7 : view the questions()

    8 : set the feedback rule()

    9 : Add the student attendence status()

    10 : Report is v iewed by admin()

    11 : Proceeds to Report generation()

  • 7/30/2019 Feedback m Sec

    9/37

    Machine Diagram

    Insert

    questions

    Update

    Questions

    Load the

    Attendance

    Feedback

    Form

    Report

    Insert the questions Update the questions Update student

    Attendance

    Gives the

    feedback

    Generation

    of report

  • 7/30/2019 Feedback m Sec

    10/37

    Activity-diagram

    Activity-diagram for Admin

    login

    Admin login

    Enters the

    username &

    password

    Admin Panel

  • 7/30/2019 Feedback m Sec

    11/37

    Activity-diagram for Admin

    To view Feedback Report

    Login

    Activity

    Feedback

    panel Faculty Subject

    FeedbackReport

  • 7/30/2019 Feedback m Sec

    12/37

    Set Parameter

    LoginActivity

    SetParameter Edit

    Edit the

    Batch

    Edit the

    BranchEdit the

    Semester

    Edit the

    DivisionFeedback

    Form

    http://localhost/feedback/admin/admin_para.phphttp://localhost/feedback/admin/admin_para.php
  • 7/30/2019 Feedback m Sec

    13/37

    System Process Flow

    Admin

    Login

    ADD/Update

    questionsADD

    Attendance

    Set

    Parameter

    Feedback

    formStudent

    Check

    For

    Status

    Warning /and shows

    Attendance status

    Report

    Generation

    Login with

    username &password

    Add or

    update

    feedback

    questions

    Uploadattendance t

    Set the

    feedback rule

    Generated Feedback Form with the

    current Feedback Status

    Generate the report with Feedback

    from Student Feedback

    Checks for the current Attendance StatusIf validated with current Attendance Status

    proceeds to give feedback

    If not validated gives the warning and shows the current

    feedback status

  • 7/30/2019 Feedback m Sec

    14/37

    E-R Diagram

    Admin

    Batch

    Branch

    Semes

    ter

    Division

    Sem_nam

    e

    batch_name Feedbac

    k_nob_id b_name

    Sem_i

    d

    batch_id

    id

    division

    Set

    parameter

    Attenda

    nceusn

    Att_sta

    usAttendance

    Feedback formAttendance check

    Student

    usn

    Report

    Batch

    attributes

    Attendance attributes

    s

    e

    m

    Branch attributes

    sections

    Student Attendance Feedback parameter

    1

    11

    1

    1

    1

    1

    m 11

  • 7/30/2019 Feedback m Sec

    15/37

    Data Dictionary

  • 7/30/2019 Feedback m Sec

    16/37

  • 7/30/2019 Feedback m Sec

    17/37

  • 7/30/2019 Feedback m Sec

    18/37

  • 7/30/2019 Feedback m Sec

    19/37

  • 7/30/2019 Feedback m Sec

    20/37

    Forms

    If the Entered usn is validated the moves to the feedback FORM

  • 7/30/2019 Feedback m Sec

    21/37

    If got attendance validated

    If not validated

  • 7/30/2019 Feedback m Sec

    22/37

    Feedback form

    Passes to

    the DB

  • 7/30/2019 Feedback m Sec

    23/37

    If matches with username and password then

    moves to Admin main page

  • 7/30/2019 Feedback m Sec

    24/37

    Add the new batchBatch name is the year

    Feedback number is used to categorize

    When New add or Update or Delete will be

    synchronized with the batch_master table

  • 7/30/2019 Feedback m Sec

    25/37

  • 7/30/2019 Feedback m Sec

    26/37

  • 7/30/2019 Feedback m Sec

    27/37

  • 7/30/2019 Feedback m Sec

    28/37

  • 7/30/2019 Feedback m Sec

    29/37

  • 7/30/2019 Feedback m Sec

    30/37

  • 7/30/2019 Feedback m Sec

    31/37

  • 7/30/2019 Feedback m Sec

    32/37

  • 7/30/2019 Feedback m Sec

    33/37

  • 7/30/2019 Feedback m Sec

    34/37

  • 7/30/2019 Feedback m Sec

    35/37

  • 7/30/2019 Feedback m Sec

    36/37

  • 7/30/2019 Feedback m Sec

    37/37