From ab034dadeb8770c26da63c0561747127d3456918 Mon Sep 17 00:00:00 2001 From: Dadenaike251 Date: Sat, 15 Mar 2025 21:38:15 +0000 Subject: [PATCH 1/2] Changes to be committed: new file: lesson_05/dadenaike'sGOODAM/README.md --- lesson_05/dadenaike'sGOODAM/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 lesson_05/dadenaike'sGOODAM/README.md diff --git a/lesson_05/dadenaike'sGOODAM/README.md b/lesson_05/dadenaike'sGOODAM/README.md new file mode 100644 index 000000000..2d51b60dc --- /dev/null +++ b/lesson_05/dadenaike'sGOODAM/README.md @@ -0,0 +1,15 @@ +## GOODAM User Stories + +### Background +```Background +User stories created for the app GOODAM. An starter app to organize a variety of public events, to rival app evenbite. +``` + +1. **Jimmy**: + - As Jimmy I want to see avaible nearby parking so I can plan ahead + +2. **Bobby**: + - As an caterer I want to reserve zoned areas and time for my clients + +3. **Sarah** + - As Sarah I want to view if kid apporiate so that I can bring my kids \ No newline at end of file From 6643e3ffbc17b7f9ba6e6b4becc7e2e121a6e43c Mon Sep 17 00:00:00 2001 From: Dadenaike251 Date: Mon, 17 Mar 2025 17:33:09 +0000 Subject: [PATCH 2/2] Changes to be committed: modified: lesson_06/quiz/src/lesson5.ts --- 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..7cdec518c 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.D, ); } @@ -80,7 +80,7 @@ export class Lesson5 { [AnswerChoice.C, ""], [AnswerChoice.D, "
"], ]), - AnswerChoice.UNANSWERED, + AnswerChoice.C, ); } @@ -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.C, ); } @@ -122,7 +122,7 @@ export class Lesson5 { [AnswerChoice.C, "/* this is a comment */"], [AnswerChoice.D, ""], ]), - AnswerChoice.UNANSWERED, + AnswerChoice.A, ); } @@ -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.D, ); } @@ -164,7 +164,7 @@ export class Lesson5 { [AnswerChoice.C, ""], [AnswerChoice.D, ""], ]), - AnswerChoice.UNANSWERED, + AnswerChoice.B, ); } }