Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 45 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 63 KiB |
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 86 KiB |
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 71 KiB |
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB |
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 76 KiB |
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 71 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 85 KiB |
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 71 KiB |
Before Width: | Height: | Size: 120 KiB After Width: | Height: | Size: 120 KiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 75 KiB After Width: | Height: | Size: 75 KiB |
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 76 KiB |
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 120 KiB After Width: | Height: | Size: 120 KiB |
@ -1,19 +0,0 @@
|
||||
# Data Science in the Wild: TBD
|
||||
|
||||
## Pre-Lecture Quiz
|
||||
|
||||
[Pre-lecture quiz]()
|
||||
|
||||
## 🚀 Challenge
|
||||
|
||||
|
||||
## Post-Lecture Quiz
|
||||
|
||||
[Post-lecture quiz]()
|
||||
|
||||
## Review & Self Study
|
||||
|
||||
|
||||
## Assignment
|
||||
|
||||
[Assignment Title](assignment.md)
|
@ -1,8 +0,0 @@
|
||||
# Title
|
||||
|
||||
## Instructions
|
||||
|
||||
## Rubric
|
||||
|
||||
Exemplary | Adequate | Needs Improvement
|
||||
--- | --- | -- |
|
@ -0,0 +1,434 @@
|
||||
[
|
||||
{
|
||||
"title": "Data Science for Beginners: Quizzes",
|
||||
"complete": "Congratulations, you completed the quiz!",
|
||||
"error": "Sorry, try again",
|
||||
"quizzes": [
|
||||
{
|
||||
"id": 0,
|
||||
"title": "Defining Data Science - Pre Quiz",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "quiz 1 question 1",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "True",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "False",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "classical ML was invented first",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "the use of neural networks",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "deep learning is used in robots",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q3",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "to automate the solving of multi-dimensional problems",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "to customize a shopping experience based on the type of customer",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "both of the above",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"title": "Defining Data Science: Post-Quiz",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "quiz 1 question 1",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "True",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "False",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "classical ML was invented first",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "the use of neural networks",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "deep learning is used in robots",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q3",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "to automate the solving of multi-dimensional problems",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "to customize a shopping experience based on the type of customer",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "both of the above",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"title": "Ethics - Pre-Quiz",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "quiz 1 question 1",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "True",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "False",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "classical ML was invented first",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "the use of neural networks",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "deep learning is used in robots",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q3",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "to automate the solving of multi-dimensional problems",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "to customize a shopping experience based on the type of customer",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "both of the above",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
,
|
||||
{
|
||||
"id": 3,
|
||||
"title": "Ethics - Post-Quiz",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "quiz 1 question 1",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "True",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "False",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "classical ML was invented first",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "the use of neural networks",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "deep learning is used in robots",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q3",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "to automate the solving of multi-dimensional problems",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "to customize a shopping experience based on the type of customer",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "both of the above",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"title": "Defining Data - Pre-Quiz",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "quiz 1 question 1",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "True",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "False",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "classical ML was invented first",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "the use of neural networks",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "deep learning is used in robots",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q3",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "to automate the solving of multi-dimensional problems",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "to customize a shopping experience based on the type of customer",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "both of the above",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"title": "Defining Data - Post-Quiz",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "quiz 1 question 1",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "True",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "False",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "classical ML was invented first",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "the use of neural networks",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "deep learning is used in robots",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q3",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "to automate the solving of multi-dimensional problems",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "to customize a shopping experience based on the type of customer",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "both of the above",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"title": "Statistics and Probability - Pre-Quiz",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "quiz 1 question 1",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "True",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "False",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "classical ML was invented first",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "the use of neural networks",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "deep learning is used in robots",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q3",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "to automate the solving of multi-dimensional problems",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "to customize a shopping experience based on the type of customer",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "both of the above",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"title": "Statistics and Probability - Post-Quiz",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "quiz 1 question 1",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "True",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "False",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "classical ML was invented first",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "the use of neural networks",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "deep learning is used in robots",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q3",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "to automate the solving of multi-dimensional problems",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "to customize a shopping experience based on the type of customer",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "both of the above",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
@ -0,0 +1,433 @@
|
||||
[
|
||||
{
|
||||
"title": "Data Science for Beginners: Quizzes",
|
||||
"complete": "Congratulations, you completed the quiz!",
|
||||
"error": "Sorry, try again",
|
||||
"quizzes": [
|
||||
{
|
||||
"id": 8,
|
||||
"title": "Relational Databases - Pre Quiz",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "quiz 2 question 2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "True",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "False",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "classical ML was invented first",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "the use of neural networks",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "deep learning is used in robots",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q3",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "to automate the solving of multi-dimensional problems",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "to customize a shopping experience based on the type of customer",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "both of the above",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"title": "Relational Databases - Post Quiz",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "quiz 2 question 2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "True",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "False",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "classical ML was invented first",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "the use of neural networks",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "deep learning is used in robots",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q3",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "to automate the solving of multi-dimensional problems",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "to customize a shopping experience based on the type of customer",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "both of the above",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"title": "NonRelational Databases - Pre Quiz",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "quiz 2 question 2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "True",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "False",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "classical ML was invented first",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "the use of neural networks",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "deep learning is used in robots",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q3",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "to automate the solving of multi-dimensional problems",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "to customize a shopping experience based on the type of customer",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "both of the above",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"title": "NonRelational Databases - Post Quiz",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "quiz 2 question 2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "True",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "False",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "classical ML was invented first",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "the use of neural networks",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "deep learning is used in robots",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q3",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "to automate the solving of multi-dimensional problems",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "to customize a shopping experience based on the type of customer",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "both of the above",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"title": "Python - Pre Quiz",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "quiz 2 question 2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "True",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "False",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "classical ML was invented first",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "the use of neural networks",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "deep learning is used in robots",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q3",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "to automate the solving of multi-dimensional problems",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "to customize a shopping experience based on the type of customer",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "both of the above",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"title": "Python - Post Quiz",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "quiz 2 question 2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "True",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "False",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "classical ML was invented first",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "the use of neural networks",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "deep learning is used in robots",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q3",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "to automate the solving of multi-dimensional problems",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "to customize a shopping experience based on the type of customer",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "both of the above",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"title": "Data Preparation - Pre Quiz",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "quiz 2 question 2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "True",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "False",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "classical ML was invented first",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "the use of neural networks",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "deep learning is used in robots",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q3",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "to automate the solving of multi-dimensional problems",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "to customize a shopping experience based on the type of customer",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "both of the above",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"title": "Data Preparation - Post Quiz",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "quiz 2 question 2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "True",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "False",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "classical ML was invented first",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "the use of neural networks",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "deep learning is used in robots",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q3",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "to automate the solving of multi-dimensional problems",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "to customize a shopping experience based on the type of customer",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "both of the above",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
@ -0,0 +1,539 @@
|
||||
[
|
||||
{
|
||||
"title": "Data Science for Beginners: Quizzes",
|
||||
"complete": "Congratulations, you completed the quiz!",
|
||||
"error": "Sorry, try again",
|
||||
"quizzes": [
|
||||
{
|
||||
"id": 16,
|
||||
"title": "Visualizing Quantities - Pre-Quiz",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "quiz 2 question 2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "True",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "False",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "classical ML was invented first",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "the use of neural networks",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "deep learning is used in robots",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q3",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "to automate the solving of multi-dimensional problems",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "to customize a shopping experience based on the type of customer",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "both of the above",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"title": "Visualizing Quantities - Post-Quiz",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "quiz 2 question 2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "True",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "False",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "classical ML was invented first",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "the use of neural networks",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "deep learning is used in robots",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q3",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "to automate the solving of multi-dimensional problems",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "to customize a shopping experience based on the type of customer",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "both of the above",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"title": "Visualizing Distributions - Pre-Quiz",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "quiz 2 question 2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "True",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "False",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "classical ML was invented first",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "the use of neural networks",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "deep learning is used in robots",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q3",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "to automate the solving of multi-dimensional problems",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "to customize a shopping experience based on the type of customer",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "both of the above",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"title": "Visualizing Distributions - Post-Quiz",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "quiz 2 question 2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "True",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "False",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "classical ML was invented first",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "the use of neural networks",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "deep learning is used in robots",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q3",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "to automate the solving of multi-dimensional problems",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "to customize a shopping experience based on the type of customer",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "both of the above",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"title": "Visualizing Proportions - Pre-Quiz",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "quiz 2 question 2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "True",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "False",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "classical ML was invented first",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "the use of neural networks",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "deep learning is used in robots",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q3",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "to automate the solving of multi-dimensional problems",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "to customize a shopping experience based on the type of customer",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "both of the above",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"title": "Visualizing Proportions - Post-Quiz",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "quiz 2 question 2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "True",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "False",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "classical ML was invented first",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "the use of neural networks",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "deep learning is used in robots",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q3",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "to automate the solving of multi-dimensional problems",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "to customize a shopping experience based on the type of customer",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "both of the above",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"title": "Visualizing Relationships - Pre-Quiz",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "quiz 2 question 2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "True",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "False",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "classical ML was invented first",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "the use of neural networks",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "deep learning is used in robots",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q3",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "to automate the solving of multi-dimensional problems",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "to customize a shopping experience based on the type of customer",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "both of the above",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"title": "Visualizing Relationships - Post-Quiz",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "quiz 2 question 2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "True",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "False",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "classical ML was invented first",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "the use of neural networks",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "deep learning is used in robots",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q3",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "to automate the solving of multi-dimensional problems",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "to customize a shopping experience based on the type of customer",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "both of the above",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 24,
|
||||
"title": "Meaningful Visualizations - Pre-Quiz",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "quiz 2 question 2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "True",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "False",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "classical ML was invented first",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "the use of neural networks",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "deep learning is used in robots",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q3",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "to automate the solving of multi-dimensional problems",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "to customize a shopping experience based on the type of customer",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "both of the above",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 25,
|
||||
"title": "Meaningful Visualizations - Post-Quiz",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "quiz 2 question 2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "True",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "False",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "classical ML was invented first",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "the use of neural networks",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "deep learning is used in robots",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q3",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "to automate the solving of multi-dimensional problems",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "to customize a shopping experience based on the type of customer",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "both of the above",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
@ -0,0 +1,327 @@
|
||||
[
|
||||
{
|
||||
"title": "Data Science for Beginners: Quizzes",
|
||||
"complete": "Congratulations, you completed the quiz!",
|
||||
"error": "Sorry, try again",
|
||||
"quizzes": [
|
||||
{
|
||||
"id": 26,
|
||||
"title": "Data Science LifeCycle - Introduction Pre-Quiz",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "quiz 2 question 2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "True",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "False",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "classical ML was invented first",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "the use of neural networks",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "deep learning is used in robots",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q3",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "to automate the solving of multi-dimensional problems",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "to customize a shopping experience based on the type of customer",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "both of the above",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 27,
|
||||
"title": "Data Science LifeCycle - Introduction Post-Quiz",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "quiz 2 question 2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "True",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "False",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "classical ML was invented first",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "the use of neural networks",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "deep learning is used in robots",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q3",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "to automate the solving of multi-dimensional problems",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "to customize a shopping experience based on the type of customer",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "both of the above",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 28,
|
||||
"title": "Data Science LifeCycle - Analyzing Pre-Quiz",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "quiz 2 question 2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "True",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "False",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "classical ML was invented first",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "the use of neural networks",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "deep learning is used in robots",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q3",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "to automate the solving of multi-dimensional problems",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "to customize a shopping experience based on the type of customer",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "both of the above",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 29,
|
||||
"title": "Data Science LifeCycle - Analyzing Post-Quiz",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "quiz 2 question 2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "True",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "False",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "classical ML was invented first",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "the use of neural networks",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "deep learning is used in robots",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q3",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "to automate the solving of multi-dimensional problems",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "to customize a shopping experience based on the type of customer",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "both of the above",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 30,
|
||||
"title": "Data Science LifeCycle - Communication Pre-Quiz",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "quiz 2 question 2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "True",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "False",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "classical ML was invented first",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "the use of neural networks",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "deep learning is used in robots",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q3",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "to automate the solving of multi-dimensional problems",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "to customize a shopping experience based on the type of customer",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "both of the above",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 31,
|
||||
"title": "Data Science LifeCycle - Communication Post-Quiz",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "quiz 2 question 2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "True",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "False",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "classical ML was invented first",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "the use of neural networks",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "deep learning is used in robots",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q3",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "to automate the solving of multi-dimensional problems",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "to customize a shopping experience based on the type of customer",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "both of the above",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
@ -0,0 +1,327 @@
|
||||
[
|
||||
{
|
||||
"title": "Data Science for Beginners: Quizzes",
|
||||
"complete": "Congratulations, you completed the quiz!",
|
||||
"error": "Sorry, try again",
|
||||
"quizzes": [
|
||||
{
|
||||
"id": 32,
|
||||
"title": "Data Science in the Cloud - Introduction - Pre-Quiz",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "quiz 2 question 2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "True",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "False",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "classical ML was invented first",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "the use of neural networks",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "deep learning is used in robots",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q3",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "to automate the solving of multi-dimensional problems",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "to customize a shopping experience based on the type of customer",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "both of the above",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 33,
|
||||
"title": "Data Science in the Cloud - Introduction - Post-Quiz",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "quiz 2 question 2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "True",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "False",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "classical ML was invented first",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "the use of neural networks",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "deep learning is used in robots",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q3",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "to automate the solving of multi-dimensional problems",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "to customize a shopping experience based on the type of customer",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "both of the above",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 34,
|
||||
"title": "Data Science in the Cloud - Low-Code - Pre-Quiz",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "quiz 2 question 2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "True",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "False",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "classical ML was invented first",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "the use of neural networks",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "deep learning is used in robots",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q3",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "to automate the solving of multi-dimensional problems",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "to customize a shopping experience based on the type of customer",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "both of the above",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 35,
|
||||
"title": "Data Science in the Cloud - Low-Code - Post-Quiz",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "quiz 2 question 2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "True",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "False",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "classical ML was invented first",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "the use of neural networks",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "deep learning is used in robots",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q3",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "to automate the solving of multi-dimensional problems",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "to customize a shopping experience based on the type of customer",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "both of the above",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 36,
|
||||
"title": "Data Science in the Cloud - Azure - Pre-Quiz",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "quiz 2 question 2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "True",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "False",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "classical ML was invented first",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "the use of neural networks",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "deep learning is used in robots",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q3",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "to automate the solving of multi-dimensional problems",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "to customize a shopping experience based on the type of customer",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "both of the above",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 37,
|
||||
"title": "Data Science in the Cloud - Azure - Pre-Quiz",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "quiz 2 question 2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "True",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "False",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "classical ML was invented first",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "the use of neural networks",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "deep learning is used in robots",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q3",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "to automate the solving of multi-dimensional problems",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "to customize a shopping experience based on the type of customer",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "both of the above",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
@ -0,0 +1,115 @@
|
||||
[
|
||||
{
|
||||
"title": "Data Science for Beginners: Quizzes",
|
||||
"complete": "Congratulations, you completed the quiz!",
|
||||
"error": "Sorry, try again",
|
||||
"quizzes": [
|
||||
{
|
||||
"id": 38,
|
||||
"title": "Data Science In the Wild - Pre-Quiz",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "quiz 2 question 2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "True",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "False",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "classical ML was invented first",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "the use of neural networks",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "deep learning is used in robots",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q3",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "to automate the solving of multi-dimensional problems",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "to customize a shopping experience based on the type of customer",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "both of the above",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 39,
|
||||
"title": "Data Science In the Wild - Post-Quiz",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "quiz 2 question 2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "True",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "False",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q2",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "classical ML was invented first",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "the use of neural networks",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "deep learning is used in robots",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "q3",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "to automate the solving of multi-dimensional problems",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "to customize a shopping experience based on the type of customer",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "both of the above",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
@ -0,0 +1,21 @@
|
||||
import en0 from "./group-1.json";
|
||||
import en1 from "./group-2.json";
|
||||
import en2 from "./group-3.json";
|
||||
|
||||
import en3 from "./group-4.json";
|
||||
|
||||
import en4 from "./group-5.json";
|
||||
|
||||
import en5 from "./group-6.json";
|
||||
|
||||
|
||||
const quiz = {
|
||||
0: en0[0],
|
||||
1: en1[0],
|
||||
2: en2[0],
|
||||
3: en3[0],
|
||||
4: en4[0],
|
||||
5: en5[0],
|
||||
};
|
||||
|
||||
export default quiz;
|
@ -0,0 +1,62 @@
|
||||
[
|
||||
{
|
||||
"title": "Data Science pour Débutants: Quizzes",
|
||||
"complete": "Felicitations, you completed the quiz!",
|
||||
"error": "Oups, try again",
|
||||
"quizzes": [
|
||||
{
|
||||
"id": 0,
|
||||
"title": "Premier quiz",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "premier question",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "True",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "False",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "deuxieme question",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "classical ML was invented first",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "the use of neural networks",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "deep learning is used in robots",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "troisieme question",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "to automate the solving of multi-dimensional problems",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "to customize a shopping experience based on the type of customer",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "both of the above",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
@ -1,12 +1,12 @@
|
||||
[
|
||||
{
|
||||
"title": "Data Science for Beginners: Quizzes",
|
||||
"complete": "Congratulations, you completed the quiz!",
|
||||
"error": "Sorry, try again",
|
||||
"title": "Data Science pour Débutants: Quizzes",
|
||||
"complete": "Felicitations, you completed the quiz!",
|
||||
"error": "Oups, try again",
|
||||
"quizzes": [
|
||||
{
|
||||
"id": 1,
|
||||
"title": "quiz 1",
|
||||
"title": "deuxieme quiz",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "q1",
|
@ -0,0 +1,9 @@
|
||||
import fr0 from "./group-1.json";
|
||||
import fr1 from "./group-2.json";
|
||||
|
||||
const quiz = {
|
||||
0: fr0[0],
|
||||
1: fr1[0],
|
||||
};
|
||||
|
||||
export default quiz;
|
@ -1,10 +1,8 @@
|
||||
// index.js
|
||||
import en from './en.json';
|
||||
|
||||
//export const defaultLocale = 'en';
|
||||
import englishQuizzes from "./en/";
|
||||
import frenchQuizzes from "./fr/";
|
||||
|
||||
const messages = {
|
||||
en: en[0],
|
||||
en: englishQuizzes,
|
||||
fr: frenchQuizzes
|
||||
};
|
||||
|
||||
export default messages;
|
||||
|