- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Multiple Choice Quiz System Class Diagram describes the structure of a Multiple Choice Quiz System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Multiple Choice Quiz System are Students, Examinations, Marks, Courses, Papers, Results.
Classes of Multiple Choice Quiz System Class Diagram:
- Students Class : Manage all the operations of Students
- Examinations Class : Manage all the operations of Examinations
- Marks Class : Manage all the operations of Marks
- Courses Class : Manage all the operations of Courses
- Papers Class : Manage all the operations of Papers
- Results Class : Manage all the operations of Results
Classes and their attributes of Multiple Choice Quiz System Class Diagram:
- Students Attributes : student_id, student_college_id, student_name, student_mobile, student_email, student_username, student_password, student_address
- Examinations Attributes : exam_id, exam_student_id, exam_roll_number, exam_date exam_name, exam_type, exam_description
- Marks Attributes : mark_id, mark_student_id, mark_exam_id, mark_result, mark_number, mark_type, mark_description
- Courses Attributes : course_id, course_student_id, course_registration, course_name, course_type, course_year, course_description
- Papers Attributes : paper_id, paper_exam_id, paper_subject, paper_time paper_name, paper_type, paper_description
- Results Attributes : result_id, result_student_id, result_date, result_type, result_description
Classes and their methods of Multiple Choice Quiz System Class Diagram:
- Students Methods : addStudents(), editStudents(), deleteStudents(), updateStudents(), saveStudents(), searchStudents()
- Examinations Methods : addExaminations(), editExaminations(), deleteExaminations(), updateExaminations(), saveExaminations(), searchExaminations()
- Marks Methods : addMarks(), editMarks(), deleteMarks(), updateMarks(), saveMarks(), searchMarks()
- Courses Methods : addCourses(), editCourses(), deleteCourses(), updateCourses(), saveCourses(), searchCourses()
- Papers Methods : addPapers(), editPapers(), deletePapers(), updatePapers(), savePapers(), searchPapers()
- Results Methods : addResults(), editResults(), deleteResults(), updateResults(), saveResults(), searchResults()
Class Diagram of Multiple Choice Quiz System :
Class Diagram Image: