Skip to content

Commit ef7836e

Browse files
author
jjcapparell
committed
Added jamescapparell folder in lesson_05 with user stories and filled out test
1 parent 33090f9 commit ef7836e

File tree

3 files changed

+20
-10
lines changed

3 files changed

+20
-10
lines changed

lesson_01/jamescapparell/deco.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ body {
1212
h1, h2{
1313
margin-bottom: -.25em;
1414
}
15+
/*

lesson_05/jamescapparell/READ.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# User Stories
2+
3+
## User Story #1
4+
As a YouTube content creater, I want to be able to view the dislike counter for my video when I am in my YouTube app.
5+
## User Story #2
6+
As a Nintendo Switch owner, I want to be able to modify and customize what my switch looks like on the home screen. I wish it could be easy like setting a screensaver for my phone.
7+
8+
## User Story #3
9+
As a Ubisoft user, I want to be able to run the program on my PC without it taking too much memory. I just want to play UNO.

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.B,
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)