Untitled
unknown
plain_text
2 years ago
1.6 kB
7
Indexable
const data ={
"course_title": "Introduction to Data Science",
"instructor": "Dr. John Smith",
"description": "This course provides an introduction to the field of data science...",
"duration": "12 days",
"language": "English",
"level": "Intermediate",
"topics_covered": [
"Data analysis",
"Machine learning",
"Data visualization",
"Statistical methods"
],
"requirements": [
"Basic understanding of statistics",
"Some programming experience (Python recommended)"
],
"syllabus": [
{
"video": "",
"topic": "Introduction to Data Science",
"quiz":[{
"question": "What is data analysis?",
"options": [
"op1", "op2", "op3","op4"
],
"correctAnswer": "op2"
}]
},
{
"video_url": "",
"topic": "Data Wrangling",
"quiz":[{
"question": "What is data analysis?",
"options": [
"op1", "op2", "op3","op4"
],
"correctAnswer": "op2"
}]
},
],
"learning_outcomes": [
"Understand the fundamentals of data science",
"Apply data analysis techniques using Python",
"Create data visualizations to communicate insights",
"Build basic machine learning models"
],
"certification": {
"type": "Verified",
"cost": "$49",
"requirements": "Complete all assignments and pass the final exam"
}
}
Editor is loading...
Leave a Comment