From 585f0246d9eb37307e1194fccdcba42ac60cbc68 Mon Sep 17 00:00:00 2001 From: Daniel Boyce Date: Fri, 15 Aug 2025 13:56:54 +0000 Subject: [PATCH 1/4] finished quiz --- 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..2d44c29ce 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.D, ); } @@ -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.A, ); } @@ -164,7 +164,7 @@ export class Lesson5 { [AnswerChoice.C, ""], [AnswerChoice.D, ""], ]), - AnswerChoice.UNANSWERED, + AnswerChoice., ); } } From 4a20822c104aa03a791f41f9f518ed083db7e109 Mon Sep 17 00:00:00 2001 From: Daniel Boyce Date: Fri, 15 Aug 2025 14:00:56 +0000 Subject: [PATCH 2/4] fixed last answer --- lesson_05/quiz/src/lesson5.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lesson_05/quiz/src/lesson5.ts b/lesson_05/quiz/src/lesson5.ts index 2d44c29ce..3459bfec9 100644 --- a/lesson_05/quiz/src/lesson5.ts +++ b/lesson_05/quiz/src/lesson5.ts @@ -164,7 +164,7 @@ export class Lesson5 { [AnswerChoice.C, ""], [AnswerChoice.D, ""], ]), - AnswerChoice., + AnswerChoice.A, ); } } From 4dac1082a7e32949e68e0b635f88fbb0e6619f0c Mon Sep 17 00:00:00 2001 From: Daniel Boyce Date: Sat, 16 Aug 2025 15:22:33 -0400 Subject: [PATCH 3/4] docs:added 3 user stories in the readme for amazon --- lesson_05/danielboyce/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lesson_05/danielboyce/README.md diff --git a/lesson_05/danielboyce/README.md b/lesson_05/danielboyce/README.md new file mode 100644 index 000000000..21aa793ac --- /dev/null +++ b/lesson_05/danielboyce/README.md @@ -0,0 +1,10 @@ +## User Stories for Amazon + +As a customer I want to be able to search for any product I want so I don't have to go to multiple different sites and stores creating a super convient app/site + +As a vendor I want to be able to sell any item I choose on Amazon so that I can so more people will buy it and I will make more money. + +As a customer I want to have a shoppping cart to add multiple items so that I can continue shopping without checking out everytime or save an item for a later purchase. + + + From b546201abcd4102d5f829ff5dd9a4b50e005215b Mon Sep 17 00:00:00 2001 From: Daniel Boyce Date: Sat, 16 Aug 2025 15:42:40 -0400 Subject: [PATCH 4/4] docs:adds acceptance to user stories --- lesson_05/danielboyce/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lesson_05/danielboyce/README.md b/lesson_05/danielboyce/README.md index 21aa793ac..6132435b3 100644 --- a/lesson_05/danielboyce/README.md +++ b/lesson_05/danielboyce/README.md @@ -1,10 +1,13 @@ -## User Stories for Amazon +# User Stories for Amazon As a customer I want to be able to search for any product I want so I don't have to go to multiple different sites and stores creating a super convient app/site + - This story is complete when a person logged in as a customer can type in the search bar and the products associate with their input shows up even with misspellings As a vendor I want to be able to sell any item I choose on Amazon so that I can so more people will buy it and I will make more money. + - This story is complete when a user logged in as a vendor has the option to place thier desiered product on the site for a price of their choosing As a customer I want to have a shoppping cart to add multiple items so that I can continue shopping without checking out everytime or save an item for a later purchase. + - This story is complete when a user has a cart that has unlimited slots of any product they want and it will stay there until they choose to remove it or checkout