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

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

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.