diff --git a/admin/reports_judges.inc.php b/admin/reports_judges.inc.php index a00e97af..9c0cc690 100644 --- a/admin/reports_judges.inc.php +++ b/admin/reports_judges.inc.php @@ -660,6 +660,12 @@ $report_judges_fields = array( 'table' => "judges_timeslots.date", 'components' => array('teams', 'projects')), + 'rank' => array( + 'name' => 'Project -- Rank (left blank for judges to fill out)', + 'header' => 'Rank', + 'width' => 1.00, + 'table' => '""' ), + 'question_1' => array( 'name' => 'Judge -- Custom Judge Registration Question 1', 'header' => 'Q1',