Add quizzes for intro to ML

pull/34/head
Ornella Altunyan 4 years ago
parent 96dffcc2ae
commit 07fd4540d8

@ -9,49 +9,49 @@
"title": "Introduction to Machine Learning: Pre-Lecture Quiz", "title": "Introduction to Machine Learning: Pre-Lecture Quiz",
"quiz": [ "quiz": [
{ {
"questionText": "q1", "questionText": "Applications of machine learning are all around us",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "a", "answerText": "True",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "b", "answerText": "False",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "q2", "questionText": "What is the technical difference between classical ML and deep learning?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "a", "answerText": "classical ML was invented first",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "b", "answerText": "the use of neural networks",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "c", "answerText": "deep learning is used in robots",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "q3", "questionText": "Why might a business want to use ML strategies?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "a", "answerText": "to automate the solving of multi-dimensional problems",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "b", "answerText": "to customize a shopping experience based on the type of customer",
"isCorrect": "true" "isCorrect": "false"
}, },
{ {
"answerText": "c", "answerText": "both of the above",
"isCorrect": "false" "isCorrect": "true"
} }
] ]
} }
@ -62,49 +62,53 @@
"title": "Introduction to Machine Learning: Post-Lecture Quiz", "title": "Introduction to Machine Learning: Post-Lecture Quiz",
"quiz": [ "quiz": [
{ {
"questionText": "q1", "questionText": "Machine learning algorithms are meant to simulate",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "a", "answerText": "intelligent machines",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "b", "answerText": "the human brain",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "c", "answerText": "orangutans",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "q2", "questionText": "What is an example of a classical ML technique?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "a", "answerText": "Natural Language Processing",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "b", "answerText": "Deep Learning",
"isCorrect": "false"
},
{
"answerText": "Neural Networks",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "q3", "questionText": "Why should everyone learn the basics of ML?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "a", "answerText": "learning ML is fun and accessible to everyone",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "b", "answerText": "ML strategies are being used in many industries and domains",
"isCorrect": "true" "isCorrect": "false"
}, },
{ {
"answerText": "c", "answerText": "both of the above",
"isCorrect": "false" "isCorrect": "true"
} }
] ]
} }

Loading…
Cancel
Save