Add quizzes for lesson 4

pull/61/head
Dmitri Soshnikov 4 years ago
parent 3052266c2c
commit 586a4e21d5

@ -3,7 +3,7 @@
[![Defining Data Science Video](images/video-def-ds.png)](https://youtu.be/pqqsm5reGvs) [![Defining Data Science Video](images/video-def-ds.png)](https://youtu.be/pqqsm5reGvs)
## Pre-Lecture Quiz ## Pre-Lecture Quiz
[Pre-lecture quiz]() [Pre-lecture quiz](https://red-water-0103e7a0f.azurestaticapps.net/quiz/0)
## What is Data? ## What is Data?
@ -145,7 +145,7 @@ In this challenge, we will try to find concepts relevant to the field of Data Sc
![Word Cloud for Data Science](images/ds_wordcloud.png) ![Word Cloud for Data Science](images/ds_wordcloud.png)
## Post-Lecture Quiz ## Post-Lecture Quiz
[Post-lecture quiz]() [Post-lecture quiz](https://red-water-0103e7a0f.azurestaticapps.net/quiz/1)
## Assignments ## Assignments

@ -5,7 +5,7 @@ Statistics and Probability Theory are two highly related areas of Mathematics th
[![Intro Video](images/video-prob-and-stats.png)](https://youtu.be/Z5Zy85g4Yjw) [![Intro Video](images/video-prob-and-stats.png)](https://youtu.be/Z5Zy85g4Yjw)
## Pre-Lecture Quiz ## Pre-Lecture Quiz
[Pre-lecture quiz]() [Pre-lecture quiz](https://red-water-0103e7a0f.azurestaticapps.net/quiz/6)
## Probability and Random Variables ## Probability and Random Variables
@ -237,7 +237,7 @@ While this is definitely not exhaustive list of topics that exist within probabi
## Post-Lecture Quiz ## Post-Lecture Quiz
[Post-lecture quiz]() [Post-lecture quiz](https://red-water-0103e7a0f.azurestaticapps.net/quiz/7)
## Review & Self Study ## Review & Self Study

@ -336,49 +336,49 @@
"title": "Statistics and Probability - Pre-Quiz", "title": "Statistics and Probability - Pre-Quiz",
"quiz": [ "quiz": [
{ {
"questionText": "quiz 1 question 1", "questionText": "Why statistics and probability are important for data science?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "True", "answerText": "Because you cannot operate on data without knowing math",
"isCorrect": "false"
},
{
"answerText": "Because data science is a science and has strong formal foundation",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "False", "answerText": "Because we want to keep uneducated people from doing data science",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "q2", "questionText": "Can you get heads 10 times in a row when throwing a coin?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "classical ML was invented first", "answerText": "yes",
"isCorrect": "false"
},
{
"answerText": "the use of neural networks",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "deep learning is used in robots", "answerText": "no",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "q3", "questionText": "When you throw a dice, what is the probability of getting an even number?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "to automate the solving of multi-dimensional problems", "answerText": "1/2",
"isCorrect": "false" "isCorrect": "true"
}, },
{ {
"answerText": "to customize a shopping experience based on the type of customer", "answerText": "1/3",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "both of the above", "answerText": "impossible to tell",
"isCorrect": "true" "isCorrect": "false"
} }
] ]
} }
@ -389,49 +389,53 @@
"title": "Statistics and Probability - Post-Quiz", "title": "Statistics and Probability - Post-Quiz",
"quiz": [ "quiz": [
{ {
"questionText": "quiz 1 question 1", "questionText": "We want to prove that basketball players are taller than average people. We have collected heights of 20 people from both groups. What do we need to do?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "True", "answerText": "compare means",
"isCorrect": "true" "isCorrect": "false"
}, },
{ {
"answerText": "False", "answerText": "collect more data, 20 is not enough!",
"isCorrect": "false" "isCorrect": "false"
},
{
"answerText": "use t-test",
"isCorrect": "true"
} }
] ]
}, },
{ {
"questionText": "q2", "questionText": "How can we demonstrate that income of a person is dependent on the level of education?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "classical ML was invented first", "answerText": "compute correlation coefficient",
"isCorrect": "false" "isCorrect": "true"
}, },
{ {
"answerText": "the use of neural networks", "answerText": "divide into educated and non-educated cohorts and compute means",
"isCorrect": "true" "isCorrect": "false"
}, },
{ {
"answerText": "deep learning is used in robots", "answerText": "use t-test",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "q3", "questionText": "We throw the dice 100 times and compute the average value. What would be the distribution of the result?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "to automate the solving of multi-dimensional problems", "answerText": "uniform",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "to customize a shopping experience based on the type of customer", "answerText": "normal",
"isCorrect": "false" "isCorrect": "true"
}, },
{ {
"answerText": "both of the above", "answerText": "none of the above",
"isCorrect": "true" "isCorrect": "false"
} }
] ]
} }

Loading…
Cancel
Save