diff --git a/quiz-app/src/assets/translations/el.json b/quiz-app/src/assets/translations/el.json index 8ea8a322..5e3ea375 100644 --- a/quiz-app/src/assets/translations/el.json +++ b/quiz-app/src/assets/translations/el.json @@ -710,7 +710,7 @@ "answerOptions": [ { "answerText": "Τη συνθήκη", - "isCorrect": "true" + "isCorrect": "false" }, { "answerText": "Το μετρητή", @@ -718,7 +718,7 @@ }, { "answerText": "Την έκφραση της επανάληψης", - "isCorrect": "false" + "isCorrect": "true" } ] }, diff --git a/quiz-app/src/assets/translations/es.json b/quiz-app/src/assets/translations/es.json index 0c5d40fc..ee3415e4 100644 --- a/quiz-app/src/assets/translations/es.json +++ b/quiz-app/src/assets/translations/es.json @@ -710,7 +710,7 @@ "answerOptions": [ { "answerText": "condición", - "isCorrect": "true" + "isCorrect": "false" }, { "answerText": "contador de programa", @@ -718,7 +718,7 @@ }, { "answerText": "expresión-iteración", - "isCorrect": "false" + "isCorrect": "true" } ] }, diff --git a/quiz-app/src/assets/translations/fr.json b/quiz-app/src/assets/translations/fr.json index c7f2e1f6..9df1020a 100644 --- a/quiz-app/src/assets/translations/fr.json +++ b/quiz-app/src/assets/translations/fr.json @@ -710,7 +710,7 @@ "answerOptions": [ { "answerText": "condition", - "isCorrect": "true" + "isCorrect": "false" }, { "answerText": "compteur", @@ -718,7 +718,7 @@ }, { "answerText": "expression d'itération", - "isCorrect": "false" + "isCorrect": "true" } ] }, diff --git a/quiz-app/src/assets/translations/hi.json b/quiz-app/src/assets/translations/hi.json index a57e65b1..fb079308 100644 --- a/quiz-app/src/assets/translations/hi.json +++ b/quiz-app/src/assets/translations/hi.json @@ -710,7 +710,7 @@ "answerOptions": [ { "answerText": "शर्त (condition)", - "isCorrect": "true" + "isCorrect": "false" }, { "answerText": "काउंटर", @@ -718,7 +718,7 @@ }, { "answerText": "इटरेसन-इक्स्प्रेशन", - "isCorrect": "false" + "isCorrect": "true" } ] }, diff --git a/quiz-app/src/assets/translations/id.json b/quiz-app/src/assets/translations/id.json index bbf1c5ae..3162726e 100644 --- a/quiz-app/src/assets/translations/id.json +++ b/quiz-app/src/assets/translations/id.json @@ -710,7 +710,7 @@ "answerOptions": [ { "answerText": "kondisi", - "isCorrect": "true" + "isCorrect": "false" }, { "answerText": "counter", @@ -718,7 +718,7 @@ }, { "answerText": "ekspresi-iterasi", - "isCorrect": "false" + "isCorrect": "true" } ] }, diff --git a/quiz-app/src/assets/translations/it.json b/quiz-app/src/assets/translations/it.json index 4d1582c6..69d3352b 100644 --- a/quiz-app/src/assets/translations/it.json +++ b/quiz-app/src/assets/translations/it.json @@ -710,7 +710,7 @@ "answerOptions": [ { "answerText": "condizione", - "isCorrect": "true" + "isCorrect": "false" }, { "answerText": "contatore", @@ -718,7 +718,7 @@ }, { "answerText": "espressione-di-iterazione", - "isCorrect": "false" + "isCorrect": "true" } ] }, diff --git a/quiz-app/src/assets/translations/ja.json b/quiz-app/src/assets/translations/ja.json index 30258e2d..6762ebaa 100644 --- a/quiz-app/src/assets/translations/ja.json +++ b/quiz-app/src/assets/translations/ja.json @@ -710,7 +710,7 @@ "answerOptions": [ { "answerText": "条件", - "isCorrect": "true" + "isCorrect": "false" }, { "answerText": "カウンター", @@ -718,7 +718,7 @@ }, { "answerText": "くり返し式", - "isCorrect": "false" + "isCorrect": "true" } ] }, diff --git a/quiz-app/src/assets/translations/ko.json b/quiz-app/src/assets/translations/ko.json index ef8cdc1d..a030519c 100644 --- a/quiz-app/src/assets/translations/ko.json +++ b/quiz-app/src/assets/translations/ko.json @@ -710,7 +710,7 @@ "answerOptions": [ { "answerText": "조건", - "isCorrect": "true" + "isCorrect": "false" }, { "answerText": "카운터", @@ -718,7 +718,7 @@ }, { "answerText": "반복-표현식", - "isCorrect": "false" + "isCorrect": "true" } ] }, diff --git a/quiz-app/src/assets/translations/ms.json b/quiz-app/src/assets/translations/ms.json index 2cd9561b..63646ffa 100644 --- a/quiz-app/src/assets/translations/ms.json +++ b/quiz-app/src/assets/translations/ms.json @@ -710,7 +710,7 @@ "answerOptions": [ { "answerText": "kondisi", - "isCorrect": "true" + "isCorrect": "false" }, { "answerText": "counter", @@ -718,7 +718,7 @@ }, { "answerText": "ekspresi-iterasi", - "isCorrect": "false" + "isCorrect": "true" } ] }, diff --git a/quiz-app/src/assets/translations/nl.json b/quiz-app/src/assets/translations/nl.json index a3a80756..d12c21e5 100644 --- a/quiz-app/src/assets/translations/nl.json +++ b/quiz-app/src/assets/translations/nl.json @@ -710,7 +710,7 @@ "answerOptions": [ { "answerText": "voorwaarde", - "isCorrect": "true" + "isCorrect": "false" }, { "answerText": "teller", @@ -718,7 +718,7 @@ }, { "answerText": "iteratie-uitdrukking", - "isCorrect": "false" + "isCorrect": "true" } ] }, diff --git a/quiz-app/src/assets/translations/zh_cn.json b/quiz-app/src/assets/translations/zh_cn.json index 02cd865e..9c3ad741 100644 --- a/quiz-app/src/assets/translations/zh_cn.json +++ b/quiz-app/src/assets/translations/zh_cn.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" } ] }, diff --git a/quiz-app/src/assets/translations/zh_tw.json b/quiz-app/src/assets/translations/zh_tw.json index 239c835a..19bf285f 100644 --- a/quiz-app/src/assets/translations/zh_tw.json +++ b/quiz-app/src/assets/translations/zh_tw.json @@ -710,7 +710,7 @@ "answerOptions": [ { "answerText": "條件式", - "isCorrect": "true" + "isCorrect": "false" }, { "answerText": "計數器", @@ -718,7 +718,7 @@ }, { "answerText": "迭代陳述式", - "isCorrect": "false" + "isCorrect": "true" } ] },