Add quizzes for real world applications

pull/34/head
Ornella Altunyan 4 years ago
parent 4430ec4905
commit f9b2260d72

@ -2543,48 +2543,52 @@
"title": "Real World Applications: Pre-Lecture Quiz", "title": "Real World Applications: Pre-Lecture Quiz",
"quiz": [ "quiz": [
{ {
"questionText": "q1", "questionText": "What's an example of an ML application in the Finance industry?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "a", "answerText": "Personalizing the customer journey using NLP",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "b", "answerText": "Wealth management using linear regression",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "c", "answerText": "Energy management using Time Series",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "q2", "questionText": "What ML technique can hospitals use to manage readmission?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "a", "answerText": "Clustering",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "b", "answerText": "Time Series",
"isCorrect": "false"
},
{
"answerText": "NLP",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "q3", "questionText": "What is an example of using Time Series for energy management?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "a", "answerText": "Motion sensing animals",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "b", "answerText": "Smart parking meters",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "c", "answerText": "Tracking forest fires",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
@ -2596,48 +2600,52 @@
"title": "Real World Applications: Post-Lecture Quiz", "title": "Real World Applications: Post-Lecture Quiz",
"quiz": [ "quiz": [
{ {
"questionText": "q1", "questionText": "Which ML technique can be used to detect credit card fraud?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "a", "answerText": "Regression",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "b", "answerText": "Clustering",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "c", "answerText": "NLP",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "q2", "questionText": "Which ML technique is exemplified in forest management?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "a", "answerText": "Reinforcement Learning",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "b", "answerText": "Time Series",
"isCorrect": "false"
},
{
"answerText": "NLP",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "q3", "questionText": "What's an example of an ML application in the Health Care industry?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "a", "answerText": "Predicting student behavior using regression",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "b", "answerText": "Managing clinical trials using classifiers",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "c", "answerText": "Motion sensing of animals using classifiers",
"isCorrect": "false" "isCorrect": "false"
} }
] ]

Loading…
Cancel
Save