You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `var_to_nov` | `2` | The offset of the novice break to the varsity break. If novice semis happen when varsity quarters happen, the offset should be 1. If novice semis happen when varsity octofinals happen, the offset should be 2. |
| `var_teams_visible` | `256` | The number of teams above which the varsity outround is visible. For example, if it were 8, quarterfinals and above would be visible, if it were 4, semifinals and above would be visible. |
| `nov_teams_visible` | `256` | The number of teams above which the novice outround is visible. For example, if it were 8, quarterfinals and above would be visible, if it were 4, semifinals and above would be visible. |
| `outround_judge_priority`| `0` | Controls how judges are prioritized when assigning varsity and novice outrounds together. `0` ("Varsity Wings") assigns varsity first, then novice with remaining judges. `1` ("Novice Chairs") assigns both together by panel slot and gives novice rounds the lower draft position each slot. |
| `sidelock` | `0` | Check this to indicate you are side-locking outrounds. When checked, the gov opps for outrounds will not be random, but will adhere to sidelocks, and will be indicated on the pairing card, and bolded on the front-facing pairing display. |
Copy file name to clipboardExpand all lines: docs/Outrounds.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,11 @@ All teams have a `break_preference` field which determines which break they'd pr
12
12
13
13
It will also perform a number of checks to ensure you have enough rooms and judges. It does support paneled rounds (as long as they are consistently paneled) -- please consult the `nov_panel_size` and `var_panel_size` TabSettings for more information. It will let you pair if you don't have enough judges, but it will warn you.
14
14
15
-
The other tab setting that must be set correctly in order to ensure judges / rooms are not double booked is the `var_to_nov` variable. If you would like varsity octafinals to happen at the same time as novice quarterfinals, this value should be `2` as the quotient of number of teams in varsity break rounds to the simultaneous novice break round is 2. If they are happening at the same time, the value should be `1`, if they are octafinals at the same time as semifinals, then it should be 4, etc.
16
-
17
15
## Managing Pairings
18
16
19
-
MIT Tab supports automatic judge assignment for outrounds. On the pairing view, you can click the "Assign Judges" button to automatically assign judges to rounds based on their rankings and scratches (assuming you have set `var_to_nov` correctly - see above - AND all scratches are entered). This will respect panel sizes as configured in `var_panel_size` and `nov_panel_size`.
17
+
MIT Tab supports automatic judge and room assignment for outrounds. On the pairing view, use the Varsity and Novice dropdowns to choose which active outrounds are in scope, then click "Assign Judges" and/or "Assign Rooms". Assignment runs across the selected scope as a single pool, so judges and rooms are not double-booked within the selected rounds.
18
+
19
+
Automatic judge assignment respects panel sizes as configured in `var_panel_size` and `nov_panel_size`, and can use the `outround_judge_priority` setting when varsity and novice rounds are assigned together.
20
20
21
21
**Important**: Wing-only judges (judges with the "Wing Only" checkbox enabled) will be automatically excluded from chair assignments. They can still be assigned as panel members but will never be selected as the chair during automatic assignment.
0 commit comments