From f9d8b057696fcca2deac461cfdd9da5bfc2fd8cb Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Tue, 28 Sep 2021 13:56:35 -0400 Subject: [PATCH] fixing up quizzes --- quiz-app/src/assets/translations/en/group-1.json | 15 +++++---------- quiz-app/src/assets/translations/en/group-4.json | 13 +------------ quiz-app/src/assets/translations/en/group-5.json | 4 ++-- 3 files changed, 8 insertions(+), 24 deletions(-) diff --git a/quiz-app/src/assets/translations/en/group-1.json b/quiz-app/src/assets/translations/en/group-1.json index 17328f62..8e600f0d 100644 --- a/quiz-app/src/assets/translations/en/group-1.json +++ b/quiz-app/src/assets/translations/en/group-1.json @@ -9,7 +9,7 @@ "title": "Defining Data Science - Pre Quiz", "quiz": [ { - "questionText": "Why there is a word Science in Data Science?", + "questionText": "Why is the word _Science_ in Data Science?", "answerOptions": [ { "answerText": "It uses scientific methods to analyze data", @@ -72,10 +72,6 @@ "answerText": "Machine Learning", "isCorrect": "false" }, - { - "answerText": "Big Data", - "isCorrect": "false" - }, { "answerText": "All of the above", "isCorrect": "true" @@ -83,7 +79,7 @@ ] }, { - "questionText": "Which of the following is the example of non-structured data?", + "questionText": "Which of the following is an example of non-structured data?", "answerOptions": [ { "answerText": "List of students in class", @@ -111,7 +107,7 @@ "isCorrect": "false" }, { - "answerText": "to be able to take decisions based on data", + "answerText": "to be able to make decisions based on data", "isCorrect": "true" } ] @@ -170,8 +166,7 @@ ] } ] - } - , + }, { "id": 3, "title": "Ethics - Post-Quiz", @@ -262,7 +257,7 @@ "isCorrect": "true" }, { - "answerText": "Student’s marks or grades", + "answerText": "Students' marks or grades", "isCorrect": "false" } ] diff --git a/quiz-app/src/assets/translations/en/group-4.json b/quiz-app/src/assets/translations/en/group-4.json index 9e7e0bc3..e784815a 100644 --- a/quiz-app/src/assets/translations/en/group-4.json +++ b/quiz-app/src/assets/translations/en/group-4.json @@ -45,10 +45,7 @@ "answerText": "Cleaning data", "isCorrect": "false" }, - { - "answerText": "Where the data will be stored", - "isCorrect": "false" - }, + { "answerText": "Keeping the data secure", "isCorrect": "false" @@ -102,10 +99,6 @@ { "questionText": "What are some common techniques in the processing stage?", "answerOptions": [ - { - "answerText": "Processing", - "isCorrect": "false" - }, { "answerText": "Clustering", "isCorrect": "true" @@ -159,10 +152,6 @@ { "questionText": "What are some things a data scientist will do when exploring data? ", "answerOptions": [ - { - "answerText": "Queries", - "isCorrect": "false" - }, { "answerText": "Sampling", "isCorrect": "false" diff --git a/quiz-app/src/assets/translations/en/group-5.json b/quiz-app/src/assets/translations/en/group-5.json index 352d33d5..13f17c34 100644 --- a/quiz-app/src/assets/translations/en/group-5.json +++ b/quiz-app/src/assets/translations/en/group-5.json @@ -71,7 +71,7 @@ { "answerText": "Using Machine Learning and data intelligence services", "isCorrect": "false" - }, + }, { "answerText": "Processing large amounts of data", "isCorrect": "false" @@ -153,7 +153,7 @@ ] }, { - "questionText": "You don't need to have expertise in coding do use Azure ML.", + "questionText": "You don't need to have expertise in coding to use Azure ML.", "answerOptions": [ { "answerText": "True",