Skip to content

Commit 8d49252

Browse files
authored
Merge pull request #2215 from pateljannat/issues-212
chore: updated demo data with latest explainer videos
2 parents 8da726a + b70b69e commit 8d49252

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lms/demo/demo_data.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,10 @@ def add_lesson_to_chapter(chapter, lesson):
169169

170170

171171
def create_intro_lesson_1(course):
172-
title = "What is a Learning Management System?"
172+
title = "What are Learning Management Systems?"
173173
chapter = get_chapter(course, "Introduction")
174174
content = """
175-
{"time":1772449622100,"blocks":[{"id":"vYTdcXYVgI","type":"embed","data":{"service":"youtube","source":"https://www.youtube.com/watch?v=-Ulzqjj49lk","embed":"-Ulzqjj49lk","caption":""}}],"version":"2.29.0"}
175+
{"time":1772449622100,"blocks":[{"id":"vYTdcXYVgI","type":"embed","data":{"service":"youtube","source":"https://www.youtube.com/watch?v=QhA4h6qD4wY","embed":"QhA4h6qD4wY","caption":""}}],"version":"2.29.0"}
176176
"""
177177
create_lesson(course, chapter, title, content)
178178

@@ -181,7 +181,7 @@ def create_intro_lesson_2(course):
181181
title = "What is Frappe Learning?"
182182
chapter = get_chapter(course, "Introduction")
183183
content = """
184-
{"time":1772449622100,"blocks":[{"id":"vYTdcXYVgI","type":"embed","data":{"service":"youtube","source":"https://www.youtube.com/watch?v=VIt_bsbBjLI","embed":"VIt_bsbBjLI","caption":""}}],"version":"2.29.0"}
184+
{"time":1772449622100,"blocks":[{"id":"vYTdcXYVgI","type":"embed","data":{"service":"youtube","source":"https://www.youtube.com/watch?v=gFXVCWmVQvQ","embed":"gFXVCWmVQvQ","caption":""}}],"version":"2.29.0"}
185185
"""
186186
create_lesson(course, chapter, title, content)
187187

0 commit comments

Comments
 (0)