S
SteveS
Hi all..
I've searched Google groups on dealing with ranking and
tie breakers, but no luck. I hope someone can get me going
in the right direction, since I am stuck right now.
In our tournament, we have 5 judges. We write down the
five scores (paper way), mark out the highest and the
lowest (they are never used again) and sum the remaining 3
scores. If there is a tie, we compare the lowest scores.
If they are equal (still tied), then the highest scores
are compared. If they are still tied, the two contestants
compete again and the process (summing/comparing) is done
again. If they are still tied, the 5 judges make a
decision.
Example:
(A)
Scores after the low/high are thrown out:
S1 S2 S3 Total
Bill 5.5 5.4 5.4 16.3
Sam 5.4 5.1 5.5 16.0
Tom 5.1 5.4 5.5 16.0
Bill is in 1st place (no matter what happens in the tie
breaker)
Comparing Sam's and Tom's low scores: both 5.4
then hi scores: both 5.6
Sam & Tom tied for 2 place
(B)
They compete again. Remaining 3 scores:
S1 S2 S3 Total
Sam 5.6 5.4 5.6 16.6
Tom 5.5 5.5 5.6 16.6
Total tied again. Compare low scores
Sam 5.4
Tom 5.5 ***
Tom's low score is higher tha Sam's low score so Tom is
2nd place and Sam is 3rd place.
Note: that Bill is still in 1st place even though Sam's
and Tom's total for the second set of scores is highter
than Bill's first total score.
How do I keep the tie breaker scores (B) out of the first
set of scores (A) ? It has to work for ties for 1st place,
third place, three way ties, etc.
Do/should I add 1 or 2 more fields to some how keep track
of place and level of ties (second/third tie - see
example)?
Any ideas, examples, code snippets, etc more than
welcome....
TIA
Steve
I've searched Google groups on dealing with ranking and
tie breakers, but no luck. I hope someone can get me going
in the right direction, since I am stuck right now.
In our tournament, we have 5 judges. We write down the
five scores (paper way), mark out the highest and the
lowest (they are never used again) and sum the remaining 3
scores. If there is a tie, we compare the lowest scores.
If they are equal (still tied), then the highest scores
are compared. If they are still tied, the two contestants
compete again and the process (summing/comparing) is done
again. If they are still tied, the 5 judges make a
decision.
Example:
(A)
Scores after the low/high are thrown out:
S1 S2 S3 Total
Bill 5.5 5.4 5.4 16.3
Sam 5.4 5.1 5.5 16.0
Tom 5.1 5.4 5.5 16.0
Bill is in 1st place (no matter what happens in the tie
breaker)
Comparing Sam's and Tom's low scores: both 5.4
then hi scores: both 5.6
Sam & Tom tied for 2 place
(B)
They compete again. Remaining 3 scores:
S1 S2 S3 Total
Sam 5.6 5.4 5.6 16.6
Tom 5.5 5.5 5.6 16.6
Total tied again. Compare low scores
Sam 5.4
Tom 5.5 ***
Tom's low score is higher tha Sam's low score so Tom is
2nd place and Sam is 3rd place.
Note: that Bill is still in 1st place even though Sam's
and Tom's total for the second set of scores is highter
than Bill's first total score.
How do I keep the tie breaker scores (B) out of the first
set of scores (A) ? It has to work for ties for 1st place,
third place, three way ties, etc.
Do/should I add 1 or 2 more fields to some how keep track
of place and level of ties (second/third tie - see
example)?
Any ideas, examples, code snippets, etc more than
welcome....
TIA
Steve