quizbowl / schema

This is how we describe quizbowl.
https://schema.quizbowl.technology
MIT License
9 stars 3 forks source link

Customize tossup types/values #13

Closed jonahgreenthal closed 10 years ago

jonahgreenthal commented 10 years ago

See also issue #12. One possibility is to create a new object type QuestionType (name, value, earns_bonus, bounces_back) and instead of MatchPlayer having (fifteens, tens, neg_fives) it would have an Array<AnswerTally>, where AnswerTally is (QuestionType, count)?