diff --git a/quiz-app/src/assets/translations/en.json b/quiz-app/src/assets/translations/en.json index e049bb6f..e20bae6a 100644 --- a/quiz-app/src/assets/translations/en.json +++ b/quiz-app/src/assets/translations/en.json @@ -710,7 +710,7 @@ "answerOptions": [ { "answerText": "condition", - "isCorrect": "true" + "isCorrect": "false" }, { "answerText": "counter", @@ -718,7 +718,7 @@ }, { "answerText": "iteration-expression", - "isCorrect": "false" + "isCorrect": "true" } ] },