diff --git a/public/stage-1-covid/config-stage-1.json b/public/stage-1-covid/config-stage-1.json
index a3e6e35929..5737dace07 100644
--- a/public/stage-1-covid/config-stage-1.json
+++ b/public/stage-1-covid/config-stage-1.json
@@ -43,13 +43,13 @@
"nextButtonLocation": "belowStimulus",
"response": [
{
- "id": "policy-hiring-likelihood",
+ "id": "trust",
"type": "likert",
"location": "belowStimulus",
- "prompt": "Imagine your job is to select a public health policymaker from another country to advise you on COVID-19 response. Based on the visualization above, how likely are you to choose a policymaker from the highlighted country?",
+ "prompt": "How trustworthy is this chart?",
"numItems": 7,
- "rightLabel": "Extremely likely",
- "leftLabel": "Not at all likely",
+ "rightLabel": "Completely trustworthy",
+ "leftLabel": "Not at all trustworthy",
"required": true
},
{
diff --git a/public/stage-1-covid/consent_stage1.md b/public/stage-1-covid/consent_stage1.md
index c31be51e92..1158eae436 100644
--- a/public/stage-1-covid/consent_stage1.md
+++ b/public/stage-1-covid/consent_stage1.md
@@ -15,7 +15,7 @@ This study looks at how people understand line charts when they are shown extra
#### Tasks
-Your participation will take approximately 8-10 minutes. You will be randomly assigned to one of two scenarios (financial or health-related). You will see 3 line charts, each showing either stock performance or COVID-19 case trends. For each visualization, you'll be asked a few questions about your interpretation and decision-making. We recommend maximizing your browser window, as some charts may require extra space to view clearly.
+Your participation will take approximately 7-8 minutes. You will be randomly assigned to one of two scenarios (financial or health-related). You will see 3 line charts, each showing either stock performance or COVID-19 case trends. For each visualization, you'll be asked a few questions about your interpretation and decision-making. We recommend maximizing your browser window, as some charts may require extra space to view clearly.
#### Risks to study participants
@@ -40,7 +40,7 @@ The data collected in this study is only being used for the present study and no
#### Cost/Payment
-You will be compensated $2.5 for participating via Prolific.
+You will be compensated $2.1 for participating via Prolific.
#### Contact
diff --git a/public/stage-1/config-stage-1.json b/public/stage-1/config-stage-1.json
index c7e17f4a75..037c8deda5 100644
--- a/public/stage-1/config-stage-1.json
+++ b/public/stage-1/config-stage-1.json
@@ -43,13 +43,13 @@
"nextButtonLocation": "belowStimulus",
"response": [
{
- "id": "investment-likelihood",
+ "id": "trust",
"type": "likert",
"location": "belowStimulus",
- "prompt": "Imagine the advisor gave you a free welcome bonus of $100 to invest. Based on the visualization shown above, how likely are you to choose the highlighted stock for your investment?",
+ "prompt": "How trustworthy is this chart?",
"numItems": 7,
- "rightLabel": "Extremely likely",
- "leftLabel": "Not at all likely",
+ "rightLabel": "Completely trustworthy",
+ "leftLabel": "Not at all trustworthy",
"required": true
},
{
@@ -132,42 +132,42 @@
"baseComponent": "stock",
"parameters": {
"guardrail": "none",
- "initial_selection": ["VZ"]
+ "initial_selection": ["TEL"]
}
},
"stock-a-random": {
"baseComponent": "stock",
"parameters": {
"guardrail": "super_data",
- "initial_selection": ["VZ"]
+ "initial_selection": ["TEL"]
}
},
"stock-a-stats": {
"baseComponent": "stock",
"parameters": {
"guardrail": "percentiles",
- "initial_selection": ["VZ"]
+ "initial_selection": ["TEL"]
}
},
"stock-a-percentileClosest": {
"baseComponent": "stock",
"parameters": {
"guardrail": "percentileClosest",
- "initial_selection": ["VZ"]
+ "initial_selection": ["TEL"]
}
},
"stock-a-cluster": {
"baseComponent": "stock",
"parameters": {
"guardrail": "cluster",
- "initial_selection": ["VZ"]
+ "initial_selection": ["TEL"]
}
},
"stock-a-metadata": {
"baseComponent": "stock",
"parameters": {
"guardrail": "metadata",
- "initial_selection": ["VZ"]
+ "initial_selection": ["TEL"]
}
},
"stock-b-control": {
diff --git a/public/stage-1/consent_stage1.md b/public/stage-1/consent_stage1.md
index c31be51e92..1158eae436 100644
--- a/public/stage-1/consent_stage1.md
+++ b/public/stage-1/consent_stage1.md
@@ -15,7 +15,7 @@ This study looks at how people understand line charts when they are shown extra
#### Tasks
-Your participation will take approximately 8-10 minutes. You will be randomly assigned to one of two scenarios (financial or health-related). You will see 3 line charts, each showing either stock performance or COVID-19 case trends. For each visualization, you'll be asked a few questions about your interpretation and decision-making. We recommend maximizing your browser window, as some charts may require extra space to view clearly.
+Your participation will take approximately 7-8 minutes. You will be randomly assigned to one of two scenarios (financial or health-related). You will see 3 line charts, each showing either stock performance or COVID-19 case trends. For each visualization, you'll be asked a few questions about your interpretation and decision-making. We recommend maximizing your browser window, as some charts may require extra space to view clearly.
#### Risks to study participants
@@ -40,7 +40,7 @@ The data collected in this study is only being used for the present study and no
#### Cost/Payment
-You will be compensated $2.5 for participating via Prolific.
+You will be compensated $2.1 for participating via Prolific.
#### Contact
diff --git a/src/public/viz-guardrails/GuardrailPreferenceTask.tsx b/src/public/viz-guardrails/GuardrailPreferenceTask.tsx
index 14017597f0..768e48ccbb 100644
--- a/src/public/viz-guardrails/GuardrailPreferenceTask.tsx
+++ b/src/public/viz-guardrails/GuardrailPreferenceTask.tsx
@@ -91,9 +91,8 @@ export function GuardrailPreferenceTask({ parameters, setAnswer }: any) {
Norway’s
COVID-19 cases.
- Your task is to evaluate the severity of the COVID-19 outbreak in Norway. In other words, how bad was Norway hit by the pandemic?
-
- Which chart do you think supports this task best, and why? Select your preferred chart by clicking the 'Select' button at the top-right of the chart.
+ If your task is to evaluate the severity of the COVID-19 outbreak in Norway
+ , which chart do you think supports this task best, and why? Select your preferred chart by clicking the 'Select' button at the top-right of the chart.
>
);
}
@@ -104,9 +103,8 @@ export function GuardrailPreferenceTask({ parameters, setAnswer }: any) {
Norway’s
COVID-19 response.
- Your task is to evaluate the effectiveness of Norway’s COVID-19 response measures. In other words, how well did Norway respond to the pandemic?
-
- Which chart do you think supports this task best, and why? Select your preferred chart by clicking the 'Select' button at the top-right of the chart.
+ If your task is to evaluate the effectiveness of Norway’s COVID-19 response measures
+ , which chart do you think supports this task best, and why? Select your preferred chart by clicking the 'Select' button at the top-right of the chart.
>
);
}
@@ -117,9 +115,8 @@ export function GuardrailPreferenceTask({ parameters, setAnswer }: any) {
Verizon’s (VZ)
stock performance.
- Your task is to evaluate the performance of Verizon’s (VZ) stock from an investor’s perspective. In other words, how good of an investment is the VZ stock?
-
- Which chart do you think supports this task best, and why? Select your preferred chart by clicking the 'Select' button at the top-right of the chart.
+ If your task is to evaluate the performance of Verizon’s (VZ) stock from an investor’s perspective
+ , which chart do you think supports this task best, and why? Select your preferred chart by clicking the 'Select' button at the top-right of the chart.
>
);
}
@@ -129,9 +126,8 @@ export function GuardrailPreferenceTask({ parameters, setAnswer }: any) {
Verizon’s (VZ)
stock performance.
- Your task is to evaluate the quality of Verizon’s (VZ) leadership performance. In other words, how well did the Verizon management do their job?
-
- Which chart do you think supports this task best, and why? Select your preferred chart by clicking the 'Select' button at the top-right of the chart.
+ If your task is to evaluate the quality of Verizon’s (VZ) leadership performance
+ , which chart do you think supports this task best, and why? Select your preferred chart by clicking the 'Select' button at the top-right of the chart.
>
);
})()}