diff --git a/public/stage-3/config-stage-3.json b/public/stage-3/config-stage-3.json index edf94b61..7f2b74bd 100644 --- a/public/stage-3/config-stage-3.json +++ b/public/stage-3/config-stage-3.json @@ -53,7 +53,7 @@ "id": "agree", "type": "likert", "location": "belowStimulus", - "prompt": "The visualization supports the idea that stock C yielded the highest returns in the entire industry in 2023:", + "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", @@ -112,7 +112,7 @@ "id": "agree", "type": "likert", "location": "belowStimulus", - "prompt": "The visualization supports the idea that stock E yielded the highest returns in the entire industry in 2023:", + "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", @@ -177,7 +177,7 @@ "id": "agree", "type": "likert", "location": "belowStimulus", - "prompt": "The visualization supports the idea that stock A yielded the highest returns in the entire industry in 2023:", + "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", @@ -492,9 +492,9 @@ "order": "latinSquare", "numSamples": 1, "components": [ + "stock-simple-c-ss", "stock-simple-a-ss", - "stock-simple-e-ss", - "stock-simple-c-ss" + "stock-simple-e-ss" ] } ] diff --git a/src/public/viz-guardrails/DataExplorer.tsx b/src/public/viz-guardrails/DataExplorer.tsx index 6d546bf7..3e3ebf3c 100644 --- a/src/public/viz-guardrails/DataExplorer.tsx +++ b/src/public/viz-guardrails/DataExplorer.tsx @@ -164,7 +164,7 @@ export function DataExplorer({ parameters, setAnswer }: StimulusParams {dataname === 'clean_stocks' ? 'Percent change in stock price' : 'Infections per million people'} - {guardrail === 'super_summ' ? ( + {guardrail === 'super_summDELETE' ? ( Shaded area contains the industry average and shows the middle 50% of all values in the industry. ) : null} {guardrail === 'juxt_summ' ? ( diff --git a/src/public/viz-guardrails/LineChart.tsx b/src/public/viz-guardrails/LineChart.tsx index e5de006f..da562214 100644 --- a/src/public/viz-guardrails/LineChart.tsx +++ b/src/public/viz-guardrails/LineChart.tsx @@ -301,14 +301,14 @@ export function LineChart({ {superimposeSummary ? ( - + /> */}