quiz cleanup

pull/119/head
Jen Looper 4 years ago
parent f9d8b05769
commit 3207df85f4

@ -225,7 +225,7 @@
"title": "Python - Pre Quiz", "title": "Python - Pre Quiz",
"quiz": [ "quiz": [
{ {
"questionText": "Python is the best language for", "questionText": "Python is a good language for",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "Data Science", "answerText": "Data Science",
@ -242,14 +242,14 @@
] ]
}, },
{ {
"questionText": "Python is the best language for Data Science because", "questionText": "Python is a good language for Data Science because",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "it has a lot of libraries", "answerText": "it has a lot of libraries",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "it is rich yet simple language", "answerText": "it is a rich yet simple language",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
@ -295,7 +295,7 @@
] ]
}, },
{ {
"questionText": "You have a DataFrame with a list of students, their group number, and average grade. Which operation would you use to compute average grade per group?", "questionText": "You have a DataFrame with a list of students, their group number, and average grade. Which operation would you use to compute the average grade per group?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "average", "answerText": "average",
@ -312,7 +312,7 @@
] ]
}, },
{ {
"questionText": "You have 100 friends, and you want to represent the information on how frequently they take pictures with each other. Which data structure would you use?", "questionText": "You have 100 friends and you want to represent the information on how frequently they take pictures with each other. Which data structure would you use?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "Numpy array", "answerText": "Numpy array",
@ -335,7 +335,7 @@
"title": "Data Preparation - Pre Quiz", "title": "Data Preparation - Pre Quiz",
"quiz": [ "quiz": [
{ {
"questionText": "What one of these is part of the data preparation process?", "questionText": "Which one of these is part of the data preparation process?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "Model validation", "answerText": "Model validation",
@ -355,7 +355,7 @@
"questionText": "Why is data preparation so important?", "questionText": "Why is data preparation so important?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "Makes models more accurate", "answerText": "It makes models more accurate",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {

Loading…
Cancel
Save