add history pre quiz

pull/34/head
Ornella Altunyan 4 years ago
parent 4dca818ad8
commit 344ea6ee75

@ -115,48 +115,52 @@
"title": "History of Machine Learning: Pre-Lecture Quiz", "title": "History of Machine Learning: Pre-Lecture Quiz",
"quiz": [ "quiz": [
{ {
"questionText": "q1", "questionText": "Approximately when was the term 'artificial intelligence' coined?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "a", "answerText": "1980s",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "b", "answerText": "1950s",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "c", "answerText": "1930s",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "q2", "questionText": "Who was one of the early pioneers of machine learning?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "a", "answerText": "Alan Turing",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "b", "answerText": "Bill Gates",
"isCorrect": "false"
},
{
"answerText": "Shakey the robot",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "q3", "questionText": "What is one of the reasons that advancement in AI slowed in the 1970s?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "a", "answerText": "Limited compute power",
"isCorrect": "false" "isCorrect": "true"
}, },
{ {
"answerText": "b", "answerText": "Not enough skilled engineers",
"isCorrect": "true" "isCorrect": "false"
}, },
{ {
"answerText": "c", "answerText": "Conflicts between countries",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
@ -172,11 +176,11 @@
"answerOptions": [ "answerOptions": [
{ {
"answerText": "a", "answerText": "a",
"isCorrect": "false" "isCorrect": "true"
}, },
{ {
"answerText": "b", "answerText": "b",
"isCorrect": "true" "isCorrect": "false"
}, },
{ {
"answerText": "c", "answerText": "c",
@ -191,6 +195,10 @@
"answerText": "a", "answerText": "a",
"isCorrect": "true" "isCorrect": "true"
}, },
{
"answerText": "b",
"isCorrect": "false"
},
{ {
"answerText": "b", "answerText": "b",
"isCorrect": "false" "isCorrect": "false"

Loading…
Cancel
Save