shanep-class 1.0.3 → 1.0.6

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: 364b85d3853b6b1b02ff61d8c9afbd9e8405500180ce28fc3c51d51aef6b44b8
4
- data.tar.gz: 022f1c2dc7ac5bf33b8dd4cb6e26bfbe92a5d8c81eab15efb16720d8eae06625
3
+ metadata.gz: 452dd5b7116a3238b556c143337b6a8fbdc5a4168d6deea94a05c23714fd14f9
4
+ data.tar.gz: c39e29c1ebaeaf5712fec26868ef4f685d131069be2a6a00fb55260cfebf79ef
5
5
  SHA512:
6
- metadata.gz: 5cc195ab5beb7a810b6116d5fe4fa770235ad6fa33113f3212410ef0172f037fa4b7431626fa837209c60e31ca03392e5c115018282b185626021d01f5696be4
7
- data.tar.gz: 84519964d7a0c28ced9e328e27cd6ffe9a627781eab5544d0316cf1f1acc546a8c61e60a4268c85a9041dda8ef3da45f051905650dbbac2d537bf253666c1b43
6
+ metadata.gz: 2a4e5f85c21d4731a3f62ade8987b7172f9629f602238c5845d6112f37125f20c57a10ab963d8994191642c3a14311a11c396e7bfdf8f080d3f6555e5947722e
7
+ data.tar.gz: 2bf6aa808b05c1fed146a7a1b7ec6289921637a8107b1108962452827c500dcaae0c5919f041a3415d886fa5ba6e86baeccda748be30e41222d3f2b0a2745c1c
data/_config.yml CHANGED
@@ -8,6 +8,7 @@ show_drafts: false
8
8
  plugins:
9
9
  - jekyll-feed
10
10
  - jekyll-seo-tag
11
+ - jekyll_version_plugin
11
12
 
12
13
  exclude:
13
14
  - preview-theme.sh
@@ -3,8 +3,10 @@
3
3
  <ul>
4
4
  <li>
5
5
  {% if page.date %} {{page.date | date: "%Y-%m-%d"}}{% else %} {{"now" | date: "%Y-%m-%d" }} {% endif%} | layout: {{page.layout}}</li>
6
- <li>{{site.data.semester-info.email}}</li>
6
+ <li>contact: {{site.data.semester-info.email}}</li>
7
+ {% if site.theme %}
7
8
  <li>theme: {{site.theme}}</li>
9
+ {% endif %}
8
10
  {% if page.tags %}
9
11
  <li>tags:
10
12
  {% for tag in page.tags %}
@@ -12,7 +14,7 @@
12
14
  {% endfor %}
13
15
  </li>
14
16
  {% endif %}
15
-
17
+ <li>Build: {% project_version %}</li>
16
18
  </ul>
17
19
  </div>
18
20
  <div class="copyright">
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.3
4
+ version: 1.0.6
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-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -66,6 +66,20 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: 2.7.1
69
+ - !ruby/object:Gem::Dependency
70
+ name: jekyll_version_plugin
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: 2.0.0
76
+ type: :runtime
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: 2.0.0
69
83
  description:
70
84
  email:
71
85
  - shane@foundationcode.com