From da5809cc4917501067533714937576be449bb8d4 Mon Sep 17 00:00:00 2001 From: XavierCruz5106 Date: Fri, 4 Oct 2024 17:53:02 +0000 Subject: [PATCH 1/4] feat: answered quiz questions for extra credit --- 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 7365f1f39b71955924d7afd31427458b4909e9be Mon Sep 17 00:00:00 2001 From: XavierCruz5106 Date: Sat, 5 Oct 2024 14:07:54 +0000 Subject: [PATCH 2/4] feat: inital commit/ Started work on user stories --- lesson_05/xaviercruz/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lesson_05/xaviercruz/README.md diff --git a/lesson_05/xaviercruz/README.md b/lesson_05/xaviercruz/README.md new file mode 100644 index 000000000..ffb68555e --- /dev/null +++ b/lesson_05/xaviercruz/README.md @@ -0,0 +1,5 @@ +# Standard User Stories + +* As a new user, I want to be able to provide my basic inforation when I register so I can personalize my profile. +* As a user, I want to be able to connect with my friends and family and allow them to view my profile. +* As a user, I want to be able to customize my profile with colors, images, text so when my friends and family view my profile they can see my personality. \ No newline at end of file From 015611ed35296631446f9629e7acdbe50033eda5 Mon Sep 17 00:00:00 2001 From: XavierCruz5106 Date: Mon, 7 Oct 2024 14:55:49 +0000 Subject: [PATCH 3/4] hotfix: Grammar error --- lesson_05/xaviercruz/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lesson_05/xaviercruz/README.md b/lesson_05/xaviercruz/README.md index ffb68555e..5d0d92f86 100644 --- a/lesson_05/xaviercruz/README.md +++ b/lesson_05/xaviercruz/README.md @@ -1,5 +1,5 @@ # Standard User Stories -* As a new user, I want to be able to provide my basic inforation when I register so I can personalize my profile. +* As a new user, I want to be able to provide my basic information when I register so I can personalize my profile. * As a user, I want to be able to connect with my friends and family and allow them to view my profile. * As a user, I want to be able to customize my profile with colors, images, text so when my friends and family view my profile they can see my personality. \ No newline at end of file From 3d78793c2f7667a62e245a290ffd868c55e0b145 Mon Sep 17 00:00:00 2001 From: "Anthony D. Mays" Date: Fri, 11 Oct 2024 05:36:21 +0000 Subject: [PATCH 4/4] chore: revert quiz before submit --- 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 74ec75628..9ad62bd67 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.B, + AnswerChoice.UNANSWERED, ); } @@ -52,7 +52,7 @@ export class Lesson5 { [AnswerChoice.C, "alt"], [AnswerChoice.D, "href"], ]), - AnswerChoice.C, + AnswerChoice.UNANSWERED, ); } @@ -66,7 +66,7 @@ export class Lesson5 { [AnswerChoice.C, "
"], [AnswerChoice.D, ""], ]), - AnswerChoice.B, + AnswerChoice.UNANSWERED, ); } @@ -80,7 +80,7 @@ export class Lesson5 { [AnswerChoice.C, ""], [AnswerChoice.D, "
"], ]), - AnswerChoice.B, + AnswerChoice.UNANSWERED, ); } @@ -94,7 +94,7 @@ export class Lesson5 { [AnswerChoice.C, "Computer Style Sheets"], [AnswerChoice.D, "Cascading System Sheets"], ]), - AnswerChoice.B, + AnswerChoice.UNANSWERED, ); } @@ -108,7 +108,7 @@ export class Lesson5 { [AnswerChoice.C, "text-color"], [AnswerChoice.D, "background-color"], ]), - AnswerChoice.B, + AnswerChoice.UNANSWERED, ); } @@ -122,7 +122,7 @@ export class Lesson5 { [AnswerChoice.C, "/* this is a comment */"], [AnswerChoice.D, ""], ]), - AnswerChoice.C, + AnswerChoice.UNANSWERED, ); } @@ -136,7 +136,7 @@ export class Lesson5 { [AnswerChoice.C, "text-size"], [AnswerChoice.D, "text-style"], ]), - AnswerChoice.B, + AnswerChoice.UNANSWERED, ); } @@ -150,7 +150,7 @@ export class Lesson5 { [AnswerChoice.C, "inline-block"], [AnswerChoice.D, "none"], ]), - AnswerChoice.B, + AnswerChoice.UNANSWERED, ); } @@ -164,7 +164,7 @@ export class Lesson5 { [AnswerChoice.C, ""], [AnswerChoice.D, ""], ]), - AnswerChoice.A, + AnswerChoice.UNANSWERED, ); } }