defining data quiz

pull/117/head
Jasmine 4 years ago
parent b4e06f2fe1
commit f9a4383cb4

@ -238,48 +238,52 @@
"title": "Defining Data - Pre-Quiz", "title": "Defining Data - Pre-Quiz",
"quiz": [ "quiz": [
{ {
"questionText": "quiz 1 question 1", "questionText": "Which of these could be quantitative data?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "True", "answerText": "Photos of dogs",
"isCorrect": "true" "isCorrect": "false"
}, },
{ {
"answerText": "False", "answerText": "Hotel reviews",
"isCorrect": "false" "isCorrect": "false"
},
{
"answerText": "Students marks or grades",
"isCorrect": "true"
} }
] ]
}, },
{ {
"questionText": "q2", "questionText": "Which of these could be qualitative data?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "classical ML was invented first", "answerText": "List of employees' salaries",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "the use of neural networks", "answerText": "Hotel reviews",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "deep learning is used in robots", "answerText": "Students marks or grades",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "q3", "questionText": "What is the main goal of classifying data?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "to automate the solving of multi-dimensional problems", "answerText": "To store the data correctly",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "to customize a shopping experience based on the type of customer", "answerText": "To give the data a proper name",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "both of the above", "answerText": "To know which method is best to organize it for readability and analysis",
"isCorrect": "true" "isCorrect": "true"
} }
] ]
@ -291,48 +295,52 @@
"title": "Defining Data - Post-Quiz", "title": "Defining Data - Post-Quiz",
"quiz": [ "quiz": [
{ {
"questionText": "quiz 1 question 1", "questionText": "The teacher is reviewing students number of correct answers, what type of data is that?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "True", "answerText": "Qualitative Data",
"isCorrect": "false"
},
{
"answerText": "Quantitative Data",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "False", "answerText": "All the above",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "q2", "questionText": "A company is collecting surveys from their customers to improve their products. What type of data source is this?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "classical ML was invented first", "answerText": "Primary",
"isCorrect": "false" "isCorrect": "true"
}, },
{ {
"answerText": "the use of neural networks", "answerText": "Secondary",
"isCorrect": "true" "isCorrect": "false"
}, },
{ {
"answerText": "deep learning is used in robots", "answerText": "Tertiary",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "q3", "questionText": "A student is collecting data using queries. What data source could that be?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "to automate the solving of multi-dimensional problems", "answerText": "Local Files",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "to customize a shopping experience based on the type of customer", "answerText": "API",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "both of the above", "answerText": "Database",
"isCorrect": "true" "isCorrect": "true"
} }
] ]

Loading…
Cancel
Save