Skip to content

Commit 6f050b8

Browse files
committed
10/26 notes and ac
1 parent 1e5932e commit 6f050b8

File tree

5 files changed

+550
-1
lines changed

5 files changed

+550
-1
lines changed

_practice/2023-10-26.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
**integrative 2**: The PR title must be `practice-2023-10-26` verbatim to get the double credit
2+
3+
create a `midterm.md` file in your kwl repo with 10 mutliple choice questions that cover topics from at least 5 different class sessions. Each question should have 4 options, 1 correct and 3 that represent a reasonable, but incorrect idea someone may have. All 10 questions should check understanding of key *concepts*, not only terminology or the name of a command. For each option explain why it is/not correct in a way that would help clarify someone's confusion if they had picked that answer instead of the correct answer. Each solution block must contain a link to the applicable class notes.
4+
**For this badge you must request a review from `@brownsarahm` **
5+
6+
Use the following syntax:
7+
8+
```
9+
Question text
10+
11+
- [ ] a wrong answer
12+
- [ ] another wrong
13+
- [x] correct answer marked with x
14+
- [ ] another wong
15+
16+
---
17+
18+
[section title](link/to/notes)
19+
- explanation for first wrong
20+
- explanation for second wrong
21+
- key point about correct
22+
- explantion for third wrong
23+
24+
---
25+
26+
Next question

_prepare/2023-10-31.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1. Read about [connection protocols](https://en.wikipedia.org/wiki/Internet_protocol_suite) in general and specifically https and ssh. Wikipedia is a good source to start from,and use additional sources to verify anything you find confusing. Be sure you have the basic terminology down and bring questions to class. Plan to check off your questions as they are answered during class on Tuesady and then submit others in your experience reflection.

_review/2023-10-26.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
**integrative 2**: The PR title must be `review-2023-10-26` verbatim to get the double credit
2+
3+
create a `vocab-quiz.md` file with 10 mutliple choice questions that cover topics from at least 5 different class sessions. Each question should have 4 options, 1 correct and 3 that represent a reasonable, but incorrect idea someone may have. Questions should check that a person understand the key terms of the first half of the course. For each option explain why it is/not correct in a way that would help clarify someone's confusion if they had picked that answer instead of the correct answer.
4+
5+
6+
7+
**For this badge you must request a review from `@brownsarahm` **
8+
9+
Use the following syntax:
10+
```
11+
Question text
12+
13+
- [ ] a wrong answer
14+
- [ ] another wrong
15+
- [x] correct answer marked with x
16+
- [ ] another wong
17+
18+
---
19+
20+
[section title](link/to/notes)
21+
- explanation for first wrong
22+
- explanation for second wrong
23+
- key point about correct
24+
- explantion for third wrong
25+
26+
---
27+
28+
Next question
29+
30+
```

_toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ parts:
2929
- file: notes/2023-10-17
3030
- file: notes/2023-10-19
3131
- file: notes/2023-10-24
32-
# - file: notes/2023-10-26
32+
- file: notes/2023-10-26
3333
- caption: Activities
3434
chapters:
3535
- file: activities/kwl

0 commit comments

Comments
 (0)