update,
This commit is contained in:
BIN
task1/_doc/001_REQUIREMENTS/REQ003-lesson/Code_hTwMlUr1kx.png
(Stored with Git LFS)
Normal file
BIN
task1/_doc/001_REQUIREMENTS/REQ003-lesson/Code_hTwMlUr1kx.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
task1/_doc/001_REQUIREMENTS/REQ003-lesson/Code_njUX4m6pJK.png
(Stored with Git LFS)
Normal file
BIN
task1/_doc/001_REQUIREMENTS/REQ003-lesson/Code_njUX4m6pJK.png
(Stored with Git LFS)
Normal file
Binary file not shown.
35
task1/_doc/001_REQUIREMENTS/REQ003-lesson/notes.md
Normal file
35
task1/_doc/001_REQUIREMENTS/REQ003-lesson/notes.md
Normal file
@@ -0,0 +1,35 @@
|
||||
---
|
||||
tags: lesson
|
||||
---
|
||||
|
||||
# lesson
|
||||
|
||||

|
||||
|
||||
```jss
|
||||
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" : "我買個鍵盤打字",
|
||||
},...
|
||||
]
|
||||
|
||||
}
|
||||
}]
|
||||
```
|
Reference in New Issue
Block a user