From d334bc082d3ce387d937dacb9794a774aa841aef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CA1-4U2T1NN=E2=80=9D?= <“a1.austinn19@gmail.com”> Date: Mon, 7 Oct 2024 12:46:08 +0000 Subject: [PATCH 1/3] feat: added correct quiz answers; --- lesson_05/quiz/src/lesson5.ts | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/lesson_05/quiz/src/lesson5.ts b/lesson_05/quiz/src/lesson5.ts index 9ad62bd67..74ec75628 100644 --- a/lesson_05/quiz/src/lesson5.ts +++ b/lesson_05/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.C, ); } @@ -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.A, ); } } From 89fd16a0d207f4f102909c296e96dfe058bf5384 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CA1-4U2T1NN=E2=80=9D?= <“a1.austinn19@gmail.com”> Date: Mon, 7 Oct 2024 13:05:37 +0000 Subject: [PATCH 2/3] feat: created README file within CG_User_Stories folder; --- lesson_05/CG_User_Stories/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lesson_05/CG_User_Stories/README.md diff --git a/lesson_05/CG_User_Stories/README.md b/lesson_05/CG_User_Stories/README.md new file mode 100644 index 000000000..44fd4368d --- /dev/null +++ b/lesson_05/CG_User_Stories/README.md @@ -0,0 +1,13 @@ +# Amazon User Stories + +## Persona - As a Amazon Seller: + +- **As an** Amazon seller, **I want** to have a large platform that's well known and popular **so that** I can sell my product. + +## Persona - As a Business Owner: + +- **As a** business owner **I want** to have a way to easily purchase items in bulk **so that** I can create my product. + +## Persona - As a Common Consumer: + +- **As a** common consumer **I want** to have a fast and secure package delivery **so that** I have a reliable way to order online. \ No newline at end of file From c5fa5e93cc66940010be729216b7ce453a668e9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CA1-4U2T1NN=E2=80=9D?= <“a1.austinn19@gmail.com”> Date: Mon, 7 Oct 2024 13:20:38 +0000 Subject: [PATCH 3/3] fix: removed CG_User_Stories and its contents; --- lesson_05/CG_User_Stories/README.md | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 lesson_05/CG_User_Stories/README.md diff --git a/lesson_05/CG_User_Stories/README.md b/lesson_05/CG_User_Stories/README.md deleted file mode 100644 index 44fd4368d..000000000 --- a/lesson_05/CG_User_Stories/README.md +++ /dev/null @@ -1,13 +0,0 @@ -# Amazon User Stories - -## Persona - As a Amazon Seller: - -- **As an** Amazon seller, **I want** to have a large platform that's well known and popular **so that** I can sell my product. - -## Persona - As a Business Owner: - -- **As a** business owner **I want** to have a way to easily purchase items in bulk **so that** I can create my product. - -## Persona - As a Common Consumer: - -- **As a** common consumer **I want** to have a fast and secure package delivery **so that** I have a reliable way to order online. \ No newline at end of file