From 2275e32f710d94ff595a0dcba75ca2e07d52ad6e Mon Sep 17 00:00:00 2001 From: Ornella Altunyan <44654695+ornellaalt@users.noreply.github.com> Date: Wed, 23 Jun 2021 16:36:30 -0700 Subject: [PATCH] Reinforcement 2 pre-quiz --- quiz-app/src/assets/translations/en.json | 30 ++++++++++++------------ 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/quiz-app/src/assets/translations/en.json b/quiz-app/src/assets/translations/en.json index e992a0c6..62f285ef 100644 --- a/quiz-app/src/assets/translations/en.json +++ b/quiz-app/src/assets/translations/en.json @@ -2587,48 +2587,48 @@ "title": "Reinforcement 2: Pre-Lecture Quiz", "quiz": [ { - "questionText": "q1", + "questionText": "Chess and Go are games with continuous states.", "answerOptions": [ { - "answerText": "a", + "answerText": "true", "isCorrect": "false" }, { - "answerText": "b", + "answerText": "false", "isCorrect": "true" - }, - { - "answerText": "c", - "isCorrect": "false" } ] }, { - "questionText": "q2", + "questionText": "What is the CartPole problem?", "answerOptions": [ { - "answerText": "a", - "isCorrect": "true" + "answerText": "a process for eliminating outliers", + "isCorrect": "false" }, { - "answerText": "b", + "answerText": "a method for optimizing your shopping cart", "isCorrect": "false" + }, + { + "answerText": "a simplified version of balancing", + "isCorrect": "true" } ] }, { - "questionText": "q3", + "questionText": "What tool can we use to play out different scenarios of potential states in a game?", "answerOptions": [ { - "answerText": "a", + "answerText": "guess and check", "isCorrect": "false" }, { - "answerText": "b", + "answerText": "simulation environments", "isCorrect": "true" }, { - "answerText": "c", + "answerText": "state transition testing", "isCorrect": "false" } ]