
Guided language dialog
A Kifuliiru-style conversation mind map: root prompt with reply branches — the kind of language content Wenodify was built to author, then export.
{
"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 in Kifuliiru?",
"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

