quizzes for clustering 1

pull/34/head
Jen Looper 4 years ago
parent cdca20faf7
commit affd6bba0c

@ -1305,48 +1305,52 @@
"title": "Introduction to Clustering: Pre-Lecture Quiz", "title": "Introduction to Clustering: Pre-Lecture Quiz",
"quiz": [ "quiz": [
{ {
"questionText": "q1", "questionText": "A real-life example of clustering would be",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "a", "answerText": "Setting the dinner table",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "b", "answerText": "Sorting the laundry",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "c", "answerText": "Grocery shopping",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "q2", "questionText": "Clustering techniques can be used in these industries",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "a", "answerText": "banking",
"isCorrect": "true" "isCorrect": "false"
}, },
{ {
"answerText": "b", "answerText": "e-commerce",
"isCorrect": "false"
},
{
"answerText": "both of these",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "q3", "questionText": "Clustering is a type of:",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "a", "answerText": "supervised learning",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "b", "answerText": "unsupervised learning",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "c", "answerText": "reinforcement learning",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
@ -1358,48 +1362,52 @@
"title": "Introduction to Clustering: Post-Lecture Quiz", "title": "Introduction to Clustering: Post-Lecture Quiz",
"quiz": [ "quiz": [
{ {
"questionText": "q1", "questionText": "Euclidean geometry is arranged along",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "a", "answerText": "planes",
"isCorrect": "false" "isCorrect": "true"
}, },
{ {
"answerText": "b", "answerText": "curves",
"isCorrect": "true" "isCorrect": "false"
}, },
{ {
"answerText": "c", "answerText": "spheres",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "q2", "questionText": "The density of your clustering data is related to its",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "a", "answerText": "noise",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "b", "answerText": "depth",
"isCorrect": "false"
},
{
"answerText": "validity",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "q3", "questionText": "The best-known clustering algorithm is",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "a", "answerText": "k-means",
"isCorrect": "false" "isCorrect": "true"
}, },
{ {
"answerText": "b", "answerText": "k-middle",
"isCorrect": "true" "isCorrect": "false"
}, },
{ {
"answerText": "c", "answerText": "k-mart",
"isCorrect": "false" "isCorrect": "false"
} }
] ]

Loading…
Cancel
Save