57 lines
1.9 KiB
JSON
57 lines
1.9 KiB
JSON
{
|
|
"user_id": "user123",
|
|
"select_course": ["algorithm", "data-structure"],
|
|
"head_icon": "/static/image/book_cover.jpg",
|
|
"course_process_dict": {
|
|
"algorithm": {
|
|
"course_process": {
|
|
"lesson_processs": [
|
|
{
|
|
"lesson_process": [
|
|
{
|
|
"chapter_info": {
|
|
"dialog": ["This is chapter 1 dialog"],
|
|
"score": 85,
|
|
"is_rebuttal": true,
|
|
"rebuttal_score": 90
|
|
}
|
|
},
|
|
{
|
|
"chapter_info": {
|
|
"dialog": ["This is chapter 2 dialog"],
|
|
"score": 75,
|
|
"is_rebuttal": false,
|
|
"rebuttal_score": 0
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"course_put_in_date": "2024-01-01",
|
|
"course_last_study_date": "2024-12-25",
|
|
"course_total_study_time": 120
|
|
}
|
|
},
|
|
"data-structure": {
|
|
"course_process": {
|
|
"lesson_processs": [
|
|
{
|
|
"lesson_process": [
|
|
{
|
|
"chapter_info": {
|
|
"dialog": ["This is course2 chapter 1 dialog"],
|
|
"score": 88,
|
|
"is_rebuttal": false,
|
|
"rebuttal_score": 0
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"course_put_in_date": "2024-01-01",
|
|
"course_last_study_date": "2024-12-25",
|
|
"course_total_study_time": 90
|
|
}
|
|
}
|
|
}
|
|
} |