Add quiz for lesson 1

pull/61/head
Dmitri Soshnikov 4 years ago
parent 43d28b42ea
commit 3052266c2c

@ -9,48 +9,48 @@
"title": "Defining Data Science - Pre Quiz", "title": "Defining Data Science - Pre Quiz",
"quiz": [ "quiz": [
{ {
"questionText": "quiz 1 question 1", "questionText": "Why there is a word Science in Data Science?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "True", "answerText": "It uses scientific methods to analyze data",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "False", "answerText": "Only people with academic degrees can understand it",
"isCorrect": "false"
},
{
"answerText": "To make is sound cool",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "q2", "questionText": "Learning Data Science is only useful for developers",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "classical ML was invented first", "answerText": "True",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "the use of neural networks", "answerText": "False",
"isCorrect": "true" "isCorrect": "true"
},
{
"answerText": "deep learning is used in robots",
"isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "q3", "questionText": "What do we need to demonstrate that basketball players are taller than average people?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "to automate the solving of multi-dimensional problems", "answerText": "Collect some data",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "to customize a shopping experience based on the type of customer", "answerText": "Know some probability and statistics",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "both of the above", "answerText": "All of the above",
"isCorrect": "true" "isCorrect": "true"
} }
] ]
@ -62,48 +62,56 @@
"title": "Defining Data Science: Post-Quiz", "title": "Defining Data Science: Post-Quiz",
"quiz": [ "quiz": [
{ {
"questionText": "quiz 1 question 1", "questionText": "Which areas are closely related to data science?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "True", "answerText": "Artificial Intelligence",
"isCorrect": "true" "isCorrect": "false"
}, },
{ {
"answerText": "False", "answerText": "Machine Learning",
"isCorrect": "false" "isCorrect": "false"
},
{
"answerText": "Big Data",
"isCorrect": "false"
},
{
"answerText": "All of the above",
"isCorrect": "true"
} }
] ]
}, },
{ {
"questionText": "q2", "questionText": "Which of the following is the example of non-structured data?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "classical ML was invented first", "answerText": "List of students in class",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "the use of neural networks", "answerText": "Collection of student essays",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "deep learning is used in robots", "answerText": "Graph of friends of social network users",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "q3", "questionText": "What is the main goal of data science?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "to automate the solving of multi-dimensional problems", "answerText": "to collect data",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "to customize a shopping experience based on the type of customer", "answerText": "to process data",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "both of the above", "answerText": "to be able to take decisions based on data",
"isCorrect": "true" "isCorrect": "true"
} }
] ]

Loading…
Cancel
Save