mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-12 08:18:44 +00:00
Fix team points per OHSAA
This commit is contained in:
@@ -27,15 +27,58 @@
|
||||
<li>Win by tech fall: 1.5pt extra</li>
|
||||
<li>Win by fall, default, dq: 2pt extra</li>
|
||||
<li>BYE points: 2pt (if you win at least 1 match in a pool with a BYE)</li>
|
||||
<li>1st place: 16pt</li>
|
||||
<li>2nd place: 12pt</li>
|
||||
<li>3rd place: 10pt</li>
|
||||
<li>4th place: 9pt</li>
|
||||
<li>5th place: 7pt</li>
|
||||
<li>6th place: 6pt</li>
|
||||
<li>7th place: 4pt</li>
|
||||
<li>8th place: 3pt</li>
|
||||
</ul>
|
||||
<p>Placement points will happen as follows (based on the largest bracket of the tournament):</p>
|
||||
<table class="table table-hover table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Number of Places</th>
|
||||
<th>1st Place Points</th>
|
||||
<th>2nd Place Points</th>
|
||||
<th>3rd Place Points</th>
|
||||
<th>4th Place Points</th>
|
||||
<th>5th Place Points</th>
|
||||
<th>6th Place Points</th>
|
||||
<th>7th Place Points</th>
|
||||
<th>8th Place Points</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>1st-4th</td>
|
||||
<td>14</td>
|
||||
<td>10</td>
|
||||
<td>7</td>
|
||||
<td>4</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1st-6th</td>
|
||||
<td>16</td>
|
||||
<td>12</td>
|
||||
<td>9</td>
|
||||
<td>7</td>
|
||||
<td>5</td>
|
||||
<td>3</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1st-8th</td>
|
||||
<td>16</td>
|
||||
<td>12</td>
|
||||
<td>9</td>
|
||||
<td>7</td>
|
||||
<td>5</td>
|
||||
<td>3</td>
|
||||
<td>2</td>
|
||||
<td>1</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<p>Finals matches will only recieve extra placement points for placing higher and bonus points for pin, tech, major, etc. Please note, only brackets with four pools place up to 8. Brackets with 1 or 2 pools only place top 4.</p>
|
||||
<br>
|
||||
<h4>Pool Types</h4>
|
||||
|
||||
Reference in New Issue
Block a user