Skip to content

Commit

Permalink
tweak question
Browse files Browse the repository at this point in the history
  • Loading branch information
mlisnic committed Sep 7, 2024
1 parent a099e2d commit 2b28a4b
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions public/stage-3/config-stage-3.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"id": "agree",
"type": "likert",
"location": "belowStimulus",
"prompt": "The visualization supports the idea that stock C is the best performing stock in the entire industry:",
"prompt": "The visualization supports the idea that stock C yielded the highest returns in the industry in 2023:",
"preset": 5,
"leftLabel": "Strongly disagree",
"rightLabel": "Strongly agree",
Expand Down Expand Up @@ -112,7 +112,7 @@
"id": "agree",
"type": "likert",
"location": "belowStimulus",
"prompt": "The visualization supports the idea that stock E is the best performing stock in the entire industry:",
"prompt": "The visualization supports the idea that stock E yielded the highest returns in the industry in 2023:",
"preset": 5,
"leftLabel": "Strongly disagree",
"rightLabel": "Strongly agree",
Expand Down Expand Up @@ -177,7 +177,7 @@
"id": "agree",
"type": "likert",
"location": "belowStimulus",
"prompt": "The visualization supports the idea that stock A is the best performing stock in the entire industry:",
"prompt": "The visualization supports the idea that stock A yielded the highest returns in the industry in 2023:",
"preset": 5,
"leftLabel": "Strongly disagree",
"rightLabel": "Strongly agree",
Expand Down Expand Up @@ -496,7 +496,17 @@
"stock-simple-a-sd",
"stock-simple-a-ss",
"stock-simple-a-jd",
"stock-simple-a-js"
"stock-simple-a-js",
"stock-simple-e-n",
"stock-simple-e-sd",
"stock-simple-e-ss",
"stock-simple-e-jd",
"stock-simple-e-js",
"stock-simple-c-n",
"stock-simple-c-sd",
"stock-simple-c-ss",
"stock-simple-c-jd",
"stock-simple-c-js"
]
}
]
Expand Down

0 comments on commit 2b28a4b

Please sign in to comment.