Add history post quiz

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

@ -172,52 +172,52 @@
"title": "History of Machine Learning: Post-Lecture Quiz", "title": "History of Machine Learning: Post-Lecture Quiz",
"quiz": [ "quiz": [
{ {
"questionText": "q1", "questionText": "What's an example of a 'scruffy' AI system?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "a", "answerText": "ELIZA",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "b", "answerText": "HACKML",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "c", "answerText": "SSYSTEM",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "q2", "questionText": "What is an example of a technology that was developed during 'The Golden Years'?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "a", "answerText": "Blocks world",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "b", "answerText": "Jibo",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "b", "answerText": "Robot dogs",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "q3", "questionText": "Which event was foundational in the creation and expansion of the field of Artificial Intelligence?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "a", "answerText": "Turing Test",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "b", "answerText": "Dartmouth Summer Research Project",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "c", "answerText": "AI Winter",
"isCorrect": "false" "isCorrect": "false"
} }
] ]

Loading…
Cancel
Save