Provides an interface for creating quiz game questions and teams, as well as a Game Master and Player windows for administrating the quiz.
The following software is intended for the use of the McGill Students Anime Club and is otherwise provided as-is. It is assumed that any unintended users is able to adapt the source code to their specific uses.
Open an existing Question Set for editing, or create a new Question Set. Question Sets can be either text questions, music, or screenshots. Either way, the question "content" is stored as a string, so in the case of music and screenshots, the file path is stored. This makes more sense for our use...
Add/Remove/Edit teams and their team members.
Load an existing Question Set into the game board. Doing so would load controls allowing to give points or penalty to teams. When a question is currently loaded, this window will also show the answer as well as the weight of the question in points. Buttons for controlling answer display will also be available. Furthermore, the answering order will also be listed here and updated as teams buzz in.
When the GM loads a question set, all the unanswered questions contained within will be displayed as buttons with the point value. The team in control will chose a question, which will then be displayed in the player window. The answer display, as well as whatever animation, is controlled by the GM.
The GM Window will show a leaderboard with individual player scores, while the Player Window will only show a leaderboard of teams.
Available settings will be
- Default music folder: the preferred folder where music files for the quiz can be found
- Default screenshot folder: the preferred folder where screenshots can be found
- Autoplay music (yes/no)
- Question duration: set the duration for the question timers
- Test serial for the bluetooth
- Add playback options for when autoplay = false