Open source pub quiz app. Inspired by Kahoot and similar apps, but made for pub style quizes. Fully browser based.
This app does not deal with questions, it is used to submit and score users' answers. Marking is done by the admin for each answer and is fully manual. Think of it as a digital replacement for traditional answer sheets.
Note: This app is still in development. Please report any bugs or issues.
- Log into the admin page at
/admin.htmlusing the PIN from thedocker-compose.ymlfile. - Provide users the game PIN from the admin page and wait for them to join on the homepage.
- Click 'Start Game' once all users are joined.
- Read the question, then click 'Next Question' and 'Next Round' as appropriate.
- Scoring can be done either while the game is going or at the end.
- Click 'Finish Game' and the scores will be calculated and the leaderboard displayed. If the score is changed, the 'Finish Game' button can be used to recalculate.
- Click 'New Game' to start a new game.
Change the ADMIN PIN in the compose file before building.
Note: this PIN is currently not stored securely.
Use docker compose up --build -d to run. Access is on port 3011 over HTTP.