From 8c557299c6cd7bc2e78a12501fead0229d0adac8 Mon Sep 17 00:00:00 2001 From: angie-3 Date: Sun, 6 Oct 2024 19:22:16 +0000 Subject: [PATCH 1/4] user stories completed. --- lesson_05/AngelicaC/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lesson_05/AngelicaC/README.md diff --git a/lesson_05/AngelicaC/README.md b/lesson_05/AngelicaC/README.md new file mode 100644 index 000000000..d6d5ee9f6 --- /dev/null +++ b/lesson_05/AngelicaC/README.md @@ -0,0 +1,8 @@ +## User story 1 +As a gamer, I want to order food without having to stop playing.So I can continue gaming as my food arrives. + +## User story 2 +As a student, I want an app that will organize all my homework.So, that I can know when each assigment is due. + +## User story 3 +As a gamer I want to link my phone to my game console/pc.So, I can receive messages and notification while still playing. \ No newline at end of file From 00349883f57eeb252e20ae7c2947187193710d68 Mon Sep 17 00:00:00 2001 From: angie-3 Date: Sun, 6 Oct 2024 19:34:03 +0000 Subject: [PATCH 2/4] commited --- lesson_05/AngelicaC/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lesson_05/AngelicaC/README.md b/lesson_05/AngelicaC/README.md index d6d5ee9f6..75a30c6ee 100644 --- a/lesson_05/AngelicaC/README.md +++ b/lesson_05/AngelicaC/README.md @@ -5,4 +5,4 @@ As a gamer, I want to order food without having to stop playing.So I can continu As a student, I want an app that will organize all my homework.So, that I can know when each assigment is due. ## User story 3 -As a gamer I want to link my phone to my game console/pc.So, I can receive messages and notification while still playing. \ No newline at end of file +As a gamer I want to link my phone to my game console/pc.So, I can receive messages and notification while still playing. \ No newline at end of file From 5d551aebdae5fbd63df2b6cae1e59f3bbf5bde76 Mon Sep 17 00:00:00 2001 From: angie-3 Date: Sun, 6 Oct 2024 20:02:15 +0000 Subject: [PATCH 3/4] quiz taken --- 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..cd9ce3275 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.A, ); } @@ -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 7c2b004f813ea9b6c8a072b5e12eacae757c0486 Mon Sep 17 00:00:00 2001 From: angie-3 Date: Mon, 7 Oct 2024 13:38:39 +0000 Subject: [PATCH 4/4] correct answers updated one --- 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 cd9ce3275..74ec75628 100644 --- a/lesson_05/quiz/src/lesson5.ts +++ b/lesson_05/quiz/src/lesson5.ts @@ -80,7 +80,7 @@ export class Lesson5 { [AnswerChoice.C, ""], [AnswerChoice.D, "
"], ]), - AnswerChoice.A, + AnswerChoice.B, ); }