Skip to content

Commit

Permalink
update message for answers
Browse files Browse the repository at this point in the history
  • Loading branch information
YiweiShen committed Jan 8, 2024
1 parent a7b6a60 commit 78479e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/quiz.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2496,7 +2496,9 @@ const quiz = {
answerSelectionType: q.correctAnswer.length > 1 ? 'multiple' : 'single',
answers: q.answers,
correctAnswer: q.correctAnswer,
point: 1
point: 1,
messageForCorrectAnswer: 'Correct!',
messageForIncorrectAnswer: 'Wrong!'
}
})
}
Expand Down

0 comments on commit 78479e4

Please sign in to comment.