WordCards
Description
The WordCards
type defines a presentational component intended to be
displayed as an animated sequential list of words. An end user is expected to
attempt to memorise the displayed words and will later be asked to recall them
as part of a Memory task.
Properties
words
(Array<string>
, required) - The list of words to display.
Example
{
"type" : "WordCards",
"words" : [
"Arm",
"Queen",
"School",
"Beans",
"Diamond",
"Football",
"Car",
"Berry"
]
}