shanep-class 1.0.32 → 1.0.33
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
- 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: 4a2a183364e56e1017c5d8b019e43c5defcf120a37e7208260fb5969f16aa580
|
|
4
|
+
data.tar.gz: 9d4181d839d40928bebe99aa539ab68c05fb78cbd2e8c078d54f2471397532df
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ff9f8b2ead8741b34bd7c512bf5194f7a35594a95f47d89a7bbcd41298f4275119f8cfc1d0a70a7d46fee25136b07b81272bf05995940c10d5e89fb2ae6c2749
|
|
7
|
+
data.tar.gz: a1ec536f1ac4daebd4adab4000e7c3fa1860921f6eb7dd5daf7af2691146bc861b4d2287093b98cca76ee86206a441cfc5db502c0fa626748a8f398bb8074260
|
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>
|