shanep-class 1.0.32 → 1.0.35
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 +0 -24
- data/_layouts/syllabus.html +4 -4
- 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: 3dd01cf48c1bfcab82f538a307adbf90f9f0951a29776e2ee0592c1603562a3c
|
|
4
|
+
data.tar.gz: 3092373673d2b7d19b2db5d3e623b8abbb11e1f7fe8ac49a4e923b879e1104a6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d23fecfc3ffe0af7df360c115f94d0594106df042a195863a826db480ff65ee7a8216d698d541ce04b4b2943d3f7208049dabd584a280022351d20c0062962f1
|
|
7
|
+
data.tar.gz: be1b444270fb0c138044ca02a8a28f7a1458a0615442ba3edc4a27d265f81ba15d9284fbd8b025a6940455d358c2f02d864e5ab07c4defbebf36467c16100716
|
data/_layouts/lab.html
CHANGED
|
@@ -32,27 +32,3 @@ layout: course
|
|
|
32
32
|
</ul>
|
|
33
33
|
|
|
34
34
|
{% include youtube.html param="https://www.youtube.com/embed/U1vCFZmtYUA" %}
|
|
35
|
-
|
|
36
|
-
<h2 id="points">Grading</h2>
|
|
37
|
-
|
|
38
|
-
<p>
|
|
39
|
-
This lab is worth {{page.points}} points. The due date is listed on the <a
|
|
40
|
-
href="{{site.url}}#homework">course homepage.</a> Your grade will be calculated with the
|
|
41
|
-
formula: <strong>Math.floor(%tests_passed * {{page.points}}) = Total Points</strong>. For
|
|
42
|
-
example, if you passed 80% of the test suite your grade would be
|
|
43
|
-
<strong>.8 * {{page.points}} = {{0.8 | times: page.points | floor }}.</strong>
|
|
44
|
-
</p>
|
|
45
|
-
|
|
46
|
-
<ul>
|
|
47
|
-
<li>
|
|
48
|
-
If you program fails to compile it will be awarded 0 points. Absolutely no partial credit
|
|
49
|
-
will be given if your program does not compile.
|
|
50
|
-
</li>
|
|
51
|
-
<li>
|
|
52
|
-
Your code will be graded on the command line using the operating system and tools specified. Your instructor
|
|
53
|
-
will not use an IDE to build your lab.
|
|
54
|
-
</li>
|
|
55
|
-
<li>
|
|
56
|
-
Do not modify files that say <strong>DO NOT MODIFY</strong>.
|
|
57
|
-
</li>
|
|
58
|
-
</ul>
|
data/_layouts/syllabus.html
CHANGED
|
@@ -128,7 +128,7 @@ layout: course
|
|
|
128
128
|
</tfoot>
|
|
129
129
|
</table>
|
|
130
130
|
|
|
131
|
-
<h2 id="catalog-description">Catalog
|
|
131
|
+
<h2 id="catalog-description">Catalog Description</h2>
|
|
132
132
|
|
|
133
133
|
{{tableFile.catalog}}
|
|
134
134
|
|
|
@@ -337,7 +337,7 @@ layout: course
|
|
|
337
337
|
<p>
|
|
338
338
|
There is no grade associated with attending class. However, if the behavior of a student impacts
|
|
339
339
|
other students ability to learn there could be an impact to your final grade. It is the students
|
|
340
|
-
|
|
340
|
+
responsibility to make up any work missed during class within the prescribed late work policy
|
|
341
341
|
window.
|
|
342
342
|
</p>
|
|
343
343
|
|
|
@@ -370,12 +370,12 @@ If you want to work on your personal machine the following setup is recommended:
|
|
|
370
370
|
<p>
|
|
371
371
|
Standing extra credit is always offered to allow students to bump their grade up if they are on a
|
|
372
372
|
grading boundary so please take advantage of any extra credit offered. Any extra credit given over
|
|
373
|
-
the semester can not exceed 2.5% of the total points offered. For example the maximum number of
|
|
373
|
+
the semester can not exceed 2.5% of the total points offered. For example, the maximum number of
|
|
374
374
|
extra credit points that you can earn if the total points offered is 1000 would be 25.
|
|
375
375
|
</p>
|
|
376
376
|
|
|
377
377
|
|
|
378
|
-
<h3 id="standing-extra-credit">Standing
|
|
378
|
+
<h3 id="standing-extra-credit">Standing Extra Credit</h3>
|
|
379
379
|
|
|
380
380
|
<p>
|
|
381
381
|
Typos and Bugs - If you find any typos or bugs in the course materials email me what you found.
|
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.35
|
|
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-08-
|
|
11
|
+
date: 2022-08-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|