We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 457e3d1 commit 4eb9778Copy full SHA for 4eb9778
lesson_03/quiz/src/quizzes/Davis_D._quiz.ts
@@ -60,7 +60,7 @@ export class DavisQuiz implements QuizQuestionProvider {
60
private static makeQuestion3(): QuizQuestion {
61
return new MultipleChoiceQuizQuestion(
62
3,
63
- 'If we flip a coin...',
+ 'If we flip a coin...?',
64
new Map<AnswerChoice, string>([
65
[AnswerChoice.A, 'Heads'],
66
[AnswerChoice.B, 'Tails'],
0 commit comments