Skip to content

Commit 4eb9778

Browse files
committed
susan
1 parent 457e3d1 commit 4eb9778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export class DavisQuiz implements QuizQuestionProvider {
6060
private static makeQuestion3(): QuizQuestion {
6161
return new MultipleChoiceQuizQuestion(
6262
3,
63-
'If we flip a coin...',
63+
'If we flip a coin...?',
6464
new Map<AnswerChoice, string>([
6565
[AnswerChoice.A, 'Heads'],
6666
[AnswerChoice.B, 'Tails'],

0 commit comments

Comments
 (0)