shanep-class 1.0.4 → 1.0.7
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/_includes/semester-info.html +0 -2
- data/_layouts/lab.html +32 -23
- data/_layouts/project.html +4 -3
- data/_layouts/reading-zybooks.html +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c6375c73e03dd06c642180b5c9e82f98843b94b2f5b1f790c499bf6b418a56f1
|
|
4
|
+
data.tar.gz: 5ccf36ae1dd4e185c414fa7201c7dd22c336f1aca581d3be4cc4b45fd926845c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
11
|
-
<a href="https://github.com">GitHub</a> account
|
|
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
|
-
|
|
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
|
|
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
|
|
35
|
-
|
|
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
|
-
|
|
42
|
+
{% include youtube.html param="https://www.youtube.com/embed/fiPsHGi3Z_s" %}
|
|
47
43
|
|
|
48
|
-
|
|
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
|
-
|
|
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
|
-
<
|
|
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
|
-
|
|
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}}
|
data/_layouts/project.html
CHANGED
|
@@ -13,13 +13,14 @@ layout: lab
|
|
|
13
13
|
</ul>
|
|
14
14
|
|
|
15
15
|
<p>
|
|
16
|
-
At each
|
|
17
|
-
|
|
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
|
|
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
|
|
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
|
+
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-
|
|
11
|
+
date: 2022-03-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|