shanep-class 1.0.4 → 1.0.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 24451f3858333f2fd7d083a0cf9f39923ded5ed577d46a3fc390308e2c68f0bb
4
- data.tar.gz: 2ed284a9cdb706d3096550716aa6663088bf3ea6467fc8535e41bcf0fe26b1c2
3
+ metadata.gz: c6375c73e03dd06c642180b5c9e82f98843b94b2f5b1f790c499bf6b418a56f1
4
+ data.tar.gz: 5ccf36ae1dd4e185c414fa7201c7dd22c336f1aca581d3be4cc4b45fd926845c
5
5
  SHA512:
6
- metadata.gz: d06c02e9aadcf79e10fc1c2016452b88e2d66e56624061d94a8238c98033c7a9f71e5eb865ba54c7e3faeed8efc918d8f71259c7df8afde0d2e6cd1540854933
7
- data.tar.gz: cfba943db2feb219d64c9ddd63cca29836d03dd0667f2c528138e4244b9f88e64ff368110df7f1a770b686b5b3707e4ac7a79e96bcddfab641302fb5b9df4913
6
+ metadata.gz: 62a1d86d52522dc5cd039fe21ae9ef436bfe4b50002943fd9773f349ddf423edd1a6f1aa906893c5363fd22e7c2b1a09df2b51958fdb8aff5a89e984c7f433ea
7
+ data.tar.gz: be821b73e96f62967b60ef99aaafbc2a4e5d09d143ff3a1b69d28a5b1150b85de79795399f5467be50290c73cf64e23b9a29bf7f7b6b314344410311d1758cb1
@@ -33,8 +33,6 @@
33
33
  <li><a href="{{tableFile.discussion}}">Discussion Forum</a></li>
34
34
  <li><a href="{{tableFile.github}}">Github Course Site</a></li>
35
35
  <li><a href="{{tableFile.grades}}">Grades</a></li>
36
- <li><a href="{{tableFile.exams}}">Midterm and Final exams</a></li>
37
- <li><a href="{{tableFile.example-exams}}">Practice exams</a></li>
38
36
  </ul>
39
37
 
40
38
  <h2 id="schedule">Schedule - {{tableFile.semester}}</h2>
data/_layouts/lab.html CHANGED
@@ -7,11 +7,13 @@ layout: course
7
7
  <p>
8
8
  All of your Lab work will be submitted through Github Classroom. You are responsible for
9
9
  ensuring all your code is properly pushed to Github! Any code not pushed to Github by the
10
- deadline will not be accepted under any circumstances.The first step is to create a
11
- <a href="https://github.com">GitHub</a> account if you don’t already have one.
10
+ deadline will not be accepted under any circumstances. If you don't already have a
11
+ <a href="https://github.com">GitHub</a> account you will need to create one.
12
12
  </p>
13
13
 
14
- <h2 id="accept-the-assignment">Accept the assignment</h2>
14
+ {{content}}
15
+
16
+ <h2 id="accept-the-assignment">Step 1 - Accept the assignment</h2>
15
17
 
16
18
  <ul>
17
19
  <li><a href="{{site.data.semester-info.labs[page.slug]}}">Get the Starter Code</a></li>
@@ -27,36 +29,43 @@ layout: course
27
29
 
28
30
  {% include youtube.html param="https://www.youtube.com/embed/U1vCFZmtYUA" %}
29
31
 
30
- <h2 id="clone-the=repository-using-vscode">Clone the repository using VSCode</h2>
32
+ <h2 id="clone-the-repository-using-vscode">Step 2 - Clone the repository using VSCode</h2>
31
33
 
32
34
  <ul>
33
35
  <li>
34
- Once you have accepted your assignment you can launch VSCode to clone your repository and start
35
- working on your assignment.
36
- </li>
37
- <li>
38
- After the due date for the assignment passes your instructor will grade whatever code you
39
- have committed and pushed to your repository.
36
+ Once you have accepted your assignment you can launch VSCode to clone the starter code to
37
+ your local machine.
40
38
  </li>
41
39
  </ul>
42
40
 
43
- {% include youtube.html param="https://www.youtube.com/embed/fiPsHGi3Z_s" %}
44
-
45
41
 
46
- <h2 id="submitting-your-finished-code-to-github">Submitting your finished code to Github</h2>
42
+ {% include youtube.html param="https://www.youtube.com/embed/fiPsHGi3Z_s" %}
47
43
 
48
- After you have completed the assignment you need to add, commit, and push your code to Github so
49
- it can be graded. Any code that is not pushed by the due date will not be graded and can not be
50
- submitted late.
44
+ <h2 id="complete-the-lab">Step 3 - Complete the lab</h2>
51
45
 
52
- {% include youtube.html param="https://www.youtube.com/embed/ersuzAUtTsY" %}
46
+ <ul>
47
+ <li>
48
+ The assignment specifications will be located in the README.md in the starter code.
49
+ </li>
50
+ <li>
51
+ The README.md will have a link to the grading rubric that you can use to verify you have
52
+ completed all requirements.
53
+ </li>
54
+ </ul>
53
55
 
56
+ <h2 id="push-your-finished-code-to-github">Step 4 - Push your finished code to Github</h2>
54
57
 
55
- <h2 id="universal-grading-rubric">Universal Grading Rubric</h2>
58
+ <ul>
59
+ <li>
60
+ After you have completed the assignment you need to add, commit, and push your code to Github so
61
+ it can be graded. Any code that is not pushed by the due date will not be graded and can not be
62
+ submitted late.
63
+ </li>
64
+ <li>
65
+ After the due date and late submission deadline have passed your instructor will grade
66
+ whatever code you have committed and pushed to your repository.
67
+ </li>
68
+ </ul>
56
69
 
57
- <p>
58
- All labs will be graded according to the <a href="{{site.url}}/docs/grading-rubric.html">
59
- universal grading rubric</a>.
60
- </p>
70
+ {% include youtube.html param="https://www.youtube.com/embed/ersuzAUtTsY" %}
61
71
 
62
- {{content}}
@@ -13,13 +13,14 @@ layout: lab
13
13
  </ul>
14
14
 
15
15
  <p>
16
- At each checkpoint your code will be spot checked according to the list below. This is a
17
- pass/fail checkpoint, no partial credit will be given.
16
+ At the end of each lesson your code will be <a
17
+ href="https://en.wikipedia.org/wiki/Smoke_testing_(software)">smoke tested</a>
18
+ This is a pass/fail checkpoint, no partial credit will be given.
18
19
  </p>
19
20
 
20
21
  <ul>
21
22
  <li>Your code <strong>must</strong> compile!</li>
22
- <li>You must have completed all tasks up to this point.</li>
23
+ <li>You must have made some progress on the assigned tasks up to this point.</li>
23
24
  </ul>
24
25
 
25
26
  {{content}}
@@ -20,7 +20,7 @@ layout: course
20
20
  </p>
21
21
 
22
22
  <ul>
23
- <li><a href="{{site.data.semester-info-cs2.textbook}}?selectedPanel=assignments-panel">{{site.data.semester-info.reading[page.slug]}}</a></li>
23
+ <li><a href="{{site.data.semester-info.textbook}}?selectedPanel=assignments-panel">{{site.data.semester-info.reading[page.slug]}}</a></li>
24
24
  <li><a href="https://zybooks.zendesk.com/hc/en-us/articles/360007538033-What-are-assignments-how-do-I-get-credit-for-them-and-how-do-I-submit-them-">Zybooks Help</a></li>
25
25
  </ul>
26
26
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shanep-class
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - shane panter
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-28 00:00:00.000000000 Z
11
+ date: 2022-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll