Skip to content

Commit 9feef87

Browse files
committed
update promtps for first task
1 parent c509905 commit 9feef87

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

public/stage-1-covid/config-stage-1.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@
4343
"nextButtonLocation": "belowStimulus",
4444
"response": [
4545
{
46-
"id": "policy-hiring-likelihood",
46+
"id": "trust",
4747
"type": "likert",
4848
"location": "belowStimulus",
49-
"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?",
49+
"prompt": "How trustworthy is this chart?",
5050
"numItems": 7,
51-
"rightLabel": "Extremely likely",
52-
"leftLabel": "Not at all likely",
51+
"rightLabel": "Completely trustworthy",
52+
"leftLabel": "Not at all trustworthy",
5353
"required": true
5454
},
5555
{

public/stage-1/config-stage-1.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@
4343
"nextButtonLocation": "belowStimulus",
4444
"response": [
4545
{
46-
"id": "investment-likelihood",
46+
"id": "trust",
4747
"type": "likert",
4848
"location": "belowStimulus",
49-
"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?",
49+
"prompt": "How trustworthy is this chart?",
5050
"numItems": 7,
51-
"rightLabel": "Extremely likely",
52-
"leftLabel": "Not at all likely",
51+
"rightLabel": "Completely trustworthy",
52+
"leftLabel": "Not at all trustworthy",
5353
"required": true
5454
},
5555
{

0 commit comments

Comments
 (0)