mhahnenberg / NAQT-Scoresheet-for-Android

Application for calculating and tracking quizbowl scores and statistics.
Apache License 2.0
4 stars 1 forks source link

Substitutions handling #3

Open avram opened 13 years ago

avram commented 13 years ago

There is currently no concept of substitutions, so PPTH will be skewed where they occur

mhahnenberg commented 13 years ago

I think I did handle substitutions, although again, I'm not super happy with the interface since the behavior is too implicit. I was trying to keep the interface as simple as possible. Whenever you add a player, the game considers that to be the first tossup that the player was in. If you remove them from a future tossup, then they are still on the team but no longer in each tossup. I might have messed up the stats calculation though. Can you reproduce a situation where the PPTH for a player is incorrect?

avram commented 13 years ago

Got it. I'm working exclusively with the emulator at the moment, so I haven't managed to plumb the depths of the interface. That system for subs would work. My comment on PPTH was simply because I didn't notice that subs were being handled at all.