Skip to content

Commit 62930d3

Browse files
committed
susan
1 parent f5f4c38 commit 62930d3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lesson_03/quiz/quiz.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ quiz:
66
anotherone:
77
- $2y$10$8eHSzy3aCu4Ry3LzO9nWCeGpofSxsNVbnF.wCfn3ZADwQ6MEtN/KK
88
- $2y$10$dGB0CGv7.XQC5OqfyY6iXOiJsdVyxU3ve5YE0gt4m2I8P8H13lNXa
9-
DavisD.:
10-
- $2y$10$iiH6zklj2KSXYnLtORB.Q.Maq5zDj2b1TtNBtlVU.khpvyTndXJxe
11-
- $2y$10$jsNN6ZzxEYY7AqORz9tage0/YpD33jNQWHXEE2Jt5NQ7Mc1VIciC6
9+
DavisD:
10+
-
11+
-
1212
- $2y$10$7Bu5jVU3VoQATS7zv5OnYONMIUJGtuxxWW/uSK8.lWKFayZ9K6SkG

lesson_03/quiz/src/quizzes/Davis_D._quiz.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export class DavisDQuiz implements QuizQuestionProvider {
4747
private static makeQuestion3(): QuizQuestion {
4848
return new MultipleChoiceQuizQuestion(
4949
3,
50-
'If we flip a coin...',
50+
'If we flip a coin...?',
5151
new Map<AnswerChoice, string>([
5252
[AnswerChoice.A, 'Heads'],
5353
[AnswerChoice.B, 'Tails'],

0 commit comments

Comments
 (0)