Eerste upload

This commit is contained in:
2026-05-09 08:33:11 +02:00
parent c755e10a77
commit 8435e62e9a
838 changed files with 174200 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
{
"training": "Pilot Chapter Run",
"chapters": [
{
"title": "Eerste hoofdstuk",
"pages": [
{
"title": "Intro hoofdstuk 1",
"blocks": [
{
"type": "text",
"summary": "Hoofdstuk 1"
}
]
}
]
},
{
"title": "Tweede hoofdstuk",
"pages": [
{
"title": "Intro hoofdstuk 2",
"blocks": [
{
"type": "text",
"summary": "Hoofdstuk 2"
}
]
}
]
}
]
}