@@ -169,10 +169,10 @@ def add_lesson_to_chapter(chapter, lesson):
169169
170170
171171def 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