This is a video demonstrating the math quiz generator that I made using Java and JavaFX.
For my internal assessment project of the course, I used JavaFX to create a user interface allowing the user to generate a math quiz with random problems based on the given requirements. The user could select any of the four basic functions to include, specify a range of numbers for problems to be generated with, and specify a number of problems for the quiz. An accompanying answer key with the correct questions to the quiz would also be generated. A pre-existing answer key could also be loaded in to copy the formatting of a previous quiz.
For a more detailed document on this program and its components, including some screenshots of the code, click here.