-
Notifications
You must be signed in to change notification settings - Fork 3
Snippets
Jen Looper edited this page Apr 8, 2021
·
2 revisions
Here are snippets you can copy and paste to grab the markdown you need in a lesson.
Images with alt tags and credit given in a blockquote:

> Sketchnote by [Wassim Chegham](https://dev.to/wassimchegham/ever-wondered-what-happens-when-you-type-in-a-url-in-an-address-bar-in-a-browser-3dob)
Each curriculum has a quiz app (Jen can deploy it for your curriculum). If the quiz has been translated (see the quiz-app
folder's README.md for instructions on deployment), add a query string -- ?loc=language-code
-- at the end of the URL to redirect towards localized quiz content.
[Pre-lecture quiz](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/23)
Videos have a particular markup on GitHub:
[](https://youtube.com/watch?v=69WJeXGBdxg "Tools of the Trade")
The end of each lesson should be standard, with these four sections in place in this format.
---
## 🚀 Challenge
Compare some programming languages. What are some of the unique traits of JavaScript vs. Java? How about COBOL vs. Go?
## Post-Lecture Quiz
[Post-lecture quiz](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/2)
## Review & Self Study
Study a bit on the different languages available to the programmer. Try to write a line in one language, and then redo it in two others. What do you learn?
## Assignment
[Reading the Docs](assignment.md)