From 3f429ab7ca561440b2b79e3dd52839d67a597dc5 Mon Sep 17 00:00:00 2001 From: Jeremiah Date: Sat, 15 Mar 2025 22:33:14 +0000 Subject: [PATCH 1/2] FEAT: Add JWing's User Stories for Lesson005 HW --- lesson_05/jeremiahwing/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lesson_05/jeremiahwing/README.md diff --git a/lesson_05/jeremiahwing/README.md b/lesson_05/jeremiahwing/README.md new file mode 100644 index 000000000..a8d4d9264 --- /dev/null +++ b/lesson_05/jeremiahwing/README.md @@ -0,0 +1,7 @@ +## User Stories For An Independent Artist, Frequent Traveler, and Multitasker + +- As an independent artist i want to upload my vocal recording, so that I van recieve beat suggestions that match the vibe of my song + +- As a frequent traveler, I want to stream my favorite shows and music through my cars sceen, so that I can stay entertained during local drives. + +- As a multitasker/deveoper, I want to project my Mac's screen in full-screen mode onto a wall, so that I can enjoy a cinematic experience in any setting. \ No newline at end of file From 00df2b5ce9a819318cb8352d1fa1a7298aef85ea Mon Sep 17 00:00:00 2001 From: Jeremiah Date: Mon, 17 Mar 2025 17:38:07 +0000 Subject: [PATCH 2/2] JWINGL006TEST --- lesson_06/quiz/src/lesson5.ts | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/lesson_06/quiz/src/lesson5.ts b/lesson_06/quiz/src/lesson5.ts index 9ad62bd67..3e4564c24 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.B, ); } @@ -80,7 +80,7 @@ export class Lesson5 { [AnswerChoice.C, ""], [AnswerChoice.D, "
"], ]), - AnswerChoice.UNANSWERED, + AnswerChoice.B, ); } @@ -94,7 +94,7 @@ export class Lesson5 { [AnswerChoice.C, "Computer Style Sheets"], [AnswerChoice.D, "Cascading System Sheets"], ]), - AnswerChoice.UNANSWERED, + AnswerChoice.B, ); } @@ -108,7 +108,7 @@ export class Lesson5 { [AnswerChoice.C, "text-color"], [AnswerChoice.D, "background-color"], ]), - AnswerChoice.UNANSWERED, + AnswerChoice.B, ); } @@ -122,7 +122,7 @@ export class Lesson5 { [AnswerChoice.C, "/* this is a comment */"], [AnswerChoice.D, ""], ]), - AnswerChoice.UNANSWERED, + AnswerChoice.B, ); } @@ -136,7 +136,7 @@ export class Lesson5 { [AnswerChoice.C, "text-size"], [AnswerChoice.D, "text-style"], ]), - AnswerChoice.UNANSWERED, + AnswerChoice.B, ); } @@ -150,7 +150,7 @@ export class Lesson5 { [AnswerChoice.C, "inline-block"], [AnswerChoice.D, "none"], ]), - AnswerChoice.UNANSWERED, + AnswerChoice.B, ); } @@ -164,7 +164,7 @@ export class Lesson5 { [AnswerChoice.C, ""], [AnswerChoice.D, ""], ]), - AnswerChoice.UNANSWERED, + AnswerChoice.C, ); } }