From b78a7b9c2ae65a813399f7fd38836299a5eda828 Mon Sep 17 00:00:00 2001 From: Ornella Altunyan <44654695+ornellaalt@users.noreply.github.com> Date: Thu, 10 Jun 2021 16:40:30 -0700 Subject: [PATCH] add history pre quiz --- quiz-app/src/assets/translations/en.json | 38 ++++++++++++++---------- 1 file changed, 23 insertions(+), 15 deletions(-) diff --git a/quiz-app/src/assets/translations/en.json b/quiz-app/src/assets/translations/en.json index 96acf6081..e61a934d0 100644 --- a/quiz-app/src/assets/translations/en.json +++ b/quiz-app/src/assets/translations/en.json @@ -115,48 +115,52 @@ "title": "History of Machine Learning: Pre-Lecture Quiz", "quiz": [ { - "questionText": "q1", + "questionText": "Approximately when was the term 'artificial intelligence' coined?", "answerOptions": [ { - "answerText": "a", + "answerText": "1980s", "isCorrect": "false" }, { - "answerText": "b", + "answerText": "1950s", "isCorrect": "true" }, { - "answerText": "c", + "answerText": "1930s", "isCorrect": "false" } ] }, { - "questionText": "q2", + "questionText": "Who was one of the early pioneers of machine learning?", "answerOptions": [ { - "answerText": "a", + "answerText": "Alan Turing", "isCorrect": "true" }, { - "answerText": "b", + "answerText": "Bill Gates", + "isCorrect": "false" + }, + { + "answerText": "Shakey the robot", "isCorrect": "false" } ] }, { - "questionText": "q3", + "questionText": "What is one of the reasons that advancement in AI slowed in the 1970s?", "answerOptions": [ { - "answerText": "a", - "isCorrect": "false" + "answerText": "Limited compute power", + "isCorrect": "true" }, { - "answerText": "b", - "isCorrect": "true" + "answerText": "Not enough skilled engineers", + "isCorrect": "false" }, { - "answerText": "c", + "answerText": "Conflicts between countries", "isCorrect": "false" } ] @@ -172,11 +176,11 @@ "answerOptions": [ { "answerText": "a", - "isCorrect": "false" + "isCorrect": "true" }, { "answerText": "b", - "isCorrect": "true" + "isCorrect": "false" }, { "answerText": "c", @@ -191,6 +195,10 @@ "answerText": "a", "isCorrect": "true" }, + { + "answerText": "b", + "isCorrect": "false" + }, { "answerText": "b", "isCorrect": "false"