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
6 changes: 3 additions & 3 deletions public/tutorial/_answers/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"The reVISit Community",
"You :)"
],
"date": "2026-02-23",
"date": "2026-06-08",
"description": "This tutorial will teach you how to create a reVISit study and use all of the features that reVISit has to offer.",
"organizations": [
"University of Utah",
Expand Down Expand Up @@ -318,7 +318,7 @@
},
"reactExamplePenguins": {
"type": "react-component",
"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?",
"instruction": "How many Gentoo penguins weigh less than 4.5k grams (g)?",
"path": "tutorial/assets/ReactExample.tsx",
"response": [
{
Expand Down Expand Up @@ -468,4 +468,4 @@
}
]
}
}
}
23 changes: 9 additions & 14 deletions public/tutorial/_answers/replication-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"authors": [
"The reVISit Team"
],
"date": "2026-02-23",
"date": "2026-06-08",
"description": "This is a reVISit variation study of JND(Just Noticeable Difference) Scatter Plot experiment.",
"organizations": [
"University of Utah",
Expand All @@ -15,7 +15,7 @@
},
"uiConfig": {
"contactEmail": "contact@revisit.dev",
"helpTextPath": "ScatterJND-study/assets/help.md",
"helpTextPath": "tutorial/assets/help.md",
"logoPath": "revisitAssets/revisitLogoSquare.svg",
"withProgressBar": true,
"autoDownloadStudy": false,
Expand Down Expand Up @@ -99,19 +99,14 @@
"sequence": {
"order": "fixed",
"components": [
"practice T1 A:0.3 B:0.7",
"practice T2 A:0.9 B:0.6",
"practice T3 A:0.6 B:0.3",
{
"order": "fixed",
"components": [
"practice T1 A:0.3 B:0.7",
"practice T2 A:0.9 B:0.6",
"practice T3 A:0.6 B:0.3",
{
"order": "dynamic",
"id": "steppedSequence",
"functionPath": "tutorial/assets/replication/JNDDynamic.tsx",
"parameters": {}
}
]
"order": "dynamic",
"id": "steppedSequence",
"functionPath": "tutorial/assets/replication/JNDDynamic.tsx",
"parameters": {}
}
]
}
Expand Down
49 changes: 0 additions & 49 deletions public/tutorial/data/emissions.csv

This file was deleted.

Loading
Loading