Multi Choice Quiz System UML Diagram

Subscribe our YouTube channel for latest project videos and tutorials Click Here

Posted By freeproject on March 22, 2018

Multiple Choice Quiz System Activity Diagram

Posted By freeproject on March 13, 2018

This is the Activity UML diagram of Multiple Choice Quiz System which shows the flows between the activity of Paper, Student, Examination, Mark, Course. The main activity involved in this UML Activity Diagram of Multiple Choice Quiz System are as follows:

  • Paper Activity
  • Student Activity
  • Examination Activity
  • Mark Activity
  • Course Activity

Features of the Activity UML diagram of Multiple Choice Quiz System

  • Admin User can search Paper, view description of a selected Paper, add Paper, update Paper and delete Paper.
  • Its shows the activity flow of editing, adding and updating of Student
  • User will be able to search and generate report of Examination, Mark, Course
  • All objects such as ( Paper, Student, Course) are interlinked
  • Its shows the full description and flow of Paper, Mark, Course, Examination, Student
Multiple Choice Quiz System Activity Diagram

Multiple Choice Quiz System Class Diagram

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: 
Multiple Choice Quiz System Class Diagram

Multiple Choice Quiz System Component Diagram

Posted By freeproject on February 8, 2018

This is a Component diagram of Multiple Choice Quiz System which shows components, provided and required interfaces, ports, and relationships between the Student, Results, Examination, Course and Paper. This type of diagrams is used in Component-Based Development (CBD) to describe systems with Service-Oriented Architecture (SOA). Multiple Choice Quiz System UML component diagram, describes the organization and wiring of the physical components in a system.

Components of UML Component Diagram of Multiple Choice Quiz System:

  • Student Component
  • Results Component
  • Examination Component
  • Course Component
  • Paper Component

Featues of Multiple Choice Quiz System Component Diagram:

  • You can show the models the components of Multiple Choice Quiz System.
  • Model the database schema of Multiple Choice Quiz System
  • Model the executables of an application of Multiple Choice Quiz System
  • Model the system's source code of Multiple Choice Quiz System
Component Diagram: 

Multiple Choice Quiz System ER Diagram

Posted By freeproject on July 17, 2017

This ER (Entity Relationship) Diagram represents the model of Multiple Choice Quiz System Entity. The entity-relationship diagram of Multiple Choice Quiz System shows all the visual instrument of database tables and the relations between Examinations, Courses, Students, Results etc. It used structure data and to define the relationships between structured data groups of Multiple Choice Quiz System functionalities. The main entities of the Multiple Choice Quiz System are Students, Examinations, Marks, Courses, Papers and Results.

Multiple Choice Quiz System entities and their attributes :

  • Students Entity : Attributes of Students are student_id, student_college_id, student_name, student_mobile, student_email, student_username, student_password, student_address
  • Examinations Entity : Attributes of Examinations are exam_id, exam_student_id, exam_roll_number, exam_date exam_name, exam_type, exam_description
  • Marks Entity : Attributes of Marks are mark_id, mark_student_id, mark_exam_id, mark_result, mark_number, mark_type, mark_description
  • Courses Entity : Attributes of Courses are course_id, course_student_id, course_registration, course_name, course_type, course_year, course_description
  • Papers Entity : Attributes of Papers are paper_id, paper_exam_id, paper_subject, paper_time paper_name, paper_type, paper_description
  • Results Entity : Attributes of Results are result_id, result_student_id, result_date, result_type, result_description

Description of Multiple Choice Quiz System Database :

  • The details of Students is store into the Students tables respective with all tables
  • Each entity (Results, Marks, Papers, Examinations, Students) contains primary key and unique keys.
  • The entity Marks, Papers has binded with Students, Examinations entities with foreign key
  • There is one-to-one and one-to-many relationships available between Papers, Courses, Results, Students
  • All the entities Students, Papers, Marks, Results are normalized and reduce duplicacy of records
  • We have implemented indexing on each tables of Multiple Choice Quiz System tables for fast query execution.
Multiple Choice Quiz System ER Diagram

Multiple Choice Quiz System Sequence Diagram

Posted By freeproject on January 31, 2018

This is the UML sequence diagram of Multiple Choice Quiz System which shows the interaction between the objects of Course, Student, Examination, Results, Mark. The instance of class objects involved in this UML Sequence Diagram of Multiple Choice Quiz System are as follows:

  • Course Object
  • Student Object
  • Examination Object
  • Results Object
  • Mark Object

This is the UML sequence diagram of Multiple Choice Quiz System which shows the interaction between the objects of Course, Student, Examination, Results, Mark. The instance of class objects involved in this UML Sequence Diagram of Multiple Choice Quiz System are as follows:

  • Course Object
  • Student Object
  • Examination Object
  • Results Object
  • Mark Object

Multiple Choice Quiz System Use Case Diagram

Posted By freeproject on July 24, 2017

This Use Case Diagram is a graphic depiction of the interactions among the elements of Multiple Choice Quiz System. It represents the methodology used in system analysis to identify, clarify, and organize system requirements of Multiple Choice Quiz System. The main actors of Multiple Choice Quiz System in this Use Case Diagram are: Super Admin, System User, Examiners, Candidates, who perform the different type of use cases such as Manage Students, Manage Examinations, Manage Marks, Manage Courses, Manage Papers, Manage Results, Manage Users and Full Multiple Choice Quiz System Operations. Major elements of the UML use case diagram of Multiple Choice Quiz System are shown on the picture below.

The relationships between and among the actors and the use cases of Multiple Choice Quiz System:

  • Super Admin Entity : Use cases of Super Admin are Manage Students, Manage Examinations, Manage Marks, Manage Courses, Manage Papers, Manage Results, Manage Users and Full Multiple Choice Quiz System Operations
  • System User Entity : Use cases of System User are Manage Students, Manage Examinations, Manage Marks, Manage Courses, Manage Papers, Manage Results
  • Examiners Entity : Use cases of Examiners are Create Question Papers, View Candidates, Publish Timetables, Publish Results
  • Candidates Entity : Use cases of Candidates are Search Exams, View Questions, Submit Exams

Use Case Diagram of Multiple Choice Quiz System :

Multiple Choice Quiz System Use Case Diagram

Project Category

Call FreeProjectz WhatsApp FreeProjectz