Skip to content

Commit 45b02de

Browse files
authored
Merge pull request #584 from cmu-delphi/main
Sync documentation hotfixes
2 parents b7e9c29 + d6dd046 commit 45b02de

File tree

9 files changed

+469
-103
lines changed

9 files changed

+469
-103
lines changed

docs/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,14 +204,14 @@ GEM
204204
rb-fsevent (~> 0.10, >= 0.10.3)
205205
rb-inotify (~> 0.9, >= 0.9.10)
206206
mercenary (0.3.6)
207-
mini_portile2 (2.5.0)
207+
mini_portile2 (2.5.1)
208208
minima (2.5.1)
209209
jekyll (>= 3.5, < 5.0)
210210
jekyll-feed (~> 0.9)
211211
jekyll-seo-tag (~> 2.1)
212212
minitest (5.14.4)
213213
multipart-post (2.1.1)
214-
nokogiri (1.11.2)
214+
nokogiri (1.11.5)
215215
mini_portile2 (~> 2.5.0)
216216
racc (~> 1.4)
217217
octokit (4.20.0)

docs/api/covidcast-signals/fb-survey.md

Lines changed: 65 additions & 30 deletions
Large diffs are not rendered by default.

docs/symptom-survey/coding.md

Lines changed: 258 additions & 32 deletions
Large diffs are not rendered by default.

docs/symptom-survey/contingency-tables.md

Lines changed: 72 additions & 37 deletions
Large diffs are not rendered by default.

docs/symptom-survey/modules.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
title: Survey Modules & Randomization
3+
parent: COVID Symptom Survey
4+
nav_order: 7
5+
---
6+
7+
# Questions and Coding
8+
{: .no_toc}
9+
10+
To reduce the overall length of the instrument and minimize response burden, the
11+
COVID Symptom Survey will consist of a block of daily core questions and will
12+
use a randomized module approach for the other topics. Implementation of this
13+
approach started in [Wave 11](coding.md#wave-11), which launched on May 20,
14+
2021.
15+
16+
Each respondent invited to take the survey will be asked the daily core
17+
questions. The daily core questions for Wave 11 include:
18+
19+
* Symptoms
20+
* Testing
21+
* COVID-19 vaccine
22+
* Behaviors
23+
24+
After answering these questions, survey respondents will be randomly allocated
25+
and evenly distributed to Module A or Module B.
26+
27+
Survey items in Module A cover the following topics:
28+
29+
* Beliefs and Norms
30+
* Knowledge and Information
31+
* Healthcare
32+
33+
Survey items in Module B cover the following topics:
34+
35+
* Well-being
36+
* Parenting behaviors (including schooling)
37+
* Specific demographic questions (i.e. cigarette use and pregnancy)
38+
39+
After the modules, the survey will conclude with asking respondents demographics
40+
and occupation questions. It is also noteworthy that after randomization to
41+
either Module A or B, the platform does not allow respondents to navigate back
42+
to change their previous responses in the Daily Core questions.
43+
44+
Microdata files available to users with data use agreements include a `module`
45+
column that indicates the module the respondent was randomly assigned to; this
46+
column contains the values `A`, `B`, or `NA` (for respondents not assigned to a
47+
module, e.g. because they completed a prior survey wave).

docs/symptom-survey/problems.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Problems and Data Errors
33
parent: COVID Symptom Survey
4-
nav_order: 7
4+
nav_order: 8
55
---
66

77
# Problems and Data Errors
@@ -17,6 +17,29 @@ results. All problems will be logged here.
1717
1. TOC
1818
{:toc}
1919

20+
## Mistranslation of Distances (May 2021)
21+
22+
In Wave 11, all items were re-translated to ensure consistency of the
23+
translations. The new item H1, on social distancing, is:
24+
25+
> When out in public in the past 7 days, how many people maintained a distance
26+
> of at least 6 feet from others?
27+
28+
In French, it was translated to read as follows:
29+
30+
> Lorsque vous êtes sorti(e) au cours des 7 derniers jours, combien de personnes
31+
> ont maintenu une distance d’au moins 6 mètres entre elles ?
32+
33+
This incorrectly translated 6 feet to 6 meters. On June 7, 2021 at 9:50am
34+
Pacific time, we corrected the text to read:
35+
36+
> Lorsque vous êtes sorti(e) au cours des 7 derniers jours, combien de personnes
37+
> ont maintenu une distance d’au moins 2 mètres entre elles ?
38+
39+
This problem only affected the French translation. The `UserLanguage` column in
40+
the survey data files indicates the translation used by each respondent to
41+
complete the survey.
42+
2043
## Election-Related Sample Size Decreases (Nov 2020)
2144

2245
Sample sizes decreased in the days following the 2020 US presidential election.

docs/symptom-survey/survey-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ single data frame for use.
6262
Several days after the end of each month, we produce "rollup" files containing
6363
all survey responses from that month. These are in two forms.
6464

65-
First, the monthly CSV files have filenames in the form
65+
First, the monthly CSV files have filenames of the form
6666

6767
{YYYY}-{mm}.csv.gz
6868

Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)