diff --git a/02_assignments/sampling_and_reproducibility.md b/02_assignments/a1_sampling_and_reproducibility/a1_sampling_and_reproducibility.md similarity index 96% rename from 02_assignments/sampling_and_reproducibility.md rename to 02_assignments/a1_sampling_and_reproducibility/a1_sampling_and_reproducibility.md index 97f62859..eeb99514 100644 --- a/02_assignments/sampling_and_reproducibility.md +++ b/02_assignments/a1_sampling_and_reproducibility/a1_sampling_and_reproducibility.md @@ -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. @@ -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. diff --git a/02_assignments/whitby_covid_tracing.py b/02_assignments/a1_sampling_and_reproducibility/whitby_covid_tracing.py similarity index 100% rename from 02_assignments/whitby_covid_tracing.py rename to 02_assignments/a1_sampling_and_reproducibility/whitby_covid_tracing.py diff --git a/02_assignments/questionnaire_design_part_a.md b/02_assignments/a2_questionnaire_design_part_a.md similarity index 97% rename from 02_assignments/questionnaire_design_part_a.md rename to 02_assignments/a2_questionnaire_design_part_a.md index ab5dcc4d..54054b0e 100644 --- a/02_assignments/questionnaire_design_part_a.md +++ b/02_assignments/a2_questionnaire_design_part_a.md @@ -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. @@ -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//sampling/pull/` diff --git a/02_assignments/questionnaire_design_part_b.md b/02_assignments/a3_questionnaire_design_part_b.md similarity index 96% rename from 02_assignments/questionnaire_design_part_b.md rename to 02_assignments/a3_questionnaire_design_part_b.md index 9d22cbbe..1aff548a 100644 --- a/02_assignments/questionnaire_design_part_b.md +++ b/02_assignments/a3_questionnaire_design_part_b.md @@ -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? @@ -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//sampling/pull/` diff --git a/02_assignments/data_documentation_comparison_worksheet.md b/02_assignments/a4_data_documentation_comparison_worksheet.md similarity index 98% rename from 02_assignments/data_documentation_comparison_worksheet.md rename to 02_assignments/a4_data_documentation_comparison_worksheet.md index 1710e2e4..9f0c42f0 100644 --- a/02_assignments/data_documentation_comparison_worksheet.md +++ b/02_assignments/a4_data_documentation_comparison_worksheet.md @@ -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. @@ -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//sampling/pull/` diff --git a/02_assignments/final_assessment.md b/02_assignments/final_assessment/final_assessment.md similarity index 100% rename from 02_assignments/final_assessment.md rename to 02_assignments/final_assessment/final_assessment.md diff --git a/02_assignments/images/picture1.png b/02_assignments/final_assessment/images/picture1.png similarity index 100% rename from 02_assignments/images/picture1.png rename to 02_assignments/final_assessment/images/picture1.png diff --git a/02_assignments/tourangeau_sensitive_questions.pdf b/02_assignments/final_assessment/tourangeau_sensitive_questions.pdf similarity index 100% rename from 02_assignments/tourangeau_sensitive_questions.pdf rename to 02_assignments/final_assessment/tourangeau_sensitive_questions.pdf diff --git a/README.md b/README.md index 6995b0a0..e8d89cdb 100644 --- a/README.md +++ b/README.md @@ -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**