Skip to content
Snippets Groups Projects
Commit affd6bba authored by Jen Looper's avatar Jen Looper
Browse files

quizzes for clustering 1

parent cdca20fa
Branches
No related tags found
No related merge requests found
......@@ -1305,48 +1305,52 @@
"title": "Introduction to Clustering: Pre-Lecture Quiz",
"quiz": [
{
"questionText": "q1",
"questionText": "A real-life example of clustering would be",
"answerOptions": [
{
"answerText": "a",
"answerText": "Setting the dinner table",
"isCorrect": "false"
},
{
"answerText": "b",
"answerText": "Sorting the laundry",
"isCorrect": "true"
},
{
"answerText": "c",
"answerText": "Grocery shopping",
"isCorrect": "false"
}
]
},
{
"questionText": "q2",
"questionText": "Clustering techniques can be used in these industries",
"answerOptions": [
{
"answerText": "a",
"isCorrect": "true"
"answerText": "banking",
"isCorrect": "false"
},
{
"answerText": "b",
"answerText": "e-commerce",
"isCorrect": "false"
},
{
"answerText": "both of these",
"isCorrect": "false"
}
]
},
{
"questionText": "q3",
"questionText": "Clustering is a type of:",
"answerOptions": [
{
"answerText": "a",
"answerText": "supervised learning",
"isCorrect": "false"
},
{
"answerText": "b",
"answerText": "unsupervised learning",
"isCorrect": "true"
},
{
"answerText": "c",
"answerText": "reinforcement learning",
"isCorrect": "false"
}
]
......@@ -1358,48 +1362,52 @@
"title": "Introduction to Clustering: Post-Lecture Quiz",
"quiz": [
{
"questionText": "q1",
"questionText": "Euclidean geometry is arranged along",
"answerOptions": [
{
"answerText": "a",
"isCorrect": "false"
"answerText": "planes",
"isCorrect": "true"
},
{
"answerText": "b",
"isCorrect": "true"
"answerText": "curves",
"isCorrect": "false"
},
{
"answerText": "c",
"answerText": "spheres",
"isCorrect": "false"
}
]
},
{
"questionText": "q2",
"questionText": "The density of your clustering data is related to its",
"answerOptions": [
{
"answerText": "a",
"answerText": "noise",
"isCorrect": "true"
},
{
"answerText": "b",
"answerText": "depth",
"isCorrect": "false"
},
{
"answerText": "validity",
"isCorrect": "false"
}
]
},
{
"questionText": "q3",
"questionText": "The best-known clustering algorithm is",
"answerOptions": [
{
"answerText": "a",
"isCorrect": "false"
"answerText": "k-means",
"isCorrect": "true"
},
{
"answerText": "b",
"isCorrect": "true"
"answerText": "k-middle",
"isCorrect": "false"
},
{
"answerText": "c",
"answerText": "k-mart",
"isCorrect": "false"
}
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment