topicDiscussionVideos.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. [
  2. {
  3. "id": "v1",
  4. "title": "Going to school",
  5. "videoUrl": "https://example.com/videos/v1.mp4",
  6. "description": "A child walks to school in the morning, passing a park and meeting friends at the bus stop."
  7. },
  8. {
  9. "id": "v2",
  10. "title": "Family breakfast",
  11. "videoUrl": "https://example.com/videos/v2.mp4",
  12. "description": "A family of four eats breakfast together; the parents prepare eggs while children pour milk."
  13. },
  14. {
  15. "id": "v3",
  16. "title": "At the zoo",
  17. "videoUrl": "https://example.com/videos/v3.mp4",
  18. "description": "Visitors watch pandas eating bamboo behind a glass enclosure on a sunny afternoon."
  19. },
  20. {
  21. "id": "v4",
  22. "title": "Library reading",
  23. "videoUrl": "https://example.com/videos/v4.mp4",
  24. "description": "A student picks a book from the shelf, sits at a long table, and reads quietly."
  25. },
  26. {
  27. "id": "v5",
  28. "title": "Birthday party",
  29. "videoUrl": "https://example.com/videos/v5.mp4",
  30. "description": "Children gather around a cake with candles, singing and clapping at a friend's birthday."
  31. },
  32. {
  33. "id": "v6",
  34. "title": "Rainy day",
  35. "videoUrl": "https://example.com/videos/v6.mp4",
  36. "description": "A person walks home in heavy rain holding a yellow umbrella, jumping over puddles."
  37. },
  38. {
  39. "id": "v7",
  40. "title": "Soccer practice",
  41. "videoUrl": "https://example.com/videos/v7.mp4",
  42. "description": "Kids practice dribbling and passing a soccer ball on a green grass field after school."
  43. },
  44. {
  45. "id": "v8",
  46. "title": "Cooking dinner",
  47. "videoUrl": "https://example.com/videos/v8.mp4",
  48. "description": "A teenager helps a parent chop vegetables and stir a pot in a brightly lit kitchen."
  49. }
  50. ]