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.
- Host: GitHub
- URL: https://github.com/arup-g/quizzbuzz
- Owner: ARUP-G
- License: mit
- Created: 2023-06-25T18:32:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-07T19:45:43.000Z (over 1 year ago)
- Last Synced: 2025-01-23T07:45:48.575Z (9 months ago)
- Topics: java, javaswings, opps
- Language: Java
- Homepage:
- Size: 1.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

### Enter username

## Rules Button
Takes user to the rules page.

## Continue button
Takes user to the next window.

## Rules Window
Greets the user and showes them the rules.

### Back Button
Takes the user mack to the Login window.
### Start Button
Takes the user to Quiz window.
## 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).

### Submit Button
Available at the 9'th question.

## Score Window
1. Final score of the user is presented
2. Play again option given

### Play again button
Takes to the Login window.
