Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions public/stage-1-covid/config-stage-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
{
Expand Down
4 changes: 2 additions & 2 deletions public/stage-1-covid/consent_stage1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
20 changes: 10 additions & 10 deletions public/stage-1/config-stage-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
{
Expand Down Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions public/stage-1/consent_stage1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
20 changes: 8 additions & 12 deletions src/public/viz-guardrails/GuardrailPreferenceTask.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,8 @@ export function GuardrailPreferenceTask({ parameters, setAnswer }: any) {
<b>Norway’s</b>
<span> COVID-19 cases.</span>
<br />
<strong>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?</strong>
<br />
<span>Which chart do you think supports this task best, and why? Select your preferred chart by clicking the &apos;Select&apos; button at the top-right of the chart.</span>
<strong>If your task is to evaluate the severity of the COVID-19 outbreak in Norway</strong>
<span>, which chart do you think supports this task best, and why? Select your preferred chart by clicking the &apos;Select&apos; button at the top-right of the chart.</span>
</>
);
}
Expand All @@ -104,9 +103,8 @@ export function GuardrailPreferenceTask({ parameters, setAnswer }: any) {
<b>Norway’s</b>
<span> COVID-19 response.</span>
<br />
<strong>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?</strong>
<br />
<span>Which chart do you think supports this task best, and why? Select your preferred chart by clicking the &apos;Select&apos; button at the top-right of the chart.</span>
<strong>If your task is to evaluate the effectiveness of Norway’s COVID-19 response measures</strong>
<span>, which chart do you think supports this task best, and why? Select your preferred chart by clicking the &apos;Select&apos; button at the top-right of the chart.</span>
</>
);
}
Expand All @@ -117,9 +115,8 @@ export function GuardrailPreferenceTask({ parameters, setAnswer }: any) {
<b>Verizon’s (VZ)</b>
<span> stock performance.</span>
<br />
<strong>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?</strong>
<br />
<span>Which chart do you think supports this task best, and why? Select your preferred chart by clicking the &apos;Select&apos; button at the top-right of the chart.</span>
<strong>If your task is to evaluate the performance of Verizon’s (VZ) stock from an investor’s perspective</strong>
<span>, which chart do you think supports this task best, and why? Select your preferred chart by clicking the &apos;Select&apos; button at the top-right of the chart.</span>
</>
);
}
Expand All @@ -129,9 +126,8 @@ export function GuardrailPreferenceTask({ parameters, setAnswer }: any) {
<b>Verizon’s (VZ)</b>
<span> stock performance.</span>
<br />
<strong>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?</strong>
<br />
<span>Which chart do you think supports this task best, and why? Select your preferred chart by clicking the &apos;Select&apos; button at the top-right of the chart.</span>
<strong>If your task is to evaluate the quality of Verizon’s (VZ) leadership performance</strong>
<span>, which chart do you think supports this task best, and why? Select your preferred chart by clicking the &apos;Select&apos; button at the top-right of the chart.</span>
</>
);
})()}
Expand Down
Loading