Skip to content

Commit 1a1a133

Browse files
feat/lesson05/mattieweathersby/fitness user stories
1 parent 692cd51 commit 1a1a133

File tree

2 files changed

+25
-10
lines changed

2 files changed

+25
-10
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## Fitness App User Stories
2+
1. As a gym-goer, I want guided workout plans, so that I know what exercises to do without feeling overwhelmed.
3+
2. As a gym-goer, I want to track my progress with simple charts, so that I can see my improvements over time.
4+
3. As a gym-goer I want to assign workouts to my clients, so that they can follow my guidance even when I’m not with them.
5+
4. As a gym-goer, I want quick 15-minute workout options, so that I can exercise during short breaks in my day.
6+
5. As a gym-goer, I want reminders to move, so that I don’t sit for too long at my desk.
7+
6. As a gym-goer, I want to log detailed workout stats, so that I can analyze my performance and improve.
8+
---
9+
### Technical Analysis
10+
- Beginner gym-goer
11+
- Personal trainer
12+
- Nutritionist
13+
- Athlete
14+
- Busy professional
15+
- Casual user trying to stay healthy

lesson_05/quiz/src/lesson5.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export class Lesson5 {
3838
[AnswerChoice.C, "To insert an image"],
3939
[AnswerChoice.D, "To create a paragraph"],
4040
]),
41-
AnswerChoice.UNANSWERED,
41+
AnswerChoice.B,
4242
);
4343
}
4444

@@ -52,7 +52,7 @@ export class Lesson5 {
5252
[AnswerChoice.C, "alt"],
5353
[AnswerChoice.D, "href"],
5454
]),
55-
AnswerChoice.UNANSWERED,
55+
AnswerChoice.C,
5656
);
5757
}
5858

@@ -66,7 +66,7 @@ export class Lesson5 {
6666
[AnswerChoice.C, "<div>"],
6767
[AnswerChoice.D, "<link>"],
6868
]),
69-
AnswerChoice.UNANSWERED,
69+
AnswerChoice.B,
7070
);
7171
}
7272

@@ -80,7 +80,7 @@ export class Lesson5 {
8080
[AnswerChoice.C, "<span>"],
8181
[AnswerChoice.D, "<br>"],
8282
]),
83-
AnswerChoice.UNANSWERED,
83+
AnswerChoice.B,
8484
);
8585
}
8686

@@ -94,7 +94,7 @@ export class Lesson5 {
9494
[AnswerChoice.C, "Computer Style Sheets"],
9595
[AnswerChoice.D, "Cascading System Sheets"],
9696
]),
97-
AnswerChoice.UNANSWERED,
97+
AnswerChoice.B,
9898
);
9999
}
100100

@@ -108,7 +108,7 @@ export class Lesson5 {
108108
[AnswerChoice.C, "text-color"],
109109
[AnswerChoice.D, "background-color"],
110110
]),
111-
AnswerChoice.UNANSWERED,
111+
AnswerChoice.B,
112112
);
113113
}
114114

@@ -122,7 +122,7 @@ export class Lesson5 {
122122
[AnswerChoice.C, "/* this is a comment */"],
123123
[AnswerChoice.D, "<!-- this is a comment -->"],
124124
]),
125-
AnswerChoice.UNANSWERED,
125+
AnswerChoice.C,
126126
);
127127
}
128128

@@ -136,7 +136,7 @@ export class Lesson5 {
136136
[AnswerChoice.C, "text-size"],
137137
[AnswerChoice.D, "text-style"],
138138
]),
139-
AnswerChoice.UNANSWERED,
139+
AnswerChoice.B,
140140
);
141141
}
142142

@@ -150,7 +150,7 @@ export class Lesson5 {
150150
[AnswerChoice.C, "inline-block"],
151151
[AnswerChoice.D, "none"],
152152
]),
153-
AnswerChoice.UNANSWERED,
153+
AnswerChoice.C,
154154
);
155155
}
156156

@@ -164,7 +164,7 @@ export class Lesson5 {
164164
[AnswerChoice.C, "<stylesheet link='styles.css'>"],
165165
[AnswerChoice.D, "<css href='styles.css'>"],
166166
]),
167-
AnswerChoice.UNANSWERED,
167+
AnswerChoice.A,
168168
);
169169
}
170170
}

0 commit comments

Comments
 (0)