Skip to content

gaurav25122000/Quiz_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quiz_System

The system contains 3 java classes.

  1. Question
  2. Student
  3. Quiz
  • Question class is used to store questions, set marks options etc.
    • Questions can be created by user with the options and the correct one
  • Student class is used to store the name and scored marks of quiz for a student.
    • Students can be created by teacher by their name as well as score of quizes
  • Quiz class is the main class which uses objects for both the classes and lets you create your own quiz and if you don't want to create a quiz, then there is a predefined quiz qith random questions always appearing in random order.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages