shanep-class 1.0.2 → 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: 58a16e7475a44ba94e796f092fb66dbee48399016f350cbe0ceac0a8493bdb80
4
- data.tar.gz: 0f7e3b11d64d563486be8e7f35986aef6fe7c199e4427730e7c196404ba7e46e
3
+ metadata.gz: 17641f71314c527721505aba435551beaeb5fcbf81bea0d8e56183f470d3a835
4
+ data.tar.gz: '08ecc5a196db546b80a13e19734a52bced300b317fb0424bfa5c3434632875f4'
5
5
  SHA512:
6
- metadata.gz: 1420a1748c687de47dbdd0b03c49deedd8b5436e87d2f6c515f180f587cc7f372b464857a66424b20fa083ca76608ec879faf745f51521adbb2776fd01637e61
7
- data.tar.gz: 5c52e59c96d7dcc177023e11991961a4a209399bd8401019de6439a673100bde887b52eab8a1b1d927316c5809aabff8d9a6e45b492bba4c0070701b2c028937
6
+ metadata.gz: baf7bd46c5ced3778a5f27e2dfae7b2d68f6cc00788cdafd5c11c62af984cbde638b5f495096253a9e89d5aea788a70465ca79bb5d84eb335c99cfcef4042867
7
+ data.tar.gz: a755353dc1fdabe3494d13a5a1179465348d765e2f66cbbbd7f4bcf902d29eb1ae258ebbfcec7c2d01d955853c93a652bb019ac02561813700e8a22d0f6809be
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,7 +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.email}}</li>
6
+ <li>contact: {{site.data.semester-info.email}}</li>
7
+ {% if site.theme %}
8
+ <li>theme: {{site.theme}}</li>
9
+ {% endif %}
7
10
  {% if page.tags %}
8
11
  <li>tags:
9
12
  {% for tag in page.tags %}
@@ -11,7 +14,7 @@
11
14
  {% endfor %}
12
15
  </li>
13
16
  {% endif %}
14
-
17
+ <li>Build: {% project_version %}</li>
15
18
  </ul>
16
19
  </div>
17
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}}
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.2
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - shane panter
@@ -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