From 146793cfaad44b45232d77241b0d59aab9fc9bbb Mon Sep 17 00:00:00 2001 From: Ornella Altunyan <44654695+ornellaalt@users.noreply.github.com> Date: Thu, 10 Jun 2021 17:11:48 -0700 Subject: [PATCH] Add history post quiz --- quiz-app/src/assets/translations/en.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/quiz-app/src/assets/translations/en.json b/quiz-app/src/assets/translations/en.json index e61a934d0..af6624646 100644 --- a/quiz-app/src/assets/translations/en.json +++ b/quiz-app/src/assets/translations/en.json @@ -172,52 +172,52 @@ "title": "History of Machine Learning: Post-Lecture Quiz", "quiz": [ { - "questionText": "q1", + "questionText": "What's an example of a 'scruffy' AI system?", "answerOptions": [ { - "answerText": "a", + "answerText": "ELIZA", "isCorrect": "true" }, { - "answerText": "b", + "answerText": "HACKML", "isCorrect": "false" }, { - "answerText": "c", + "answerText": "SSYSTEM", "isCorrect": "false" } ] }, { - "questionText": "q2", + "questionText": "What is an example of a technology that was developed during 'The Golden Years'?", "answerOptions": [ { - "answerText": "a", + "answerText": "Blocks world", "isCorrect": "true" }, { - "answerText": "b", + "answerText": "Jibo", "isCorrect": "false" }, { - "answerText": "b", + "answerText": "Robot dogs", "isCorrect": "false" } ] }, { - "questionText": "q3", + "questionText": "Which event was foundational in the creation and expansion of the field of Artificial Intelligence?", "answerOptions": [ { - "answerText": "a", + "answerText": "Turing Test", "isCorrect": "false" }, { - "answerText": "b", + "answerText": "Dartmouth Summer Research Project", "isCorrect": "true" }, { - "answerText": "c", + "answerText": "AI Winter", "isCorrect": "false" } ]