shanep-class 1.0.22 → 1.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_layouts/lab.html +5 -37
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d4faac575c477cc336afd2eb539548648f414b1debdd08a09545cabce82394e6
|
|
4
|
+
data.tar.gz: 41859d46d06efc025e1d2ffb9973e16de035015b1d065e4c078402674f37b21e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 518b12f97dbb8eef5fa96da4a48e963cfbda4c136b36e2c75a46acc3ac4fc6f58b5e121d3ff14faf17d500c79f622c9427dc410ae110f8a3499d6769cbf55d63
|
|
7
|
+
data.tar.gz: 256d362465ad200faebc8e78294557d50bfc2df111557df6e7c975d1b542d3f36376413ba6d216b7be4eec2b359a1014b159d95a676d75fc1feaf4880d6bca71
|
data/_layouts/lab.html
CHANGED
|
@@ -13,10 +13,10 @@ layout: course-notoc
|
|
|
13
13
|
<a href="https://github.com">GitHub</a> account you will need to create one.
|
|
14
14
|
</p>
|
|
15
15
|
|
|
16
|
-
<h3 id="accept-the-assignment">
|
|
16
|
+
<h3 id="accept-the-assignment">Accept the assignment</h3>
|
|
17
17
|
|
|
18
18
|
<ul>
|
|
19
|
-
<li
|
|
19
|
+
<li>Get the <a href="{{site.data.semester-info.labs[page.slug]}}">Starter Code</a></li>
|
|
20
20
|
<li>When you accept the assignment it is critical that you select your student email
|
|
21
21
|
address from the list. If you don’t select your student email address your instructor will not be
|
|
22
22
|
able to grade your code. If you can’t find your email in the list, contact your instructor ASAP to
|
|
@@ -25,45 +25,13 @@ layout: course-notoc
|
|
|
25
25
|
<li>
|
|
26
26
|
Make sure and save the github URL so you can find your assignment later if needed!
|
|
27
27
|
</li>
|
|
28
|
-
</ul>
|
|
29
|
-
|
|
30
|
-
{% include youtube.html param="https://www.youtube.com/embed/U1vCFZmtYUA" %}
|
|
31
|
-
|
|
32
|
-
<h3 id="clone-the-repository">Step 2 - Clone the repository</h3>
|
|
33
|
-
|
|
34
|
-
<ul>
|
|
35
28
|
<li>
|
|
36
|
-
Once you
|
|
37
|
-
|
|
29
|
+
Once you accept the assignment it should show up in the class
|
|
30
|
+
<a href="{{site.data.semester-info.github}}">GitHub account</a>
|
|
38
31
|
</li>
|
|
39
32
|
</ul>
|
|
40
33
|
|
|
41
|
-
|
|
42
|
-
{% include youtube.html param="https://www.youtube.com/embed/fiPsHGi3Z_s" %}
|
|
43
|
-
|
|
44
|
-
<h3 id="complete-the-lab">Step 3 - Complete the lab</h3>
|
|
45
|
-
|
|
46
|
-
<ul>
|
|
47
|
-
<li>
|
|
48
|
-
The assignment specifications will be located in the README.md in the starter code.
|
|
49
|
-
</li>
|
|
50
|
-
</ul>
|
|
51
|
-
|
|
52
|
-
<h3 id="push-to-github">Step 4 - Push to Github</h3>
|
|
53
|
-
|
|
54
|
-
<ul>
|
|
55
|
-
<li>
|
|
56
|
-
After you have completed the assignment you need to add, commit, and push your code to Github so
|
|
57
|
-
it can be graded. Any code that is not pushed by the due date will not be graded and can not be
|
|
58
|
-
submitted late.
|
|
59
|
-
</li>
|
|
60
|
-
<li>
|
|
61
|
-
After the due date and late submission deadline have passed your instructor will grade
|
|
62
|
-
whatever code you have committed and pushed to your repository.
|
|
63
|
-
</li>
|
|
64
|
-
</ul>
|
|
65
|
-
|
|
66
|
-
{% include youtube.html param="https://www.youtube.com/embed/ersuzAUtTsY" %}
|
|
34
|
+
{% include youtube.html param="https://www.youtube.com/embed/U1vCFZmtYUA" %}
|
|
67
35
|
|
|
68
36
|
<h2 id="points">Grading</h2>
|
|
69
37
|
|