提交版本
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"course_id": "data-structure",
|
||||
"course_name": "data-structure",
|
||||
"course_auther": "Chao Peng",
|
||||
"course_img_path": "/static/image/algorithm/book_cover.png",
|
||||
"course_img_path": "/static/image/data-structure/book_cover-data-structure.png",
|
||||
"description":"这个老师很懒,没有写介绍",
|
||||
"lessons": [
|
||||
{
|
||||
@@ -11,7 +11,7 @@
|
||||
"markdown": "This is the introduction lesson.",
|
||||
"markdown_prompt": "What is Data structure?",
|
||||
"score_prompt": "Please provide an overview of CS.",
|
||||
"lesson_img_path": "/static/image/algorithm/book_cover.png"
|
||||
"lesson_img_path": "/static/image/data-structure/book_cover-data-structure.png"
|
||||
},
|
||||
{
|
||||
"lesson_id": "L002",
|
||||
@@ -19,7 +19,7 @@
|
||||
"markdown": "In this lesson, we cover Data Structures.",
|
||||
"markdown_prompt": "What is an array?",
|
||||
"score_prompt": "Explain how linked lists work.",
|
||||
"lesson_img_path": "/static/image/algorithm/book_cover.png"
|
||||
"lesson_img_path": "/static/image/data-structure/book_cover-data-structure.png"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user