"questionText":"Python is the best language for Data Science because",
"answerOptions":[
{
"answerText":"classical ML was invented first",
"answerText":"it has a lot of libraries",
"isCorrect":"false"
},
{
"answerText":"the use of neural networks",
"isCorrect":"true"
"answerText":"it is rich yet simple language",
"isCorrect":"false"
},
{
"answerText":"deep learning is used in robots",
"isCorrect":"false"
"answerText":"all of the above",
"isCorrect":"true"
}
]
},
{
"questionText":"q3",
"questionText":"You cannot do Data Science if you do not know Python",
"answerOptions":[
{
"answerText":"to automate the solving of multi-dimensional problems",
"isCorrect":"false"
},
{
"answerText":"to customize a shopping experience based on the type of customer",
"answerText":"True",
"isCorrect":"false"
},
{
"answerText":"both of the above",
"answerText":"False",
"isCorrect":"true"
}
]
@ -274,49 +274,53 @@
"title":"Python - Post Quiz",
"quiz":[
{
"questionText":"quiz 2 question 2",
"questionText":"Which library would you use to represent a list of grades of students in class?",
"answerOptions":[
{
"answerText":"True",
"isCorrect":"true"
"answerText":"Numpy",
"isCorrect":"false"
},
{
"answerText":"False",
"answerText":"SciPy",
"isCorrect":"false"
},
{
"answerText":"Pandas",
"isCorrect":"true"
}
]
},
{
"questionText":"q2",
"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?",
"answerOptions":[
{
"answerText":"classical ML was invented first",
"answerText":"average",
"isCorrect":"false"
},
{
"answerText":"the use of neural networks",
"isCorrect":"true"
"answerText":"avg",
"isCorrect":"false"
},
{
"answerText":"deep learning is used in robots",
"isCorrect":"false"
"answerText":"groupby",
"isCorrect":"true"
}
]
},
{
"questionText":"q3",
"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":[
{
"answerText":"to automate the solving of multi-dimensional problems",
"isCorrect":"false"
"answerText":"Numpy array",
"isCorrect":"true"
},
{
"answerText":"to customize a shopping experience based on the type of customer",