Skip to content

Quiz Generator Developed using Java for UECS1144 Object Oriented Application Development assignment

Notifications You must be signed in to change notification settings

flamneX/QuizGenerator-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Welcome to the code implementation of the Quiz Generating System Using Java

This system includes the partipation of three types the users:

  • Students
  • Lecturers
  • System Administrators

where the users are able to:

  • Students

    • Start A Quiz
    • Check Quiz History
  • Lecturers

    • Perform CRUD on Courses
    • Perform CRUD on Chapters
    • Perform CRUD on Questions
    • View Quiz Report generated by the system
  • Administrators

    • Perform CRUD on Courses
    • Perform CRUD on Chapters
    • Perform CRUD on Questions
    • View Quiz Report generated by the system
    • Perform CRUD on other accounts

Folder Structure

The workspace contains two folders by default, where:

  • src: the folder to maintain sources
  • lib: the folder to maintain dependencies

Meanwhile, the compiled output files will be generated in the bin folder by default.

To run the system, go to src/Program/Menu and click "Run"

About

Quiz Generator Developed using Java for UECS1144 Object Oriented Application Development assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages