folk-canvas/website/chains-of-thought/chains-of-thought.json

52 lines
911 B
JSON

{
"thoughts": [
{
"id": "1",
"text": "Blindfold chess requires internalizing chess structures.",
"x": 392,
"y": 157
},
{
"id": "2",
"text": "Internalizing chess structures builds intuition.",
"x": 73,
"y": 88
},
{
"id": "3",
"text": "Blindfold chess improves intuition.",
"x": 158,
"y": 337
},
{
"id": "4",
"text": "Building intuition is essential for chess improvement.",
"x": 457,
"y": 532
},
{
"id": "5",
"text": "Blindfold chess is useful for chess improvement.",
"x": 206,
"y": 621
}
],
"connections": [
{
"sourceId": "1",
"targetId": "3"
},
{
"sourceId": "2",
"targetId": "3"
},
{
"sourceId": "3",
"targetId": "5"
},
{
"sourceId": "4",
"targetId": "5"
}
]
}