From a8d55da908299e124158a9ace43ffb32aea6a2cf Mon Sep 17 00:00:00 2001 From: Evan Philakhong Date: Mon, 17 Mar 2025 17:28:17 +0000 Subject: [PATCH 1/3] feat: completed quiz --- lesson_06/quiz/src/lesson5.ts | 20 ++++++++++---------- lib/javascript/package-lock.json | 6 ++++++ 2 files changed, 16 insertions(+), 10 deletions(-) create mode 100644 lib/javascript/package-lock.json diff --git a/lesson_06/quiz/src/lesson5.ts b/lesson_06/quiz/src/lesson5.ts index 9ad62bd67..4af274b18 100644 --- a/lesson_06/quiz/src/lesson5.ts +++ b/lesson_06/quiz/src/lesson5.ts @@ -38,7 +38,7 @@ export class Lesson5 { [AnswerChoice.C, "To insert an image"], [AnswerChoice.D, "To create a paragraph"], ]), - AnswerChoice.UNANSWERED, + AnswerChoice.B, ); } @@ -52,7 +52,7 @@ export class Lesson5 { [AnswerChoice.C, "alt"], [AnswerChoice.D, "href"], ]), - AnswerChoice.UNANSWERED, + AnswerChoice.C, ); } @@ -66,7 +66,7 @@ export class Lesson5 { [AnswerChoice.C, "
"], [AnswerChoice.D, ""], ]), - AnswerChoice.UNANSWERED, + AnswerChoice.D, ); } @@ -80,7 +80,7 @@ export class Lesson5 { [AnswerChoice.C, ""], [AnswerChoice.D, "
"], ]), - AnswerChoice.UNANSWERED, + AnswerChoice.A, ); } @@ -94,7 +94,7 @@ export class Lesson5 { [AnswerChoice.C, "Computer Style Sheets"], [AnswerChoice.D, "Cascading System Sheets"], ]), - AnswerChoice.UNANSWERED, + AnswerChoice.A, ); } @@ -108,7 +108,7 @@ export class Lesson5 { [AnswerChoice.C, "text-color"], [AnswerChoice.D, "background-color"], ]), - AnswerChoice.UNANSWERED, + AnswerChoice.C, ); } @@ -122,7 +122,7 @@ export class Lesson5 { [AnswerChoice.C, "/* this is a comment */"], [AnswerChoice.D, ""], ]), - AnswerChoice.UNANSWERED, + AnswerChoice.A, ); } @@ -136,7 +136,7 @@ export class Lesson5 { [AnswerChoice.C, "text-size"], [AnswerChoice.D, "text-style"], ]), - AnswerChoice.UNANSWERED, + AnswerChoice.C, ); } @@ -150,7 +150,7 @@ export class Lesson5 { [AnswerChoice.C, "inline-block"], [AnswerChoice.D, "none"], ]), - AnswerChoice.UNANSWERED, + AnswerChoice.C, ); } @@ -164,7 +164,7 @@ export class Lesson5 { [AnswerChoice.C, ""], [AnswerChoice.D, ""], ]), - AnswerChoice.UNANSWERED, + AnswerChoice.A, ); } } diff --git a/lib/javascript/package-lock.json b/lib/javascript/package-lock.json new file mode 100644 index 000000000..21f6da67e --- /dev/null +++ b/lib/javascript/package-lock.json @@ -0,0 +1,6 @@ +{ + "name": "javascript", + "lockfileVersion": 3, + "requires": true, + "packages": {} +} From 64a076e0a478fbe71a87fbf2fe5aa1780c8842b4 Mon Sep 17 00:00:00 2001 From: Evan Philakhong Date: Mon, 17 Mar 2025 17:32:24 +0000 Subject: [PATCH 2/3] feat: completed quiz --- lesson_06/quiz/src/lesson5.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lesson_06/quiz/src/lesson5.ts b/lesson_06/quiz/src/lesson5.ts index 4af274b18..478a4d451 100644 --- a/lesson_06/quiz/src/lesson5.ts +++ b/lesson_06/quiz/src/lesson5.ts @@ -136,7 +136,7 @@ export class Lesson5 { [AnswerChoice.C, "text-size"], [AnswerChoice.D, "text-style"], ]), - AnswerChoice.C, + AnswerChoice.B, ); } From 0e84353a67f2610bd8d3e77a749ae2915c610c07 Mon Sep 17 00:00:00 2001 From: TatsuyaRyujin <112430696+TatsuyaRyujin@users.noreply.github.com> Date: Mon, 17 Mar 2025 13:39:36 -0400 Subject: [PATCH 3/3] Delete lib/javascript/package-lock.json --- lib/javascript/package-lock.json | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 lib/javascript/package-lock.json diff --git a/lib/javascript/package-lock.json b/lib/javascript/package-lock.json deleted file mode 100644 index 21f6da67e..000000000 --- a/lib/javascript/package-lock.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "javascript", - "lockfileVersion": 3, - "requires": true, - "packages": {} -}