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. */ ?> SFIAB Evaluations Export Export Data

"; /* Options 1. Most information for preslugging scoring forms (one record per project - judgeteam assignment) (includes scheme_id and... 2. Eval_criteria Table with scheme_dscheme_name and assignto_project_when equation. 3. Eval_levels Table with scheme_id ... 4. Eval_projects_entries: One record for every project - judgeteam - criteria with current level_id 5. The Apperson format for Students Data import (Requires a special SFIAB Setup to work - details in help) */ if($_POST['action'] == "SelectOptions") { $option = $_POST['option']; $Teamnote = $_POST['teamnote']; if($option > 0 AND $option <= 9){ echo ""; } else{ echo "You entered a non-valid file number. Please enter a correct file number from 1 to 9 in the box and click 'Select a Different File'
"; } } else { $Teamnote = "Team Project"; } echo "
"; echo ""; echo "Available Files to export:

"; echo "1. Apperson scanner scoring forms pre-slug data - csv file. One record per judgeteam - project assignment (includes scheme_id ).
"; echo "2. Apperson scanner Students Data import -csv file. Requires a special SFIAB Setup to work - details in help.
"; echo "3. Microsoft Word data merge document for pre-slugging Apperson score forms (use export file #1 as recipients data.)
"; echo "4. Apperson score form/scanner font - Required for pre-slugging Apperson score forms (Install per your windows system instructions.)
"; echo "5. Eval_schemes Table - csv file.
"; echo "6. Eval_criteria Table -csv file.
"; echo "7. Eval_levels Table - csv file.
"; echo "8. Eval_projects Table - csv file.
"; echo "9. Eval_projects_entries Table - csv file: One record per judgeteam - project - criteria with current level_id (entry)
"; echo ""; echo ""; echo ""; echo "
Enter File Number to export "; echo " Click the 'Export File #' button above after you click 'Select' here.
For File #1 only: Enter pre-slug note for team projects
"; echo "
"; exit; ?>