diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 5038ac18..24ecc528 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -55,6 +55,11 @@ * [Introduction](/courses/csintro/introduction) * [References](/courses/csintro/references) * [Making](/courses/csintro/making) + * [Introduction](/courses/csintro/making/introduction) + * [Unplugged](/courses/csintro/making/unplugged) + * [Walkthrough](/courses/csintro/making/walkthrough) + * [Project](/courses/csintro/making/project) + * [Standards](/courses/csintro/making/standards) ## #reference diff --git a/docs/courses/csintro.md b/docs/courses/csintro.md index b4f3f0b2..100ff8a4 100644 --- a/docs/courses/csintro.md +++ b/docs/courses/csintro.md @@ -8,4 +8,10 @@ ## Lessons -* [Making](/courses/csintro/making) \ No newline at end of file +* [Making](/courses/csintro/making) + +### ~ hint + +UNDER CONSTRUCTION: We are still migrating the CSIntro content to this format... + +### ~ \ No newline at end of file diff --git a/docs/courses/csintro/making.md b/docs/courses/csintro/making.md index 07540f55..bbc32b83 100644 --- a/docs/courses/csintro/making.md +++ b/docs/courses/csintro/making.md @@ -17,35 +17,8 @@ Students will... ## Lesson Plan Structure -* Introduction: The micro:bit is for making -* Unplugged Activity: Design Thinking -* micro:bit Activity: MakeCode download -* Project: Micro:pet -* Project Mods -* Assessment: Rubric -* Standards: listed - -## Introduction - -The micro:bit is a great way to teach the basics of programming and computer science. The Microsoft MakeCode block-based coding environment is a powerful and intuitive way to make the micro:bit react to all sorts of input, and you can introduce fundamental concepts such as iteration, conditional statements, and variables using MakeCode. - -Students often focus primarily on the 5x5 LED screen for providing output. Although this is the most directly accessible way to see a reaction to some kind of input, there are many more creative possibilities when you encourage your students to see the micro:bit as a “brain” that can control physical, tangible creations. - -These creations don’t have to be complex or highly technical. It’s great to have students building with common household supplies. Because the micro:bit is so lightweight, and supports so many sensors, it can be incorporated easily into a physical design as long as students plan ahead for its size and weight. One of the first questions you might ask students is “Where does the micro:bit fit in your creation?” - -In this first lesson’s project, we focus on making something creative that features the micro:bit as its “face”. We purposely start this course with a lesson on Making and the physical nature of the micro:bit, because it is important to set the tone for the whole course that this is a class about making, building, crafting and construction. It helps if you have an art room available where kids can work, or arts and crafts supplies in your classroom that kids can use to build. - -Some common making supplies to gather: - -* pizza boxes -* scrap cardboard -* colored construction paper -* colored duct tape -* scissors -* pipe cleaners -* stickers -* feathers -* string -* markers - -![Maker materials](/static/courses/csintro/making/maker-materials.png) \ No newline at end of file +* [Introduction: The micro:bit is for making](/courses/csintro/making/introduction) +* [Unplugged Activity: Design Thinking](/courses/csintro/making/unplugged) +* [Walkthrough Activity: MakeCode download](/courses/csintro/making/walkthrough) +* [Project: Micro:pet (including mods and rubric)](/courses/csintro/making/project) +* [Standards: listed](/courses/csintro/making/standards) diff --git a/docs/courses/csintro/making/introduction.md b/docs/courses/csintro/making/introduction.md new file mode 100644 index 00000000..afdf220f --- /dev/null +++ b/docs/courses/csintro/making/introduction.md @@ -0,0 +1,24 @@ +# Introduction + +The micro:bit is a great way to teach the basics of programming and computer science. The Microsoft MakeCode block-based coding environment is a powerful and intuitive way to make the micro:bit react to all sorts of input, and you can introduce fundamental concepts such as iteration, conditional statements, and variables using MakeCode. + +Students often focus primarily on the 5x5 LED screen for providing output. Although this is the most directly accessible way to see a reaction to some kind of input, there are many more creative possibilities when you encourage your students to see the micro:bit as a “brain” that can control physical, tangible creations. + +These creations don’t have to be complex or highly technical. It’s great to have students building with common household supplies. Because the micro:bit is so lightweight, and supports so many sensors, it can be incorporated easily into a physical design as long as students plan ahead for its size and weight. One of the first questions you might ask students is “Where does the micro:bit fit in your creation?” + +In this first lesson’s project, we focus on making something creative that features the micro:bit as its “face”. We purposely start this course with a lesson on Making and the physical nature of the micro:bit, because it is important to set the tone for the whole course that this is a class about making, building, crafting and construction. It helps if you have an art room available where kids can work, or arts and crafts supplies in your classroom that kids can use to build. + +Some common making supplies to gather: + +* pizza boxes +* scrap cardboard +* colored construction paper +* colored duct tape +* scissors +* pipe cleaners +* stickers +* feathers +* string +* markers + +![Maker materials](/static/courses/csintro/making/maker-materials.png) \ No newline at end of file diff --git a/docs/courses/csintro/making/micropet.md b/docs/courses/csintro/making/project.md similarity index 100% rename from docs/courses/csintro/making/micropet.md rename to docs/courses/csintro/making/project.md diff --git a/docs/courses/csintro/making/design-thinking.md b/docs/courses/csintro/making/unplugged.md similarity index 100% rename from docs/courses/csintro/making/design-thinking.md rename to docs/courses/csintro/making/unplugged.md diff --git a/docs/courses/csintro/making/install-a-program.md b/docs/courses/csintro/making/walkthrough.md similarity index 100% rename from docs/courses/csintro/making/install-a-program.md rename to docs/courses/csintro/making/walkthrough.md