OK much
This commit is contained in:
@@ -1,21 +1,25 @@
|
||||
{
|
||||
"course_id": "CS101",
|
||||
"course_name": "Computer Science 101",
|
||||
"course_img_path": "images/cs101.png",
|
||||
"lessons": [
|
||||
{
|
||||
"lesson_id": "L001",
|
||||
"lesson_name": "Introduction to Computer Science",
|
||||
"markdown": "This is the introduction lesson.",
|
||||
"markdown_prompt": "What is Computer Science?",
|
||||
"score_prompt": "Please provide an overview of CS."
|
||||
},
|
||||
{
|
||||
"lesson_id": "L002",
|
||||
"lesson_name": "Data Structures",
|
||||
"markdown": "In this lesson, we cover Data Structures.",
|
||||
"markdown_prompt": "What is an array?",
|
||||
"score_prompt": "Explain how linked lists work."
|
||||
}
|
||||
]
|
||||
}
|
||||
"CS101":{
|
||||
"course_id": "CS101",
|
||||
"course_name": "Computer Science 101",
|
||||
"course_description":"这个老师很懒,没有写介绍",
|
||||
"course_img_path": "/static/image/algorithm/book_cover.png",
|
||||
"course_create_date": "2023-01-01",
|
||||
"course_update_data": "2023-01-01"},
|
||||
|
||||
"algorithm":{
|
||||
"course_id": "algorithm",
|
||||
"course_name": "算法分析与设计",
|
||||
"course_description":"这个老师很懒,没有写介绍",
|
||||
"course_img_path": "/static/image/algorithm/book_cover.png",
|
||||
"course_create_date": "2023-01-01",
|
||||
"course_update_data": "2023-01-01"},
|
||||
|
||||
"data-structure":{
|
||||
"course_id": "data-structure",
|
||||
"course_name": "数据结构",
|
||||
"course_description":"这个老师很懒,没有写介绍",
|
||||
"course_img_path": "/static/image/algorithm/book_cover.png",
|
||||
"course_create_date": "2023-01-01",
|
||||
"course_update_data": "2023-01-01"}
|
||||
}
|
||||
Reference in New Issue
Block a user