SymbolsTask.Tutorial
Description
The SymbolsTask.Tutorial
type defines a presentational component specific to
the Symbols Task. Each instance of this component is intended
to be displayed as a standalone screen and includes a message and a set of
numbers to represent the prompt. See User Interface
Guidelines for detailed information on how this
component should be displayed.
Properties
hint
(string
, required) - A message to display on the screen.highlighted
(Array<integer>
, required) - A list of numbers corresponding to symbols to highlight on the Symbols Task canvas.prompt
(Array<integer>
, required) - A list of numbers to display as a prompt on the Symbols Task canvas.tutorialEnd
(boolean
) - Whether or not this instance of the component is the last of the tutorial.
Example
{
"type": "SymbolsTask.Tutorial",
"hint": "Take a moment to look at the table above. It shows that each number is associated with a distinct symbol.",
"highlighted": [],
"prompt": [1, 6, 8],
"tutorialEnd": false
}