Skip to content

Commit

Permalink
Merge pull request #361 from turingschool/2412_mod_0
Browse files Browse the repository at this point in the history
Update Mod 0 prework index.md to include intro video
  • Loading branch information
AlecKap authored Nov 8, 2024
2 parents 4dcaa7d + b7c4fac commit b9f4a51
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
6 changes: 1 addition & 5 deletions module0/lessons/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ title: Mod 0 - Lessons
* [Problem Solving]({{ site.url }}/module0/lessons/problem-solving)
* Before session 3, your Mod 0 Gist should contain sections and CFU answers for `Data Types`, `Arrays`, `Asking Technical Questions`, `DTR Prep`, `Calendaring & Time Management`, `Git Workflow`, and `Problem Solving`.



## Session 3
### Live Sessions
* [GitHub]({{ site.url }}/module0/lessons/github)
Expand All @@ -44,13 +42,11 @@ title: Mod 0 - Lessons
* [Final Reflections]({{ site.url }}/module0/lessons/final-reflections)
* By the end of the day Saturday, your Mod 0 Gist should contain all CFU answers and assignments including sections for `Data Types`, `Arrays`, `Asking Technical Questions`, `DTR Prep`, `Calendaring & Time Management`, `Git Workflow`, `Problem Solving`, `GitHub` `Conditionals`, `Methods`, `Beyond Mod 0 Plan`, and `Final Reflections`.

<!--
Put this section back in for traditional mod 0 (non intermission Mod 0)

## Complete Before Mod 1
Note: You are not expected to be experts on these topics, but you should come to Mod 1 ready to ask questions about the topics covered in these lessons.
* Pre-teach this [Testing]({{ site.url }}/module0/lessons/testing) lesson.
* Complete some [Programming Exercises](https://github.com/turingschool-examples/se-mod1-exercises). We'd like you to focus on the `data-types`, `ints-and-floats`, and `strings` folders.
-->

## Important Note
On the first day of Mod1, you we will be introducing you to all of the instructors at **8:30 AM MT**. Make sure to note this early start on your calendar!!
Expand Down
11 changes: 6 additions & 5 deletions module0/prework/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ title: Mod 0 - Prework
* [Markdown]({{ site.url }}/module0/prework/markdown)
* [Terminal]({{ site.url }}/module0/prework/terminal)
* [VS Code]({{ site.url }}/module0/prework/vs-code)
<!-- * [Introduction Video]({{ site.url }}/module0/prework/intro-video) -->
* [Introduction Video]({{ site.url }}/module0/prework/intro-video)

## Prework Submission
Once you have completed all your prework items, please create a new Github Gist that includes the following:
1. A header that says "Mod 0 Gist - [Your Name]"
1. A subheader with your pronouns and cohort (ex: she/her 2407)
1. An "About Me" section with an introduction about who you are and why you decided to come to Turing.
<!-- 1. A link to your slack thread post of your loom Intro Video. (You can find this link by hovering over your slack thread post, clicking the three dots, then selecting _Copy Link_) -->
1. A link to your slack thread post of your loom Intro Video. (You can find this link by hovering over your slack thread post, clicking the three dots, then selecting _Copy Link_)
1. Be sure to save the file as a markdown file by using a `.md` file type. For example, you might name the file `kaylagordon_mod0gist.md`.
1. Check that you save this as a secret gist, not a public one.
1. Bookmark this Gist - you will be adding to it in the future (read the Notes below)!
Expand All @@ -29,7 +29,7 @@ Once you have completed all your prework items, please create a new Github Gist
## Important Notes
Throughout Mod 0 you will have many opportunities to practice the information you learn. One of the ways we have you reflect on your learnings is by answering CFU (Check For Understanding) questions. At the end of each live lesson and homework lesson, there will be a set of CFUs for you to respond to. To track these responses, we will have you use the same Mod 0 Gist you submit as your prework. You will be able to add to this gist throughout Mod 0 and instructors will be able to see those updates and provide feedback.

If you get stuck when creating this Gist, refer back to the [Markdown lesson]({{ site.url }}/prework/markdown).
If you get stuck when creating this Gist, refer back to the [Markdown lesson]({{ site.url }}/module0/prework/markdown).

Here is a sample of how you might structure your Mod 0 Gist file:
```markdown
Expand All @@ -38,9 +38,10 @@ Here is a sample of how you might structure your Mod 0 Gist file:

## About Me
I am a former educator who loves my dog. I'm excited to join Turing because...

## Intro Video Link
[Link](URL to slack thread here...)
```
<!-- ## Intro Video Link
[Link](URL to slack thread here...) -->


You cannot begin Mod 0 until this prework is submitted. Reach out via Slack early if you have any questions or concerns!
Expand Down

0 comments on commit b9f4a51

Please sign in to comment.