From 38000934f708be246bc549f0981b903fcdc537f8 Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Sat, 2 Jan 2021 11:19:01 -0500 Subject: [PATCH] fixed quiz answer for mouse events --- quiz-app/src/assets/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quiz-app/src/assets/translations/en.json b/quiz-app/src/assets/translations/en.json index f9017e9c..b24b5ad5 100644 --- a/quiz-app/src/assets/translations/en.json +++ b/quiz-app/src/assets/translations/en.json @@ -1698,7 +1698,7 @@ }, { "answerText": "false", - "isCorrect": "false" + "isCorrect": "true" } ] },