Skip to content

Commit

Permalink
chore : populate correct modal response (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gautam-Hegde authored Sep 19, 2023
1 parent 48cc55a commit bcd0ed1
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/data/modal-responses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,17 @@ export const correctModalResponses = [
"Correct! You are really good at this!",
"Correct! Keep up the good work!",
"Correct! You're doing great!",
"Yes, that's correct."
"Yes, that's correct.",
"Correct! You're amazing!",
"Correct! Stellar effort!",
"Correct! You're a genius!",
"Perfect! You're unbeatable!",
"Correct! Outstanding!",
"Correct! Bravo to you!",
"Correct! Superb work!",
"Correct! Terrific job!",
"You're nailing it!",
"Impressive, you're correct!"
];

export const incorrectModalResponses = [
Expand Down

0 comments on commit bcd0ed1

Please sign in to comment.