- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
KBC Quiz System Class Diagram describes the structure of a KBC Quiz System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the KBC Quiz System are Questions, Answers, Pattenrs, Participants, Points, Level.
Classes of KBC Quiz System Class Diagram:
- Questions Class : Manage all the operations of Questions
- Answers Class : Manage all the operations of Answers
- Pattenrs Class : Manage all the operations of Pattenrs
- Participants Class : Manage all the operations of Participants
- Points Class : Manage all the operations of Points
- Level Class : Manage all the operations of Level
Classes and their attributes of KBC Quiz System Class Diagram:
- Questions Attributes : question_id, question_title, question_type, question_description
- Answers Attributes : answer_id, answer_title, answer_type, answer_description
- Pattenrs Attributes : pattern_id, pattern_title, pattern_type, pattern_description
- Participants Attributes : level_id, level_title, level_type, level_description
- Points Attributes : point_id, point_title, point_type, point_description
- Level Attributes : level_id, level_title, level_type, level_description
Classes and their methods of KBC Quiz System Class Diagram:
- Questions Methods : addQuestions(), editQuestions(), deleteQuestions(), updateQuestions(), saveQuestions(), searchQuestions()
- Answers Methods : addAnswers(), editAnswers(), deleteAnswers(), updateAnswers(), saveAnswers(), searchAnswers()
- Pattenrs Methods : addPattenrs(), editPattenrs(), deletePattenrs(), updatePattenrs(), savePattenrs(), searchPattenrs()
- Participants Methods : addParticipants(), editParticipants(), deleteParticipants(), updateParticipants(), saveParticipants(), searchParticipants()
- Points Methods : addPoints(), editPoints(), deletePoints(), updatePoints(), savePoints(), searchPoints()
- Level Methods : addLevel(), editLevel(), deleteLevel(), updateLevel(), saveLevel(), searchLevel()
Class Diagram of KBC Quiz System :
Class Diagram Image: