StroopTask.Tutorial
Description
The StroopTask.Tutorial
type defines a specific type of screen intended to be
displayed as part of a tutorial for the Stroop task.
Properties
color
(StroopTask.Color
, required)word
(StroopTask.Color
, required)message
(string
, required)showButton
(boolean
, required)
Example
{
"type": "StroopTask.Tutorial",
"color": "green",
"word": "Blue"
"message": "Your job is to promptly identify the colour the word is shown in. 🎨",
"showButtons": false,
}