From dd37eb8428ed657ceef70959379572fc1735cc02 Mon Sep 17 00:00:00 2001 From: Haider Ali Date: Tue, 12 Aug 2025 16:04:38 +0500 Subject: [PATCH 1/2] Fix broken post-lecture quiz link in Lesson 1 README (#1427) --- .../1-intro-to-programming-languages/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/1-getting-started-lessons/1-intro-to-programming-languages/README.md b/1-getting-started-lessons/1-intro-to-programming-languages/README.md index 1cc84bbb6..a85c7043c 100644 --- a/1-getting-started-lessons/1-intro-to-programming-languages/README.md +++ b/1-getting-started-lessons/1-intro-to-programming-languages/README.md @@ -192,7 +192,8 @@ When a developer wants to learn something new, they'll most likely turn to docum 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://ashy-river-0debb7803.1.azurestaticapps.net/quiz/2) +[Post-lecture quiz](../../quiz-app/lesson1-quiz.md) + ## Review & Self Study From a07ada792c804b8162342d95df33bd05104c00d5 Mon Sep 17 00:00:00 2001 From: Haider Ali Date: Tue, 12 Aug 2025 17:37:37 +0500 Subject: [PATCH 2/2] Fix broken Azure quiz links in Lesson 3 Intro to HTML (#1450) --- 3-terrarium/1-intro-to-html/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3-terrarium/1-intro-to-html/README.md b/3-terrarium/1-intro-to-html/README.md index cbf320d63..e75061281 100644 --- a/3-terrarium/1-intro-to-html/README.md +++ b/3-terrarium/1-intro-to-html/README.md @@ -5,7 +5,7 @@ ## Pre-Lecture Quiz -[Pre-lecture quiz](https://ashy-river-0debb7803.1.azurestaticapps.net/quiz/15) +[Pre-lecture quiz](../../quiz-app/lesson3-pre-quiz.md) > Check out video @@ -223,7 +223,7 @@ There are some wild 'older' tags in HTML that are still fun to play with, though ## Post-Lecture Quiz -[Post-lecture quiz](https://ashy-river-0debb7803.1.azurestaticapps.net/quiz/16) +[Post-lecture quiz](../../quiz-app/lesson3-quiz.md) ## Review & Self Study