From 3f48c7597f8b12197169e5786832200e3ec4c2ae Mon Sep 17 00:00:00 2001 From: Jks Liu Date: Sun, 25 Jul 2021 17:35:17 +0800 Subject: [PATCH] Quiz app en: Fix Typo --- quiz-app/src/assets/translations/en.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/quiz-app/src/assets/translations/en.json b/quiz-app/src/assets/translations/en.json index ef77fc3a..055f10be 100644 --- a/quiz-app/src/assets/translations/en.json +++ b/quiz-app/src/assets/translations/en.json @@ -413,7 +413,7 @@ "title": "Lesson 5 - Predict plant growth: Pre-Lecture Quiz", "quiz": [ { - "questionText": "Iot devices can be used to support agriculture", + "questionText": "IoT devices can be used to support agriculture", "answerOptions": [ { "answerText": "True", @@ -515,7 +515,7 @@ "title": "Lesson 6 - Detect soil moisture: Pre-Lecture Quiz", "quiz": [ { - "questionText": "Iot devices can be used to detect ambient properties like soil moisture", + "questionText": "IoT devices can be used to detect ambient properties like soil moisture", "answerOptions": [ { "answerText": "True", @@ -621,7 +621,7 @@ "title": "Lesson 7 - Automated plant watering: Pre-Lecture Quiz", "quiz": [ { - "questionText": "Iot devices are powerful enough to control water pumps", + "questionText": "IoT devices are powerful enough to control water pumps", "answerOptions": [ { "answerText": "True", @@ -2392,7 +2392,7 @@ "isCorrect": "false" }, { - "answerText": "false", + "answerText": "False", "isCorrect": "true" } ]