Skip to content

A simple (currently a bit hacky) pub quiz scoreboard written in JQuery

Notifications You must be signed in to change notification settings

cssoc/Pub-Quiz-Scoreboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pub-Quiz-Scoreboard

A simple (currently a bit hacky) pub quiz scoreboard written in JQuery

Note, some of the code (especially the CSS) was done last minute and is a bit hacky, so please excuse poor quality! Subpit a pull request if you have any suggestions or improvements.

Summary

There are two main "screens" and three different types of scoreboard. On the home screen there are two scoreboards:

  • Team Scores - you enter the scores in each round here, you can edit the text directly
  • Live Scoreboard - this automatically updates any time you edit the scores to show the latest positions
  • Popup Scoreboard - this shows the scores in each round with forward/backward buttons

Demo

You can play with a live demo here, or view the video of the scoreboard below.

ScreenShot

Todo

The following are features I would love to add:

  • Step Throuch Popup Scoreboard one at a time - only updating one team in reverse order for more suspense
  • Having a popup of the live scoreboard
  • Swap table.js functions so you could call $('#table').save('teams'), $('#table').load('teams') etc...
  • Replace the hacky and rushed CSS for the popup window
  • Encapsulate the different scoreboards -> $('#live').liveScoreboard($dataTable) etc...

About

A simple (currently a bit hacky) pub quiz scoreboard written in JQuery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published