Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 951 Bytes

File metadata and controls

37 lines (27 loc) · 951 Bytes

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"