0, 'special'=>0); $jteam_judge_count[$r] = array('divisional'=>0, 'special'=>0); $judges_used_in_round[$r] = array(); $unused_judge_count[$r] = 0; } foreach($judges as &$j) { if($j['attending'] == 0) { $j_not_attending++; } else { if($j['j_complete']) { $all = true; foreach($j['j_rounds'] as $r) { if($r >= $num_rounds) { continue; } if($r === NULL || $r == -1) { $all = false; continue; } $j_round[$r] += 1; } if($all) $j_round_all += 1; $j_complete += 1; } else { $j_incomplete += 1; } } } foreach($jteams as &$jteam) { $round = $jteam['round']; if($round >= $num_rounds) { /* Can create teams for rounds that don't exist, like cusp teams */ continue; } $n_judges = count($jteam['user_ids']); if($jteam['award_id'] < 1) { $type = 'special'; } else { $type = $awards[$jteam['award_id']]['type']; if($type == 'grand' || $type == 'other') $type = 'special'; } $jteam_count[$round][$type] += 1; $jteam_judge_count[$round][$type] += $n_judges; $judges_used_in_round[$round] = array_merge($judges_used_in_round[$round], $jteam['user_ids']); } /* Count unused judges */ foreach($judges as &$j) { for($r=0; $r<$num_rounds; $r++) { if(in_array($r, $j['j_rounds']) && !in_array($j['uid'], $judges_used_in_round[$r])) { $unused_judge_count[$r]+=1; } } } $timeslot_msg = ''; if($num_rounds == 0) { $timeslot_msg = "
ERROR: There are 0 judging rounds defined"; } ?>

Stats

&$t) { $r = $t['round']; ?>
Complete Judges
All
Total
Incomplete Judges
Incomplete
Not Attending
&$t) { $r = $t['round']; ?>
Judging Teams
DivisionalSpecialUnused
Teams
Judges

Judges

Judging Assignments

Judge Score Entry