Copyright (C) 2011 Dennis Spanogle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ ?> Export Evaluation Forms
"; echo ""; echo "Available Files to export:
"; echo"
1. Most information for preslugging scoring forms (one record per project - judgeteam assignment) (includes scheme_id )
"; echo"2. Eval_criteria Table with scheme_dscheme_name and assignto_project_when equation.
"; echo"3. Eval_levels Table with scheme_id ...
"; echo"4. Eval_projects_entries: One record for every project - judgeteam - criteria with current level_id
"; echo"5. The Apperson format for Students Data import (Requires a special SFIAB Setup to work - details in help)
"; echo ""; echo ""; echo ""; echo ""; echo "
Enter File Number to export
Enter TeamProjectNote (Value when Project is a Team Project)
"; echo "
"; exit; } //echo "Do it now
"; //echo "Click the button to Export Evaluations CSV file AGAIN"; $option = $_POST['option']; $Teamnote = $_POST['teamnote']; echo "
"; echo ""; echo "Available Files to export:
"; echo"
1. Most information for preslugging scoring forms (one record per project - judgeteam assignment) (includes scheme_id )
"; echo"2. Eval_criteria Table with scheme_dscheme_name and assignto_project_when equation.
"; echo"3. Eval_levels Table with scheme_id ...
"; echo"4. Eval_projects_entries: One record for every project - judgeteam - criteria with current level_id
"; echo"5. The Apperson format for Students Data import (Requires a special SFIAB Setup to work - details in help)
"; echo ""; echo ""; echo ""; echo ""; echo "
Enter File Number to export
Enter TeamProjectNote (Value when Project is a Team Project)
"; echo "
"; if($option > 0 AND $option < 6){ echo ""; } else{ echo "You entered a non-valid file number. Please enter a correct file number from 1 to 6 in the box and click 'Select a Different File'
"; } echo "
"; ?>