shanep-class 1.0.4 → 1.0.5

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: 17641f71314c527721505aba435551beaeb5fcbf81bea0d8e56183f470d3a835
4
+ data.tar.gz: '08ecc5a196db546b80a13e19734a52bced300b317fb0424bfa5c3434632875f4'
5
5
  SHA512:
6
- metadata.gz: d06c02e9aadcf79e10fc1c2016452b88e2d66e56624061d94a8238c98033c7a9f71e5eb865ba54c7e3faeed8efc918d8f71259c7df8afde0d2e6cd1540854933
7
- data.tar.gz: cfba943db2feb219d64c9ddd63cca29836d03dd0667f2c528138e4244b9f88e64ff368110df7f1a770b686b5b3707e4ac7a79e96bcddfab641302fb5b9df4913
6
+ metadata.gz: baf7bd46c5ced3778a5f27e2dfae7b2d68f6cc00788cdafd5c11c62af984cbde638b5f495096253a9e89d5aea788a70465ca79bb5d84eb335c99cfcef4042867
7
+ data.tar.gz: a755353dc1fdabe3494d13a5a1179465348d765e2f66cbbbd7f4bcf902d29eb1ae258ebbfcec7c2d01d955853c93a652bb019ac02561813700e8a22d0f6809be
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}}
metadata CHANGED
@@ -1,7 +1,7 @@
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.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - shane panter