Skip to content

Commit 08c6b2c

Browse files
author
jjcapparell
committed
edited yaml file
1 parent 5cab955 commit 08c6b2c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

lesson_03/quiz/quiz.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ quiz:
99
jamescapparell:
1010
- $2y$10$iLvL/AaFPzcGZrcna7umMuHqkZe1f9at/ix77NUI6uakDGNuVKQCy
1111
- $2y$10$FLxmGXJLm5EziyhA5D33ju0kUjXhiDbuUdImciLQz8lBRu5ou0hee
12+
<<<<<<< HEAD
1213
- $2y$10$9bIwC0Or.LhwAZrNL5Dvn.vjyhDF79Iw5ukm3h/oKauRCYOGSIlSK
1314
oyeyemijimoh:
1415
- $2y$10$2LlSxAEM1HmR3Wl2fO6LQueu/77spr5SuWAh4b3MKesIWNy3CFjGe
@@ -23,3 +24,6 @@ quiz:
2324
- $2y$10$9fZs867NHxoPQ/VWMeLyj.us5Kg3SLPcbt9O5ki/FdJ37TbhgFMFC
2425
- $2y$10$GfjcKvtzr6n8553Mdr1RJOOYDfzOudlW.3i8otsH0HiW52CU7tUAW
2526

27+
=======
28+
- $2y$10$hQTJ1d2giJ40AI8rSgBqWOij7j3WVqsvAMYOLFiixbYTcvETuF5cC
29+
>>>>>>> c159d83 (edited yaml file)

lesson_03/quiz/src/quizzes/james_capparell_quiz.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export class JamesCapparellQuiz implements QuizQuestionProvider {
2828
[AnswerChoice.C, 'New Castle County'],
2929
[AnswerChoice.D, 'Lancaster County'],
3030
]),
31-
AnswerChoice.UNANSWERED,
31+
AnswerChoice.C,
3232
); // Replace `UNANSWERED` with the correct answer.
3333
}
3434
private static makeQuestion1(): QuizQuestion {
@@ -41,15 +41,15 @@ export class JamesCapparellQuiz implements QuizQuestionProvider {
4141
[AnswerChoice.C, 'Mega Man'],
4242
[AnswerChoice.D, 'Pikachu'],
4343
]),
44-
AnswerChoice.UNANSWERED,
44+
AnswerChoice.A,
4545
); // Replace `UNANSWERED` with the correct answer.
4646
}
4747

4848
private static makeQuestion2(): QuizQuestion {
4949
return new QuizQuestion(
5050
2,
5151
'Type the full answer while filling in the blanks! A _____ that transforms ____ data into ____ data using automatically executed, pre-programmed ____.',
52-
'A _____ that transforms ____ data into ____ data using automatically executed, pre-programmed ____.',
52+
'A computer is a machine that transforms input data to output data using automatically executed, pre-programmed instructions.',
5353
); // Provide an answer.
5454
}
5555
}

0 commit comments

Comments
 (0)