{
„id“: „COURSE001“,
„title“: „Introduction to Web Development“,
„description“: „Learn the basics of HTML, CSS, and JavaScript“,
„modules“: [
{
„id“: „MODULE001“,
„title“: „HTML Fundamentals“,
„slides“: [
{
„id“: „SLIDE001“,
„type“: „video“,
„title“: „Introduction to HTML“,
„content“: {
„videoUrl“: „https://www.youtube.com/watch?v=UB1O30fR-EE“,
„duration“: „10:30“
}
},
{
„id“: „SLIDE002“,
„type“: „text“,
„title“: „HTML Structure“,
„content“: {
„text“: „HTML documents are structured using tags. The basic structure includes , ,
}
}
],
„quiz“: {
„id“: „QUIZ001“,
„title“: „HTML Fundamentals Quiz“,
„questions“: [
{
„id“: „Q001“,
„text“: „What does HTML stand for?“,
„options“: [
„Hyper Text Markup Language“,
„High Tech Modern Language“,
„Hyperlink and Text Markup Language“,
„Home Tool Markup Language“
],
„correctAnswer“: 0,
„points“: 1
},
{
„id“: „Q002“,
„text“: „Which tag is used to define the main content of an HTML document?“,
„options“: [
„
„
„„,
„
],
„correctAnswer“: 2,
„points“: 1
}
]
}
},
{
„id“: „MODULE002“,
„title“: „CSS Basics“,
„slides“: [
{
„id“: „SLIDE003“,
„type“: „video“,
„title“: „Introduction to CSS“,
„content“: {
„videoUrl“: „https://www.youtube.com/watch?v=1PnVor36_40“,
„duration“: „15:45“
}
},
{
„id“: „SLIDE004“,
„type“: „text“,
„title“: „CSS Selectors“,
„content“: {
„text“: „CSS selectors are used to target specific HTML elements. Common selectors include element selectors, class selectors, and ID selectors.“
}
}
],
„quiz“: {
„id“: „QUIZ002“,
„title“: „CSS Basics Quiz“,
„questions“: [
{
„id“: „Q003“,
„text“: „What does CSS stand for?“,
„options“: [
„Computer Style Sheets“,
„Creative Style Sheets“,
„Cascading Style Sheets“,
„Colorful Style Sheets“
],
„correctAnswer“: 2,
„points“: 1
},
{
„id“: „Q004“,
„text“: „Which selector is used to select elements with a specific class?“,
„options“: [
„#“,
„.“,
„*“,
„>“
],
„correctAnswer“: 1,
„points“: 1
}
]
}
}
],
„finalSummary“: {
„id“: „SUMMARY001“,
„title“: „Course Summary“,
„description“: „Congratulations on completing the Introduction to Web Development course! Here’s a summary of your performance:“,
„totalAvailablePoints“: 4,
„passingScore“: 3
}
}