Skip to content

Commit

Permalink
lab01
Browse files Browse the repository at this point in the history
  • Loading branch information
dibamirza committed Oct 11, 2023
1 parent 71b45cb commit 91b90e2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions _lab/lab01.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: lab
num: lab01
ready: false
ready: true
desc: "Objective Cars"
assigned: 2023-10-12 9:00:00.00-8
due: 2023-10-18 23:59:00.00-8
Expand Down Expand Up @@ -101,5 +101,5 @@ The lab assignment “{{page.num}}” should appear in your Gradescope dashboard
If you already submitted something on Gradescope, it will take you to their “Autograder Results” page. There is a “Resubmit” button on the bottom right that will allow you to update the files for your submission.
For this lab, if everything is correct, you’ll see a successful submission passing all of the Autograder tests.

**Remember to check if you can see the uploaded files for Lab02.**
**Remember to check if you can see the files uploaded correctly in Gradescope.**

2 changes: 1 addition & 1 deletion _site/assets/js/calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var dates = [{
"num" : "lab01",
"assigned" : "2023-10-12 09:00:00 -0800",
"due" : "2023-10-18 23:59:00 -0800",

"ready" : "true",
"desc" : "Objective Cars",

}
Expand Down
4 changes: 2 additions & 2 deletions _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -375,9 +375,9 @@ <h1 id="cs-24-f23-problem-solving-with-computers-ii">CS 24 F23: Problem Solving



<tr class="not-ready">
<tr class="ready">
<td class="asn_num"><a href="/f23/lab/lab01/" data-ajax="false">lab01</a></td>
<td class="asn_ready">false</td>
<td class="asn_ready">true</td>
<td class="asn_desc">Objective Cars</td>
<td class="asn_date">Thu 10/12 09:00AM</td>
<td class="asn_date">Wed 10/18 11:59PM</td>
Expand Down
6 changes: 3 additions & 3 deletions _site/lab/lab01/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,9 @@ <h1>lab01 : Objective Cars</h1>



<tr class="not-ready" >
<tr class="ready" >
<td class="asn_num" ><a href="/f23/lab/lab01/" data-ajax="false">lab01</a></td>
<td class="asn_ready">false</td>
<td class="asn_ready">true</td>
<td class="asn_desc" >Objective Cars</td>
<td class="asn_date" >Thu 10/12 09:00AM</td>
<td class="asn_date" >Wed 10/18 11:59PM</td>
Expand Down Expand Up @@ -406,7 +406,7 @@ <h2 id="step-3-test-your-code-and-upload-to-gradescope">Step 3: Test Your Code a
If you already submitted something on Gradescope, it will take you to their “Autograder Results” page. There is a “Resubmit” button on the bottom right that will allow you to update the files for your submission.
For this lab, if everything is correct, you’ll see a successful submission passing all of the Autograder tests.</p>

<p><strong>Remember to check if you can see the uploaded files for Lab02.</strong></p>
<p><strong>Remember to check if you can see the files uploaded correctly in Gradescope.</strong></p>


</div><!-- content -->
Expand Down
4 changes: 2 additions & 2 deletions _site/lab_list/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -282,9 +282,9 @@ <h2 id="labs">Labs:</h2>



<tr class="not-ready">
<tr class="ready">
<td class="asn_num"><a href="/f23/lab/lab01/" data-ajax="false">lab01</a></td>
<td class="asn_ready">false</td>
<td class="asn_ready">true</td>
<td class="asn_desc">Objective Cars</td>
<td class="asn_date">Thu 10/12 09:00AM</td>
<td class="asn_date">Wed 10/18 11:59PM</td>
Expand Down

0 comments on commit 91b90e2

Please sign in to comment.