From 7bfbbc5926cd3d6251e3ab1a76c73705372a3249 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Tue, 17 Mar 2026 14:52:00 +0530 Subject: [PATCH] chore: updated demo data with latest explainer videos (cherry picked from commit b70b69eb63f645b96b144bf2ee55b6e722b221a2) --- lms/demo/demo_data.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lms/demo/demo_data.py b/lms/demo/demo_data.py index 6fa819dc..bbf7f0ac 100644 --- a/lms/demo/demo_data.py +++ b/lms/demo/demo_data.py @@ -169,10 +169,10 @@ def add_lesson_to_chapter(chapter, lesson): def create_intro_lesson_1(course): - title = "What is a Learning Management System?" + title = "What are Learning Management Systems?" chapter = get_chapter(course, "Introduction") content = """ - {"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"} + {"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"} """ create_lesson(course, chapter, title, content) @@ -181,7 +181,7 @@ def create_intro_lesson_2(course): title = "What is Frappe Learning?" chapter = get_chapter(course, "Introduction") content = """ - {"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"} + {"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"} """ create_lesson(course, chapter, title, content)