Skip to content

Fix broken Azure quiz links in Lesson 3 Intro to HTML (#1450) #1454

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions 3-terrarium/1-intro-to-html/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down