https://github.com/subatomicplanets/webquiz
A simple group quiz website
https://github.com/subatomicplanets/webquiz
css flask html javascript multiplayer python quiz socket-io website
Last synced: 3 months ago
JSON representation
A simple group quiz website
- Host: GitHub
- URL: https://github.com/subatomicplanets/webquiz
- Owner: SubatomicPlanets
- License: mit
- Created: 2025-03-23T11:49:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-23T12:04:38.000Z (about 1 year ago)
- Last Synced: 2025-03-23T12:28:51.373Z (about 1 year ago)
- Topics: css, flask, html, javascript, multiplayer, python, quiz, socket-io, website
- Language: HTML
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebQuiz
WebQuiz is a simple, interactive group quiz website.
Users can visit the site, enter a nickname, and participate in a quiz with others.
For each question, select "Yes" or "No" and wait for all participants to respond.
Once everyone has answered, the next question will load automatically.
At the end of the game, a leaderboard displays the results.
# How to Run
1. Install all dependencies by running `pip install -r requirements.txt`
2. Start the server by executing `python main.py`
Customize the host, port, and other settings in the main.py file.
Modify the quiz questions by editing the dataset.json file.