12 lines
282 B
JSON
12 lines
282 B
JSON
{
|
|
"type": "session",
|
|
"subType": "default",
|
|
"settings": [],
|
|
"messages": [
|
|
{ "key": "_intro", "value": "Welcome to the experiment!" },
|
|
{ "key": "_pause", "value": "Take a short break" },
|
|
{ "key": "_outro", "value": "Session ended, thank you for your participation." }
|
|
]
|
|
}
|
|
|