forked from science-ation/science-ation
Add an empty "Rank" column for judges to specify the rank of a project
This commit is contained in:
parent
6635115ab9
commit
b34ad909b5
@ -660,6 +660,12 @@ $report_judges_fields = array(
|
|||||||
'table' => "judges_timeslots.date",
|
'table' => "judges_timeslots.date",
|
||||||
'components' => array('teams', 'projects')),
|
'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(
|
'question_1' => array(
|
||||||
'name' => 'Judge -- Custom Judge Registration Question 1',
|
'name' => 'Judge -- Custom Judge Registration Question 1',
|
||||||
'header' => 'Q1',
|
'header' => 'Q1',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user