Skip to main content

MemoryTask.Prompt

Description

The MemoryTask.Prompt type defines a special case of component used within a MemoryTask. A prompt includes a list of related words, one of which corresponds to the given correct word.

Properties

Example

{
"correct" : {
"category" : "Body",
"label" : "Hand",
"value" : "Hand"
},
"words" : [
{
"category" : "Body",
"label" : "Elbow",
"value" : "Elbow"
},
{
"category" : "Body",
"label" : "Hand",
"value" : "Hand"
},
{
"category" : "Body",
"label" : "Knee",
"value" : "Knee"
},
{
"category" : "Body",
"label" : "Foot",
"value" : "Foot"
}
]
}