2.Online Training and Performance Assessment (1)

download 2.Online Training and Performance Assessment (1)

of 7

Transcript of 2.Online Training and Performance Assessment (1)

  • 8/13/2019 2.Online Training and Performance Assessment (1)

    1/7

    i

    Department of Computer Science and Engineering,

    JNTUH College of Engineering Hyderabad,

    Kukatpally, Hyderabad-500 085.

    DECLARATION BY THE CANDIDATE

    We, Ch. V. A. Dora (10011P0503), J. S. Swetha (10011P0505), K. Viswatej (10011P0509)

    and K. Dharani (10011P0510) hereby declare that the mini project entitled Online Training

    and Performance Assessment (OTPA) under the guidance of Ms A. Kavitha, Assistant

    Professor, Department of Computer Science and Engineering, is submitted in the partial

    fulfillment of the requirements for the award of Integrated Dual Degree (B.Tech and M.Tech) in

    Computer Science. This is a record of bonafide work carried out by us and results embodied in

    this main project report have not been reproduced / copied from any source.

    The results embodied in this project report have not been submitted to any other

    University or Institute for the award of any other degree or diploma.

    Ch. V. A. Dora (10011P0503)

    J. S. Swetha (10011P0505)

    K. Viswatej (10011P0509)

    K. Dharani (10011P0510)

    Date:

  • 8/13/2019 2.Online Training and Performance Assessment (1)

    2/7

    ii

    Department of Computer Science and Engineering,

    JNTUH College of Engineering Hyderabad,

    Kukatpally, Hyderabad-500 085.

    CERTIFICATE BY THE SUPERVISOR

    This is to certify that mini project report entitled Online Training and Performance

    Assessment (OTPA) that is being submitted by Ch. V. A. Dora (10011P0503), J. S. Swetha

    (10011P0505), K. Viswatej (10011P0509) and K. Dharani (10011P0510) in the Department of

    Computer Science And Engineering of JNTUH COLLEGE OF ENGINEERING

    HYDERABAD is a record of bonafide work carried out by them under my guidance and

    supervision. The results embodied in this project report have not been submitted to any other

    university or institute for the award of any degree or diploma. The results have been verified and

    found to be satisfactory.

    Ms A. Kavitha

    Assistant Professor,

    Department of Computer Science & Engineering,

    JNTUH College of Engineering, Hyderabad.

    Date:

  • 8/13/2019 2.Online Training and Performance Assessment (1)

    3/7

    iii

    Department of Computer Science and Engineering,

    JNTUH College of Engineering Hyderabad,

    Kukatpally, Hyderabad-500 085.

    CERTIFICATE BY THE HEAD OF THE DEPARTMENT

    This is to certify that mini project report entitled Online Training and Performance

    Assessment (OTPA) that is being submitted by Ch. V. A. Dora (10011P0503), J. S. Swetha

    (10011P0505), K. Viswatej (10011P0509) and K. Dharani (10011P0510) in the partial

    fulfillment of requirements for award of Integrated Dual Degree (B.Tech and M.Tech) in

    Computer Science.

    Dr. B. Padmaja Rani,

    Professor & Head of the Department,

    Department of Computer Science & Engineering,

    JNTUH college of Engineering Hyderabad.

    Date:

  • 8/13/2019 2.Online Training and Performance Assessment (1)

    4/7

    iv

    Acknowledgements

    We take this opportunity to express my profound gratitude and deep regards to our guide

    Ms A.Kavitha, Assistant Professor for her exemplary guidance, monitoring and constant

    encouragement throughout the course of this project.

    We would like to thank Dr B.PADMAJA RANI , Head of Department of Computer

    Science & Engineering, JNTUH College of Engineering Hyderabad, each and every staff

    member of Department of Computer Science & Engineering for their cooperation throughout the

    project.

    Last but not the least, we would like to thank our friends who were a source of support

    and help throughout our project.

    Ch. V. A. Dora (10011P0503)

    J. S. Swetha (10011P0505)

    K. Viswatej (10011P0509)

    K. Dharani (10011P0510)

  • 8/13/2019 2.Online Training and Performance Assessment (1)

    5/7

    v

    Abstract

    With the huge development of internet for the past decade, people are using internet in almost

    every walk of life. Using internet for acquiring knowledge is beneficial to every individual. So,

    the system Online Training & Performance Assessment (OTPA) is useful to every user in

    the act of gaining knowledge and also to test their capability.

    The main objective of this project is to develop a web based application which provides tutorials

    on various topics, conduct tests through which user can assess his knowledge in a particular topic

    and generates report which is useful for further assessment.

    In this proposed system, user has to initially register to use the services provided. Aftercompleting the registration, user can login any time to take tutorials or tests in any of the

    provided topics. User also has the option of downloading the tutorial in pdf format for later

    reference. The tests are time constrained which is useful to know the capability of the user based

    on the time taken to complete a test. There are three levels of difficulty in the test. One has to

    score a minimum marks to clear a level and to proceed to next level. After completion of a test

    along with score, user has a provision of knowing the correct answers for the questions in that

    test. User can view the reports generated by the system for all tests in all topics and he can know

    details of each test taken by that user in different topics, if required.

    The maintenance of the website is the responsibility of the admin. Admin has a separate interface

    where he is provided with the option for generating three kinds of reports which tells about the

    performance of the registered users in different topics and maintenance of question-bank of

    webiste. Question-Bank maintenance consists of Topic maintenance and Questions maintenance.

    Topic maintenance includes adding, deleting and modifying topics and sub-topics. Question

    maintenance includes adding, modifying, deleting the questions from the different topics

    available in database.

  • 8/13/2019 2.Online Training and Performance Assessment (1)

    6/7

    vi

    List of Figures

    Figure number Figure name Page number

    4.1 Main Usecase Diagram 15

    4.2 Activity Diagram for Registration 19

    4.3 Sequence Diagram for Registration 20

    4.4 Activity Diagram for Login 21

    4.5 Sequence Diagram for Login (Basic Flow) 22

    4.6 Sequence Diagram for Login (Alternate Flow) 23

    4.7 Activity Diagram for Test 24

    4.8 Sequence Diagram for Test 25

    4.9 Activity Diagram for Tutorials 26

    4.10 Activity Diagram for User Maintenance 27

    4.11 Activity Diagram for User Individual Report Generation 28

    4.12 Activity Diagram for Aggregate Report Generation 29

    4.13 Activity Diagram for Question Maintenance 30

    4.14 Activity Diagram for Topic Maintenance 31

    4.15 Sequence Maintenance for Adding Topic 32

    4.16 Sequence Maintenance for Deleting Topic 33

    4.17 Sequence Maintenance for Modifying Topic 34

    4.18 Main Class Diagram 35

    7.1 OTPA Home page 63

    7.2 OTPA User Registration page 63

    7.3 OTPA Topics page 64

    7.4 OTPA Subtopics page 64

    7.5 OTPA Help page 65

    7.6 OTPA Feedback form 65

    7.7 OTPA User home page 66

    7.8 User details in selected topic 66

    7.9 OTPA Tutorial page 67

  • 8/13/2019 2.Online Training and Performance Assessment (1)

    7/7

    vii

    7.10 OTPA Test page 67

    7.11 OTPA Result page 68

    7.12 OTPA Answers page 68

    7.13 OTPA User report page 69

    7.14 OTPA Test details page 69

    7.15 OTPA Settings page 70

    7.16 OTPA Topic maintenance page 70

    7.17 OTPA Question maintenance page 71

    7.18 OTPA Topic aggregate report 71

    7.19 OTPA Topic average grade 72

    7.20 OTPA Users list 72