From e0bc8c8fa257b8aa7ab4b8e3d2eb3434b23af840 Mon Sep 17 00:00:00 2001 From: Jasmine Date: Mon, 27 Sep 2021 15:04:20 -0400 Subject: [PATCH] nonrelational quiz --- .../06-non-relational/README.md | 2 +- .../src/assets/translations/en/group-1.json | 12 ++-- .../src/assets/translations/en/group-2.json | 62 ++++++++++--------- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/2-Working-With-Data/06-non-relational/README.md b/2-Working-With-Data/06-non-relational/README.md index 2d62a59d..fea1a855 100644 --- a/2-Working-With-Data/06-non-relational/README.md +++ b/2-Working-With-Data/06-non-relational/README.md @@ -6,7 +6,7 @@ ## [Pre-Lecture Quiz](https://red-water-0103e7a0f.azurestaticapps.net/quiz/10) -Data is not limited to relational databases. This lesson focuses on non-relational data and will cover the basic of spreadsheets and NoSQL. +Data is not limited to relational databases. This lesson focuses on non-relational data and will cover the basics of spreadsheets and NoSQL. ## Spreadsheets diff --git a/quiz-app/src/assets/translations/en/group-1.json b/quiz-app/src/assets/translations/en/group-1.json index 7486a118..17328f62 100644 --- a/quiz-app/src/assets/translations/en/group-1.json +++ b/quiz-app/src/assets/translations/en/group-1.json @@ -140,22 +140,18 @@ ] }, { - "questionText": "What does Data ethics focus on?", + "questionText": "Which of the following are a part of ethical challenges?", "answerOptions": [ { - "answerText": "Informed consent", - "isCorrect": "true" - }, - { - "answerText": "How big the data is", + "answerText": "Transparency", "isCorrect": "false" }, { - "answerText": "Is the data relational", + "answerText": "Data privacy", "isCorrect": "false" }, { - "answerText": "All the above", + "answerText": "Reliability and safety", "isCorrect": "false" } ] diff --git a/quiz-app/src/assets/translations/en/group-2.json b/quiz-app/src/assets/translations/en/group-2.json index 5b94523c..6d0d4eb2 100644 --- a/quiz-app/src/assets/translations/en/group-2.json +++ b/quiz-app/src/assets/translations/en/group-2.json @@ -112,10 +112,10 @@ }, { "id": 10, - "title": "NonRelational Databases - Pre Quiz", + "title": "Non-Relational Databases - Pre Quiz", "quiz": [ { - "questionText": "quiz 2 question 2", + "questionText": "Spreadsheets are non-relational data", "answerOptions": [ { "answerText": "True", @@ -128,88 +128,92 @@ ] }, { - "questionText": "q2", + "questionText": "Identify the difference between non-relational and relational data?", "answerOptions": [ { - "answerText": "classical ML was invented first", - "isCorrect": "false" + "answerText": "Relational databases always contain columns and rows", + "isCorrect": "true" }, { - "answerText": "the use of neural networks", - "isCorrect": "true" + "answerText": "Some types of non-relational data use columns", + "isCorrect": "false" }, { - "answerText": "deep learning is used in robots", + "answerText": "There is no difference", "isCorrect": "false" } ] }, { - "questionText": "q3", + "questionText": "What does NoSQL stand for?", "answerOptions": [ { - "answerText": "to automate the solving of multi-dimensional problems", + "answerText": "Nope SQL", "isCorrect": "false" }, { - "answerText": "to customize a shopping experience based on the type of customer", - "isCorrect": "false" + "answerText": "Not Only SQL", + "isCorrect": "true" }, { - "answerText": "both of the above", - "isCorrect": "true" + "answerText": "No more SQL", + "isCorrect": "false" } ] - } + } ] }, { "id": 11, - "title": "NonRelational Databases - Post Quiz", + "title": "Non-Relational Databases - Post Quiz", "quiz": [ { - "questionText": "quiz 2 question 2", + "questionText": "Which one of these is NOT a type of NoSQL?", "answerOptions": [ { - "answerText": "True", + "answerText": "Object oriented", "isCorrect": "true" }, { - "answerText": "False", + "answerText": "Key-value", + "isCorrect": "false" + }, + { + "answerText": "Columnar", "isCorrect": "false" } ] }, { - "questionText": "q2", + "questionText": "What do you use to do calculations in spreadsheets?", "answerOptions": [ { - "answerText": "classical ML was invented first", + "answerText": "Python", "isCorrect": "false" }, { - "answerText": "the use of neural networks", - "isCorrect": "true" + "answerText": "Aliases", + "isCorrect": "false" }, { - "answerText": "deep learning is used in robots", - "isCorrect": "false" + "answerText": "Formulas", + "isCorrect": "true" } ] }, { - "questionText": "q3", + "questionText": "What other type of non-relational data does a document in a document database resemble?", "answerOptions": [ { - "answerText": "to automate the solving of multi-dimensional problems", + "answerText": "Keys", "isCorrect": "false" }, { - "answerText": "to customize a shopping experience based on the type of customer", + "answerText": "Column", "isCorrect": "false" }, { - "answerText": "both of the above", + "answerText": "JSON", "isCorrect": "true" } ]