From 69e003e09c14b4ab2d9704f8a3e68a7ae7507e73 Mon Sep 17 00:00:00 2001 From: sandipanpanda <87253083+sandipanpanda@users.noreply.github.com> Date: Thu, 24 Feb 2022 14:15:57 +0530 Subject: [PATCH] Fix correct option in Post-Lecture Quiz of for loop --- quiz-app/src/assets/translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } ] },