forked from science-ation/science-ation
Add some instructions to the judge divisions groupings page - nobody knows what the heck to do with jdiv groups
This commit is contained in:
parent
91cbf39f61
commit
de835bf5f5
@ -32,7 +32,9 @@
|
|||||||
'Administration' => 'admin/index.php',
|
'Administration' => 'admin/index.php',
|
||||||
'Judges' => 'admin/judges.php')
|
'Judges' => 'admin/judges.php')
|
||||||
);
|
);
|
||||||
|
echo i18n("Instructions: The goal is to create groupings that have the least number of divisions/categories required to have at least %1 projects in the group. %1 is the number of projects that a single team can judge that you have specifed in the judge scheduler configuration. Judge division groupings indicate which divisions/categories can be judged together (by the same team of judges), so the divisons/categories should be somewhat similar to ensure there are judges that can handle judging all divisions assigned to a grouping.",array($config['max_projects_per_team']));
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
function addbuttonclicked(jdiv)
|
function addbuttonclicked(jdiv)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user