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
The workspace contains two folders by default, where:
src: the folder to maintain sourceslib: 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"