From 0c4a3547e6240dc40e95efd97693bf940c5447c4 Mon Sep 17 00:00:00 2001 From: Jasmine Date: Mon, 27 Sep 2021 15:21:00 -0400 Subject: [PATCH] data prep quiz --- .../src/assets/translations/en/group-2.json | 50 ++++++++++--------- 1 file changed, 27 insertions(+), 23 deletions(-) diff --git a/quiz-app/src/assets/translations/en/group-2.json b/quiz-app/src/assets/translations/en/group-2.json index 6d0d4eb..c79fbe9 100644 --- a/quiz-app/src/assets/translations/en/group-2.json +++ b/quiz-app/src/assets/translations/en/group-2.json @@ -335,48 +335,52 @@ "title": "Data Preparation - Pre Quiz", "quiz": [ { - "questionText": "quiz 2 question 2", + "questionText": "What one of these is part of the data preparation process?", "answerOptions": [ { - "answerText": "True", - "isCorrect": "true" + "answerText": "Model validation", + "isCorrect": "false" }, { - "answerText": "False", + "answerText": "Classification", "isCorrect": "false" + }, + { + "answerText": "Cleaning", + "isCorrect": "true" } ] }, { - "questionText": "q2", + "questionText": "Why is data preparation so important?", "answerOptions": [ { - "answerText": "classical ML was invented first", - "isCorrect": "false" + "answerText": "Makes models more accurate", + "isCorrect": "true" }, { - "answerText": "the use of neural networks", - "isCorrect": "true" + "answerText": "It's not important", + "isCorrect": "false" }, { - "answerText": "deep learning is used in robots", + "answerText": "Computers can help clean the data", "isCorrect": "false" } ] }, { - "questionText": "q3", + "questionText": "What is a goal of data cleaning?", "answerOptions": [ { - "answerText": "to automate the solving of multi-dimensional problems", + "answerText": "Fixing formatting issues", "isCorrect": "false" }, { - "answerText": "to customize a shopping experience based on the type of customer", + "answerText": "Fixing data types", "isCorrect": "false" }, { - "answerText": "both of the above", + "answerText": "All of the above", "isCorrect": "true" } ] @@ -388,7 +392,7 @@ "title": "Data Preparation - Post Quiz", "quiz": [ { - "questionText": "quiz 2 question 2", + "questionText": "Merging or joining two datasets into one can affect consistency in data", "answerOptions": [ { "answerText": "True", @@ -401,35 +405,35 @@ ] }, { - "questionText": "q2", + "questionText": "What's the first thing that should be done when faced with missing data?", "answerOptions": [ { - "answerText": "classical ML was invented first", + "answerText": "Delete it", "isCorrect": "false" }, { - "answerText": "the use of neural networks", + "answerText": "Assess why it's missing", "isCorrect": "true" }, { - "answerText": "deep learning is used in robots", + "answerText": "Try to fill in empty values", "isCorrect": "false" } ] }, { - "questionText": "q3", + "questionText": "Joining two or more datasets can cause which following issue(s)?", "answerOptions": [ { - "answerText": "to automate the solving of multi-dimensional problems", + "answerText": "Duplicates", "isCorrect": "false" }, { - "answerText": "to customize a shopping experience based on the type of customer", + "answerText": "Inconsistent formatting", "isCorrect": "false" }, { - "answerText": "both of the above", + "answerText": "All of the above", "isCorrect": "true" } ]