
Guided language dialog
A root prompt with reply branches — export as conversation for a chat-style experience on Peacae.
{
"app": "wenodify-studio",
"mode": "idea-map",
"version": 1,
"graphType": "conversation",
"nodes": [
{
"id": "root",
"position": { "x": 80, "y": 180 },
"data": {
"title": "How do I greet someone?",
"body": "",
"status": "active"
}
},
{
"id": "option-a",
"position": { "x": 430, "y": 80 },
"data": {
"title": "Formal greeting",
"body": "Use the respectful form taught in lesson 1.",
"status": "active"
}
}
],
"edges": [
{ "id": "root-option-a", "source": "root", "target": "option-a" }
]
}Open in Studio
