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.
- Install all dependencies by running
pip install -r requirements.txt - 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.