diff --git a/quiz-app/src/assets/translations/en.json b/quiz-app/src/assets/translations/en.json index 21b8375e..b9ef44e2 100644 --- a/quiz-app/src/assets/translations/en.json +++ b/quiz-app/src/assets/translations/en.json @@ -412,7 +412,7 @@ }, { "answerText": "you can discover potential cause for bias", - "isCorrect": "true" + "isCorrect": "false" }, { "answerText": "both of these", @@ -1092,7 +1092,7 @@ "answerOptions": [ { "answerText": "the task of classifying data points into multiple classes", - "isCorrect": "true" + "isCorrect": "false" }, { "answerText": "the task of classifying data points into one of several classes", diff --git a/quiz-app/src/assets/translations/fr.json b/quiz-app/src/assets/translations/fr.json index f3ecffc4..9b946ab5 100644 --- a/quiz-app/src/assets/translations/fr.json +++ b/quiz-app/src/assets/translations/fr.json @@ -412,7 +412,7 @@ }, { "answerText": "Vous pouvez découvrir une cause potentielle de biais", - "isCorrect": "true" + "isCorrect": "false" }, { "answerText": "Les deux", @@ -1091,7 +1091,7 @@ "answerOptions": [ { "answerText": "La tâche de classer les points de données dans plusieurs classes", - "isCorrect": "true" + "isCorrect": "false" }, { "answerText": "La tâche de classifier les points de données dans l'une des plusieurs classes", diff --git a/quiz-app/src/assets/translations/tr.json b/quiz-app/src/assets/translations/tr.json index 050bbd2a..aa479e28 100644 --- a/quiz-app/src/assets/translations/tr.json +++ b/quiz-app/src/assets/translations/tr.json @@ -412,7 +412,7 @@ }, { "answerText": "önyargı için potansiyel bir sebebi keşfedebilirsiniz", - "isCorrect": "true" + "isCorrect": "false" }, { "answerText": "bunların her ikisi", @@ -1092,7 +1092,7 @@ "answerOptions": [ { "answerText": "veri noktalarını birden çok sınıfa sınıflandırma görevi", - "isCorrect": "true" + "isCorrect": "false" }, { "answerText": "veri noktalarını birkaç sınıftan birine sınıflandırma görevi",