fix(curriculum): update challengeType for lectures with video added (#58590)

This commit is contained in:
Dario-DC
2025-02-05 13:04:51 +01:00
committed by GitHub
parent da210bc18c
commit 38d2e7d112
16 changed files with 16 additions and 16 deletions
@@ -1,7 +1,7 @@
---
id: 6734e3a9cc78faaf4248d335
title: What Is the Role of JS Libraries and Frameworks, and Why Are They Used in the Industry?
challengeType: 19
challengeType: 11
videoId: AJMjp3NxnEA
dashedName: what-is-the-role-of-js-libraries-and-frameworks-and-why-are-they-used-in-the-industry
---
@@ -1,7 +1,7 @@
---
id: 6734e867bbf41cc5b11648c4
title: What Are Single Page Applications, and What Are Some Issues Surrounding Them?
challengeType: 19
challengeType: 11
videoId: pqTVIg2JTJc
dashedName: what-are-single-page-applications-and-what-are-some-issues-surrounding-them
---
@@ -1,7 +1,7 @@
---
id: 6734e86f590727c5e7e9ec5e
title: What Is React, and What Is It Commonly Used For?
challengeType: 19
challengeType: 11
videoId: 1FGlfBVLSOA
dashedName: what-is-react-and-what-is-it-commonly-used-for
---
@@ -1,7 +1,7 @@
---
id: 6734e879c78ee6c61db25b90
title: What Are Components in React, and How Do They Work?
challengeType: 19
challengeType: 11
videoId: 0X9IvIhopZQ
dashedName: what-are-components-in-react-and-how-do-they-work
---
@@ -1,7 +1,7 @@
---
id: 6734e88cc46e6dc679420040
title: What is Vite, and How Can It Be Used to Set Up a New React Project?
challengeType: 19
challengeType: 11
videoId: lzU9WdGBjlw
dashedName: what-is-vite-and-how-can-it-be-used-to-set-up-a-new-react-project
---
@@ -1,7 +1,7 @@
---
id: 674ba6876f7ada867135bb95
title: How Can You Import and Export Components in React?
challengeType: 19
challengeType: 11
videoId: XWvb9g1IjR4
dashedName: how-can-you-import-and-export-components-in-react
---
@@ -1,7 +1,7 @@
---
id: 6733ab12b60bd7f6b2b0b0c0
title: How Does the Audio Constructor Work, and What Are Some Common Methods?
challengeType: 19
challengeType: 11
videoId: d817IJ30WkM
dashedName: how-does-the-audio-constructor-work-and-what-are-some-common-methods
---
@@ -1,7 +1,7 @@
---
id: 6733d8203da84a08a0f5eab4
title: What Are the Different Types of Video and Audio Formats?
challengeType: 19
challengeType: 11
videoId: 8JYWipao8GY
dashedName: what-are-the-different-types-of-video-and-audio-formats
---
@@ -1,7 +1,7 @@
---
id: 6733d829d983c008d2db41a1
title: What Are Codecs and How Do They Work?
challengeType: 19
challengeType: 11
videoId: Tr7ruMKuEIs
dashedName: what-is-codecs-and-how-does-it-work
---
@@ -1,7 +1,7 @@
---
id: 6733d83630e76f08ff49e6dc
title: What Is the HTMLMediaElement API and How Does It Work?
challengeType: 19
challengeType: 11
videoId: NS3YH1_BUeo
dashedName: what-is-the-htmlmediaelement-api-and-how-does-it-work
---
@@ -1,7 +1,7 @@
---
id: 6733d852175df50937f06061
title: How Can You Work with the Media Streams to Capture Video and Audio from a Local Device?
challengeType: 19
challengeType: 11
videoId: l7DpWBSCkBs
dashedName: how-can-you-work-with-the-media-streams-getusermedia-to-capture-video-and-audio-from-a-local-device
---
@@ -1,7 +1,7 @@
---
id: 6733d8606fb893099e3d0df3
title: What Are Some Other Examples of Video and Audio APIs?
challengeType: 19
challengeType: 11
videoId: iBjygRRu1t8
dashedName: what-are-some-other-examples-of-video-and-audio-apis
---
@@ -1,7 +1,7 @@
---
id: 6734e3ceee2da4b0301719b7
title: How Do You Pass Props from a Parent Component to a Child Component in React?
challengeType: 19
challengeType: 11
videoId: kUJ6yGagVtE
dashedName: how-do-you-pass-props-from-a-parent-component-to-a-child-component-in-react
---
@@ -1,7 +1,7 @@
---
id: 673500abfe36cd015b67b1b7
title: How Does Conditional Rendering Work in React Components?
challengeType: 19
challengeType: 11
videoId: jSwg6t4FOBc
dashedName: how-does-conditional-rendering-work-in-react-components
---
@@ -1,7 +1,7 @@
---
id: 673500b41af8500191febedc
title: How Do You Render Lists in React?
challengeType: 19
challengeType: 11
videoId: EXuI5_x3tEM
dashedName: how-do-you-render-lists-in-react
---
@@ -1,7 +1,7 @@
---
id: 673500bfe1f41601c1ddb1a2
title: How Do Inline Styles Work in React?
challengeType: 19
challengeType: 11
videoId: SMnrYMHFvbA
dashedName: how-do-inline-styles-work-in-react
---