An open API service indexing awesome lists of open source software.

https://github.com/arup-g/quizzbuzz

A quiz application.
https://github.com/arup-g/quizzbuzz

java javaswings opps

Last synced: 7 months ago
JSON representation

A quiz application.

Awesome Lists containing this project

README

          

# QuizzBuzz
The quiz application developed using Java Swing is a user-friendly program that allows users to participate in interactive quizzes. The application provides a graphical user interface (GUI) that enhances the user experience.
## Login Window
![Alt text](image.png)
### Enter username
![Alt text](image-1.png)
## Rules Button
Takes user to the rules page.

![Alt text](image-2.png)
## Continue button
Takes user to the next window.

![Alt text](image-3.png)
## Rules Window
Greets the user and showes them the rules.
![Alt text](image-4.png)
### Back Button
Takes the user mack to the Login window.
### Start Button
Takes the user to Quiz window.

![Alt text](image-5.png)
## Quiz Window
1. Quiz questions
2. 4 options to chose answer.
3. Right upper corner provied the name of current user.
### Option panel
1. Timer (15 sec for each question).
2. Next Button to go to next question.
3. Submit button (Avaiable at 9th question).
4. Quit button (Takes back to Login Window).
![Alt text](image-6.png)
### Submit Button
Available at the 9'th question.
![Alt text](image-7.png)
## Score Window
1. Final score of the user is presented
2. Play again option given
![Alt text](image-8.png)
### Play again button
Takes to the Login window.
![Alt text](image-9.png)