OK much
This commit is contained in:
25
Html/db/data/course/CS101.json
Normal file
25
Html/db/data/course/CS101.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"course_id": "CS101",
|
||||
"course_name": "Computer Science 101",
|
||||
"course_auther": "John Doe",
|
||||
"course_img_path": "/static/image/algorithm/book_cover.png",
|
||||
"description":"这个老师很懒,没有写介绍",
|
||||
"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_img_path": "/static/image/algorithm/book_cover.png"
|
||||
},
|
||||
{
|
||||
"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.",
|
||||
"lesson_img_path": "/static/image/algorithm/book_cover.png"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user