The purpose of this project is to develop an application to create and use short quizzes as a tool for studying.
The main function of the program is to add quiz questions and then later practice using them.
The intended user for this program is someone like a student, trying to create study materials for an exam, or an instructor trying to provide study resources for their students.
Some of the functionality I have implemented in this project includes:
- Fully function CLI usage, allowing users to create, and practice quiz questions
- Functional save and load system writing to and reading from JSON Files
- GUI interface for interacting with many functions of the program, such as creating/removing questions, saving and loading collections of questions