From 17624a88ce17a0aebbde4eb3d036c57b5d97bd8a Mon Sep 17 00:00:00 2001 From: MaoShizhong <122839503+MaoShizhong@users.noreply.github.com> Date: Sun, 30 Jun 2024 13:10:32 +0100 Subject: [PATCH] Add lesson overview and knowledge check sections Puts lesson structure in line with layout style guide --- .../introduction/how_this_course_will_work.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/foundations/introduction/how_this_course_will_work.md b/foundations/introduction/how_this_course_will_work.md index ea9941a3a13..8c6e128432a 100644 --- a/foundations/introduction/how_this_course_will_work.md +++ b/foundations/introduction/how_this_course_will_work.md @@ -12,6 +12,13 @@ By the end of this unit, you should not only understand how the web works but al This section intentionally covers a very broad range of topics. It's silly to go diving straight into server-side programming without having a context for what it is and why it's useful (and why you should learn it!). +### Lesson overview + +This section contains a general overview of topics that you will learn in this lesson. + +- Understand how The Odin Project's curriculum works. +- Understand how the Foundations course works. + ### How it works This curriculum works by aggregating the best content from across the internet to teach a specific topic. In each lesson, we'll introduce the topic and try to provide some useful context before pointing you to external resources made by others. @@ -68,6 +75,13 @@ Additional resources are the only thing that is considered optional unless expli +### Knowledge check + +The following questions are an opportunity to reflect on key topics in this lesson. If you can't answer a question, click on it to review the material, but keep in mind you are not expected to memorize or master this knowledge. + +- [What is The Odin Project?](#introduction) +- [Should you skip anything in The Odin Project or complete it non-linearly?](#what-comes-next) + ### Additional resources This section contains helpful links to related content. It isn't required, so consider it supplemental.