fixing up quizzes

pull/119/head
Jen Looper 4 years ago
parent 8d3c6b5b20
commit f9d8b05769

@ -9,7 +9,7 @@
"title": "Defining Data Science - Pre Quiz", "title": "Defining Data Science - Pre Quiz",
"quiz": [ "quiz": [
{ {
"questionText": "Why there is a word Science in Data Science?", "questionText": "Why is the word _Science_ in Data Science?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "It uses scientific methods to analyze data", "answerText": "It uses scientific methods to analyze data",
@ -72,10 +72,6 @@
"answerText": "Machine Learning", "answerText": "Machine Learning",
"isCorrect": "false" "isCorrect": "false"
}, },
{
"answerText": "Big Data",
"isCorrect": "false"
},
{ {
"answerText": "All of the above", "answerText": "All of the above",
"isCorrect": "true" "isCorrect": "true"
@ -83,7 +79,7 @@
] ]
}, },
{ {
"questionText": "Which of the following is the example of non-structured data?", "questionText": "Which of the following is an example of non-structured data?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "List of students in class", "answerText": "List of students in class",
@ -111,7 +107,7 @@
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "to be able to take decisions based on data", "answerText": "to be able to make decisions based on data",
"isCorrect": "true" "isCorrect": "true"
} }
] ]
@ -170,8 +166,7 @@
] ]
} }
] ]
} },
,
{ {
"id": 3, "id": 3,
"title": "Ethics - Post-Quiz", "title": "Ethics - Post-Quiz",
@ -262,7 +257,7 @@
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "Students marks or grades", "answerText": "Students' marks or grades",
"isCorrect": "false" "isCorrect": "false"
} }
] ]

@ -45,10 +45,7 @@
"answerText": "Cleaning data", "answerText": "Cleaning data",
"isCorrect": "false" "isCorrect": "false"
}, },
{
"answerText": "Where the data will be stored",
"isCorrect": "false"
},
{ {
"answerText": "Keeping the data secure", "answerText": "Keeping the data secure",
"isCorrect": "false" "isCorrect": "false"
@ -102,10 +99,6 @@
{ {
"questionText": "What are some common techniques in the processing stage?", "questionText": "What are some common techniques in the processing stage?",
"answerOptions": [ "answerOptions": [
{
"answerText": "Processing",
"isCorrect": "false"
},
{ {
"answerText": "Clustering", "answerText": "Clustering",
"isCorrect": "true" "isCorrect": "true"
@ -159,10 +152,6 @@
{ {
"questionText": "What are some things a data scientist will do when exploring data? ", "questionText": "What are some things a data scientist will do when exploring data? ",
"answerOptions": [ "answerOptions": [
{
"answerText": "Queries",
"isCorrect": "false"
},
{ {
"answerText": "Sampling", "answerText": "Sampling",
"isCorrect": "false" "isCorrect": "false"

@ -153,7 +153,7 @@
] ]
}, },
{ {
"questionText": "You don't need to have expertise in coding do use Azure ML.", "questionText": "You don't need to have expertise in coding to use Azure ML.",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "True", "answerText": "True",

Loading…
Cancel
Save