diff --git a/curriculum/challenges/_meta/lecture-welcome-to-freecodecamp/meta.json b/curriculum/challenges/_meta/lecture-welcome-to-freecodecamp/meta.json index cdbf5d4cbe8..54b199b96b4 100644 --- a/curriculum/challenges/_meta/lecture-welcome-to-freecodecamp/meta.json +++ b/curriculum/challenges/_meta/lecture-welcome-to-freecodecamp/meta.json @@ -14,9 +14,13 @@ "id": "6734e2c5780912abd874e79c", "title": "How Does the Certification Process Work?" }, + { + "id":"6763500bd5a85d5898cc21a9", + "title":"How do Most People Learn Effectively?" + }, { "id": "6734e2dcb965e5ac0ea38e0f", - "title": "How to Develop Effective Learning Habits" + "title": "How Can You Build Effective Learning Habits and Work Smarter?" } ], "helpCategory": "HTML-CSS" diff --git a/curriculum/challenges/english/25-front-end-development/lecture-welcome-to-freecodecamp/6734ddabad59e593a49afafe.md b/curriculum/challenges/english/25-front-end-development/lecture-welcome-to-freecodecamp/6734ddabad59e593a49afafe.md index bed2785ba2e..ad396831318 100644 --- a/curriculum/challenges/english/25-front-end-development/lecture-welcome-to-freecodecamp/6734ddabad59e593a49afafe.md +++ b/curriculum/challenges/english/25-front-end-development/lecture-welcome-to-freecodecamp/6734ddabad59e593a49afafe.md @@ -2,7 +2,7 @@ id: 6734ddabad59e593a49afafe title: Welcome Message from Quincy challengeType: 24 -videoId: nVAaxZ34khk +videoId: KwZkXwDUc1o dashedName: welcome-message-from-quincy --- diff --git a/curriculum/challenges/english/25-front-end-development/lecture-welcome-to-freecodecamp/6734e2c5780912abd874e79c.md b/curriculum/challenges/english/25-front-end-development/lecture-welcome-to-freecodecamp/6734e2c5780912abd874e79c.md index 50014e458cf..cfa1be8adc9 100644 --- a/curriculum/challenges/english/25-front-end-development/lecture-welcome-to-freecodecamp/6734e2c5780912abd874e79c.md +++ b/curriculum/challenges/english/25-front-end-development/lecture-welcome-to-freecodecamp/6734e2c5780912abd874e79c.md @@ -2,7 +2,7 @@ id: 6734e2c5780912abd874e79c title: How Does the Certification Process Work? challengeType: 11 -videoId: nVAaxZ34khk +videoId: v27_UwsNiUE dashedName: how-does-the-certification-process-work --- diff --git a/curriculum/challenges/english/25-front-end-development/lecture-welcome-to-freecodecamp/6734e2dcb965e5ac0ea38e0f.md b/curriculum/challenges/english/25-front-end-development/lecture-welcome-to-freecodecamp/6734e2dcb965e5ac0ea38e0f.md index 2bd04468016..339890c9ab3 100644 --- a/curriculum/challenges/english/25-front-end-development/lecture-welcome-to-freecodecamp/6734e2dcb965e5ac0ea38e0f.md +++ b/curriculum/challenges/english/25-front-end-development/lecture-welcome-to-freecodecamp/6734e2dcb965e5ac0ea38e0f.md @@ -1,9 +1,9 @@ --- id: 6734e2dcb965e5ac0ea38e0f -title: How to Develop Effective Learning Habits +title: How Can You Build Effective Learning Habits and Work Smarter? challengeType: 11 -videoId: nVAaxZ34khk -dashedName: how-to-develop-effective-learning-habits +videoId: tnp3tOg9oBM +dashedName: how-can-you-build-effective-learning-habits-and-work-smarter --- # --description-- @@ -14,20 +14,108 @@ Watch the lecture video and answer the questions below. ## --text-- -How to Develop Effective Learning Habits question? +What does the "Pace yourself" tip emphasize as key to making progress through the curriculum? ## --answers-- -Answer 1 +Learning as much as possible all in one day + +### --feedback-- + +It's about treating coding like a marathon rather than a sprint. --- -Answer 2 +Completing the curriculum without breaks + +### --feedback-- + +It's about treating coding like a marathon rather than a sprint. --- -Answer 3 +Working a little bit each day + +--- + +Stopping frequently whenever it feels hard + +### --feedback-- + +It's about treating coding like a marathon rather than a sprint. ## --video-solution-- -1 +3 + +## --text-- + +What is the main benefit of establishing a coding routine? + +## --answers-- + +It doubles the amount of learning in half the time + +### --feedback-- + +Think about what happens after you wake up 30 minutes earlier every day to code. + +--- + +It reduces the need for sleep + +### --feedback-- + +Think about what happens after you wake up 30 minutes earlier every day to code. + +--- + +It helps make coding a habit that requires less willpower + +--- + +It eliminates the need for practice or repetition + +### --feedback-- + +Think about what happens after you wake up 30 minutes earlier every day to code. + +## --video-solution-- + +3 + +## --text-- + +How does the Pomodoro technique help with starting a coding session? + +## --answers-- + +It guarantees you will code for hours without stopping + +### --feedback-- + +You set a timer for a short, fixed amount of time to break the initial resistance. + +--- + +It instantly makes you a faster coder by strictly timing every keystroke + +### --feedback-- + +You set a timer for a short, fixed amount of time to break the initial resistance. + +--- + +It automatically determines which tasks you should work on, removing the need for planning + +### --feedback-- + +You set a timer for a short, fixed amount of time to break the initial resistance. + +--- + +It makes it easier to begin coding by committing to just 25 minutes + +## --video-solution-- + +4 diff --git a/curriculum/challenges/english/25-front-end-development/lecture-welcome-to-freecodecamp/6763500bd5a85d5898cc21a9.md b/curriculum/challenges/english/25-front-end-development/lecture-welcome-to-freecodecamp/6763500bd5a85d5898cc21a9.md new file mode 100644 index 00000000000..60c6525ae0a --- /dev/null +++ b/curriculum/challenges/english/25-front-end-development/lecture-welcome-to-freecodecamp/6763500bd5a85d5898cc21a9.md @@ -0,0 +1,121 @@ +--- +id: 6763500bd5a85d5898cc21a9 +title: How do Most People Learn Effectively? +challengeType: 11 +videoId: ybpwBqa56-s +dashedName: how-do-most-people-learn-effectively +--- + +# --description-- + +Watch the lecture video and answer the questions below. + +# --questions-- + +## --text-- + +What is the concept called where learning is spread out over time, allowing sleep to reinforce memory structures? + +## --answers-- + +Spaced Repetition + +--- + +Speed Reading + +### --feedback-- + +This concept emphasizes learning a bit each day rather than all at once. + +--- + +Memorization + +### --feedback-- + +This concept emphasizes learning a bit each day rather than all at once. + +--- + +Passive Review + +### --feedback-- + +This concept emphasizes learning a bit each day rather than all at once. + +## --video-solution-- + +1 + +## --text-- + +Which learning approach involves switching between different concepts or skills during a single study session to keep your thinking flexible? + +## --answers-- + +Focused Immersion + +### --feedback-- + +It’s the technique that mixes things up to prevent your brain from getting stuck on one track. + +--- + +Interleaving Practice + +--- + +Highlighting Notes + +### --feedback-- + +It’s the technique that mixes things up to prevent your brain from getting stuck on one track. + +--- + +Mental Mapping + +### --feedback-- + +It’s the technique that mixes things up to prevent your brain from getting stuck on one track. + +## --video-solution-- + +2 + +## --text-- + +What strategy helps you overcome the illusion of competence by actively testing your understanding through quizzes and exercises? + +## --answers-- + +Passive Listening + +### --feedback-- + +It’s the method where you try to recall information without looking at the answers first. + +--- + +Rereading Notes + +### --feedback-- + +It’s the method where you try to recall information without looking at the answers first. + +--- + +Active Recall + +--- + +Watching Tutorials Only + +### --feedback-- + +It’s the method where you try to recall information without looking at the answers first. + +## --video-solution-- + +3 diff --git a/curriculum/superblock-structure/full-stack.json b/curriculum/superblock-structure/full-stack.json index 2b439d34686..4d5a44391bc 100644 --- a/curriculum/superblock-structure/full-stack.json +++ b/curriculum/superblock-structure/full-stack.json @@ -2,7 +2,6 @@ "chapters": [ { "dashedName": "freecodecamp", - "comingSoon": true, "modules": [ { "dashedName": "getting-started-with-freecodecamp",