Skip to main content

SymbolsTask.Intro

Description

The SymbolsTask.Intro type defines a high-level component that groups a sequence intended to introduce the end user to the Symbols Task.

Properties

Example

{
"sequence" : [
{
"type" : "InfoScreen",
"background" : {
"filename" : "Symbols_Test"
},
"header" : "Symbols\nTask",
"eyebrowHeader" : "30 seconds",
"body" : [
"This task takes a look at your ability to map, process and associate visual information."
],
"buttons" : [
{
"type" : "Button",
"label" : "Next",
"onTap" : {
"type" : "User.TappedContinue"
}
}
]
},
// ...
]
}