Template
{
"title": "Physics",
"description": "Overview of motion and forces",
"language": "en",
"tags": ["science", "physics"],
"explanations": [{ "content": "Core explanation", "level": "normal" }],
"summaries": [{ "content": "Short summary", "level": "normal" }],
"definitions": [{ "term": "Force", "text": "Definition", "level": "normal" }],
"formulas": [{ "name": "F = m a", "expression": "Force equation" }],
"resources": [{ "title": "Helpful video", "kind": "video", "url": "https://example.com/video" }],
"exam_preps": [{ "content": "Key points", "tips": "Focus here" }],
"quizzes": [{
"title": "Basics quiz",
"description": "Optional",
"questions": [
{
"id": "q1",
"type": "single",
"question": "Who formulated the laws of motion?",
"options": ["Newton", "Einstein"],
"correctOptionIndexes": [0],
"points": 1
}
]
}],
"quotes": [{ "text": "Science quote", "source": "Author" }],
"vocabulary": [{ "word": "Inertia", "definition": "Property of matter", "example": "Example usage" }],
"flashcards": [{ "front": "Question", "back": "Answer" }],
"figures": [{ "name": "Isaac Newton", "description": "Physicist" }],
"timeline_events": [{ "title": "Publication", "date": "1687-07-05", "description": "Principia Mathematica" }],
"subtopics": [
{
"title": "Kinematics",
"description": "Motion basics",
"explanations": [{ "content": "Distance and displacement", "level": "normal" }]
}
]
}
Use the structure above. Fields are optional except
title.