-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1e5932e
commit 6f050b8
Showing
5 changed files
with
550 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
**integrative 2**: The PR title must be `practice-2023-10-26` verbatim to get the double credit | ||
|
||
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. | ||
**For this badge you must request a review from `@brownsarahm` ** | ||
|
||
Use the following syntax: | ||
|
||
``` | ||
Question text | ||
- [ ] a wrong answer | ||
- [ ] another wrong | ||
- [x] correct answer marked with x | ||
- [ ] another wong | ||
--- | ||
[section title](link/to/notes) | ||
- explanation for first wrong | ||
- explanation for second wrong | ||
- key point about correct | ||
- explantion for third wrong | ||
--- | ||
Next question |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
**integrative 2**: The PR title must be `review-2023-10-26` verbatim to get the double credit | ||
|
||
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. | ||
|
||
|
||
|
||
**For this badge you must request a review from `@brownsarahm` ** | ||
|
||
Use the following syntax: | ||
``` | ||
Question text | ||
- [ ] a wrong answer | ||
- [ ] another wrong | ||
- [x] correct answer marked with x | ||
- [ ] another wong | ||
--- | ||
[section title](link/to/notes) | ||
- explanation for first wrong | ||
- explanation for second wrong | ||
- key point about correct | ||
- explantion for third wrong | ||
--- | ||
Next question | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.