Skip to content

Commit

Permalink
Properly renaming and organizing Assignments.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrazavi committed May 28, 2024
1 parent 3d2820a commit 3ee9e6a
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ASSIGNMENT: Sampling and Reproducibility in Python
# Assignment 1: Sampling and Reproducibility in Python

Read the blog post [Contact tracing can give a biased sample of COVID-19 cases](https://andrewwhitby.com/2020/11/24/contact-tracing-biased/) by Andrew Whitby to understand the context and motivation behind the simulation model we will be examining.

Expand Down Expand Up @@ -31,7 +31,7 @@ Please write your explanation here...

### Submission Parameters:
* Submission Due Date: `HH:MM AM/PM - DD/MM/YYYY`
* The branch name for your repo should be: `sampling-and-reproducibility`
* The branch name for your repo should be: `assignment-1`
* What to submit for this assignment:
* This markdown file (sampling_and_reproducibility.md) should be populated.
* The `whitby_covid_tracing.py` should be changed.
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Assignment: Questionnaire Design (Part A)
# Assignment 2: Questionnaire Design (Part A)

## Requirements
Select one of the scenarios below and design a survey to meet the need(s) outlined in the prompt.
Expand Down Expand Up @@ -53,7 +53,7 @@ Your 5-10 question survey:

### Submission Parameters:
* Submission Due Date: `HH:MM AM/PM - DD/MM/YYYY`
* The branch name for your repo should be: `questionnaire-a`
* The branch name for your repo should be: `assignment-2`
* What to submit for this assignment:
* This markdown file (questionnaire_design_part_a.md) should be populated and should be the only change in your pull request.
* What the pull request link should look like for this assignment: `https://github.com/<your_github_username>/sampling/pull/<pr_id>`
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Assignment: Questionnaire Design (Part B)
# Assignment 3: Questionnaire Design (Part B)

## Requirements
1. Comment on the quality of your sample. Do you expect it to be representative of your target population? Why or why not?
Expand Down Expand Up @@ -39,7 +39,7 @@ This assignment supports learning outcomes 1, 2, 3, and 4:
### Submission Parameters:
* Submission Due Date: `HH:MM AM/PM - DD/MM/YYYY`
* The branch name for your repo should be: `questionnaire-b`
* The branch name for your repo should be: `assignment-3`
* What to submit for this assignment:
* This markdown file (questionnaire_design_part_b.md) should be populated and should be the only change in your pull request.
* What the pull request link should look like for this assignment: `https://github.com/<your_github_username>/sampling/pull/<pr_id>`
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Assignment: Data Documentation Comparison Worksheet
# Assignment 4: Data Documentation Comparison Worksheet

For each of the three sources listed, find any and all available documentation for the data gathered and identify and describe the survey features indicated in the table below. Some may not be available for all sources.

Expand Down Expand Up @@ -33,7 +33,7 @@ Sources: - Canadian General Social Survey on Giving, Volunteering, and Participa

### Submission Parameters:
* Submission Due Date: `HH:MM AM/PM - DD/MM/YYYY`
* The branch name for your repo should be: `data-documentation`
* The branch name for your repo should be: `assignment-4`
* What to submit for this assignment:
* This markdown file (data_documentation_comparison_worksheet.md) should be populated and should be the only change in your pull request.
* What the pull request link should look like for this assignment: `https://github.com/<your_github_username>/sampling/pull/<pr_id>`
Expand Down
File renamed without changes.
File renamed without changes
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,13 @@ By the end of the module, participants will be able to:

| Assignment | Due Date |
|------------------|-----------|
| [Questionnaire Design (Part A)](https://github.com/UofT-DSI/sampling/blob/main/02_assignments/questionnaire_design_part_a.md) | TBD |
| [Questionnaire Design (Part B)](https://github.com/UofT-DSI/sampling/blob/main/02_assignments/questionnaire_design_part_b.md) |TBD |
| [Data Documentation Comparison Worksheet](https://github.com/UofT-DSI/sampling/blob/main/02_assignments/data_documentation_comparison_worksheet.md) | TBD |
| [Sampling and Reproducibility in Python](https://github.com/UofT-DSI/sampling/blob/main/02_assignments/sampling_and_reproducibility.md) | TBD |
| [Assignment 1](./02_assignments/a1_sampling_and_reproducibility.md) | TBD |
| [Assignment 2](./02_assignments/a2_questionnaire_design_part_a.md) | TBD |
| [Assignment 3](./02_assignments/a3_questionnaire_design_part_b.md) |TBD |
| [Assignment 4](./02_assignments/a4_data_documentation_comparison_worksheet.md) | TBD |
| [Final Assessment](./02_assignments/final_assessment.md) | TBD |



## Contacts
**Questions can be submitted to the _#cohort-3-help_ channel on Slack**
Expand Down

0 comments on commit 3ee9e6a

Please sign in to comment.