You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A command-line Java application built with Gradle and JDK 17, featuring role-based login for admins and students. Admins can programmatically update a quiz bank stored in JSON, while students take dynamically randomized quizzes. The project uses the JSON.simple library for lightweight JSON parsing and is structured using standard OOP practices.