From ea39a8ea93f0eb41d7dfbb147eab5e1314f3059a Mon Sep 17 00:00:00 2001 From: Vedant Jajoo <45591748+coderjojo@users.noreply.github.com> Date: Wed, 18 Nov 2020 13:08:52 +0530 Subject: [PATCH 1/4] Replace link to image folder --- 3-terrarium/1-intro-to-html/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3-terrarium/1-intro-to-html/README.md b/3-terrarium/1-intro-to-html/README.md index 1710bb68..9099bd01 100644 --- a/3-terrarium/1-intro-to-html/README.md +++ b/3-terrarium/1-intro-to-html/README.md @@ -106,7 +106,7 @@ Now, you can start building out your page. Normally, you use `
` tags to cre One html tag that doesn't need a closing tag is the `` tag, because it has a `src` element that contains all the information the page needs to render the item. -Create a folder in your app called `images` and in that, add all the images in the [source code folder](../images); (there are 14 images of plants). +Create a folder in your app called `images` and in that, add all the images in the [source code folder](../solution/images); (there are 14 images of plants). ### Task From 6bbcc84d4e65df5a29407a0b1d8c345cf4074bd1 Mon Sep 17 00:00:00 2001 From: Mithesh Date: Wed, 18 Nov 2020 13:37:18 +0530 Subject: [PATCH 2/4] Update pre-lecture-quiz.md Update question numbers for the quiz --- .../.github/pre-lecture-quiz.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1-getting-started-lessons/1-intro-to-programming-languages/.github/pre-lecture-quiz.md b/1-getting-started-lessons/1-intro-to-programming-languages/.github/pre-lecture-quiz.md index 2032a9d3..2ccbd1c7 100644 --- a/1-getting-started-lessons/1-intro-to-programming-languages/.github/pre-lecture-quiz.md +++ b/1-getting-started-lessons/1-intro-to-programming-languages/.github/pre-lecture-quiz.md @@ -5,13 +5,13 @@ - [ ] True - [ ] False -1. Low level languages are a popular choice for: +2. Low level languages are a popular choice for: - [ ] Websites - [ ] Hardware - [ ] Video game software -1. Which one of these tools would most most likely be in a web developer's environment? +3. Which one of these tools would most most likely be in a web developer's environment? - [ ] Hardware, like a Raspberry Pi - [ ] Browser DevTools From d93cb827e4bc5d8793841856ffd84f00a610e921 Mon Sep 17 00:00:00 2001 From: Mithesh Date: Wed, 18 Nov 2020 13:39:06 +0530 Subject: [PATCH 3/4] Update post-lecture-quiz.md Update question numbers for the quiz --- .../.github/post-lecture-quiz.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1-getting-started-lessons/1-intro-to-programming-languages/.github/post-lecture-quiz.md b/1-getting-started-lessons/1-intro-to-programming-languages/.github/post-lecture-quiz.md index 54b7b50f..1fbc51d8 100644 --- a/1-getting-started-lessons/1-intro-to-programming-languages/.github/post-lecture-quiz.md +++ b/1-getting-started-lessons/1-intro-to-programming-languages/.github/post-lecture-quiz.md @@ -6,12 +6,12 @@ - [ ] JavaScript - [ ] Bash -1. Development environments are unique to each developer +2. Development environments are unique to each developer - [ ] True - [ ] False -1. What will a developer do to fix buggy code? +3. What will a developer do to fix buggy code? - [ ] Syntax highlighting - [ ] Debugging From 24767bc5941ed082c0509dcd09888fcba726e43c Mon Sep 17 00:00:00 2001 From: AmlanSaikia Date: Wed, 18 Nov 2020 16:23:28 +0530 Subject: [PATCH 4/4] Corrected the numbering in the pre/post quiz --- .../.github/post-lecture-quiz.md | 4 ++-- .../.github/pre-lecture-quiz.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/1-getting-started-lessons/1-intro-to-programming-languages/.github/post-lecture-quiz.md b/1-getting-started-lessons/1-intro-to-programming-languages/.github/post-lecture-quiz.md index 54b7b50f..1fbc51d8 100644 --- a/1-getting-started-lessons/1-intro-to-programming-languages/.github/post-lecture-quiz.md +++ b/1-getting-started-lessons/1-intro-to-programming-languages/.github/post-lecture-quiz.md @@ -6,12 +6,12 @@ - [ ] JavaScript - [ ] Bash -1. Development environments are unique to each developer +2. Development environments are unique to each developer - [ ] True - [ ] False -1. What will a developer do to fix buggy code? +3. What will a developer do to fix buggy code? - [ ] Syntax highlighting - [ ] Debugging diff --git a/1-getting-started-lessons/1-intro-to-programming-languages/.github/pre-lecture-quiz.md b/1-getting-started-lessons/1-intro-to-programming-languages/.github/pre-lecture-quiz.md index 2032a9d3..2ccbd1c7 100644 --- a/1-getting-started-lessons/1-intro-to-programming-languages/.github/pre-lecture-quiz.md +++ b/1-getting-started-lessons/1-intro-to-programming-languages/.github/pre-lecture-quiz.md @@ -5,13 +5,13 @@ - [ ] True - [ ] False -1. Low level languages are a popular choice for: +2. Low level languages are a popular choice for: - [ ] Websites - [ ] Hardware - [ ] Video game software -1. Which one of these tools would most most likely be in a web developer's environment? +3. Which one of these tools would most most likely be in a web developer's environment? - [ ] Hardware, like a Raspberry Pi - [ ] Browser DevTools