MemoryTask.Word
Description
The MemoryTask.Word
type defines a special case of component that appears
within a MemoryTask.Prompt
.
Properties
category
(string
, required) - The category to which this word belongs.label
(string
, required) - The text label to display for this word.value
(string
, required) - The value corresponding to this word to be submitted as part of the results of the Memory task.
Example
{
"category" : "Animals",
"label" : "Dog",
"value" : "Dog"
}