Files
lettersoup_hk/task1/_doc/001_REQUIREMENTS/REQ003-lesson/notes.md
louiscklaw 91fab4a5d5 update,
2025-02-01 01:16:09 +08:00

722 B

tags
tags
lesson

lesson

alt text

filename: /data/Lesson/lesson_categories.json

lesson_categories = [
    {"name": "vocabulary","path": "vocabulary"},
    {"name": "Connectives","path": "connectives"},
    ...
]

filename: /data/Lesson/category_content.json
category_content = [{
    "Technology": {
        "category": "vocabulary",
        "content": [
            {
                "image": "helloworld.jpg",
                "sound": "helloworld.mp4",
                "word": "keyboard",
                "word_c"  : "鍵盤",
                "sample_e" : "I buy a keyboard to type",
                "sample_c" : "我買個鍵盤打字",
            },...
        ]

    }
}]