You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorial/config.json.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -395,6 +395,7 @@ Add `vegaPath` and `vegaConfig` to the sequence.
395
395
"welcome",
396
396
"consent",
397
397
"demographics",
398
+
"trainingWithFeedback",
398
399
"coinImage",
399
400
"vegaPath",
400
401
"vegaConfig"
@@ -605,7 +606,7 @@ Add a second React component trial that uses the same React file with different
605
606
"reactExamplePenguins": {
606
607
"type": "react-component",
607
608
"path": "tutorial/assets/ReactExample.tsx",
608
-
"instruction": "Consider only cars that have a miles per gallon value greater than 30 AND weigh more than 2000 pounds. Which country or region produces the most and the least of these cars?",
609
+
"instruction": "Consider only penguins with a body mass greater than 4000 g AND a flipper length greater than 200 mm. How many penguins match these conditions?",
0 commit comments