alopezlago / MODAQ

Web application for assisting moderators with reading and scorekeeping quiz bowl matches.
https://www.quizbowlreader.com/demo.html
MIT License
14 stars 5 forks source link

Support superpowers #278

Closed geoffrey-wu closed 11 months ago

geoffrey-wu commented 11 months ago

Would have to make some assumption about what superpowers look like - I think the two most common are (+) and (**). This could go under the "freeform" format? An example of a set that uses superpowers is 2023 ARCHIVE.

alopezlago commented 11 months ago

MODAQ does support superpowers (and an arbitrary number of superpower levels), but you have to customize the game format in Options | Format...

You have to do this for each game right now, but the better way to deal with it is

  1. Use a wizard where it's easy to keep the current format or upload one (#216)
  2. Use something like TMS that uses MODAQ as a component and can pass in the same game format each round

image

alopezlago commented 11 months ago

Won't Fix this as it's already supported.