From cd7535c87d85ba62b46f0bbd892533c151bd91b8 Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Thu, 20 May 2021 13:10:35 -0400 Subject: [PATCH] not numbering lessons as they may switch up --- quiz-app/src/assets/translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quiz-app/src/assets/translations/en.json b/quiz-app/src/assets/translations/en.json index ac43dd23..fd1779ff 100644 --- a/quiz-app/src/assets/translations/en.json +++ b/quiz-app/src/assets/translations/en.json @@ -324,7 +324,7 @@ }, { "id": 7, - "title": "Lesson 7 - Get started with Python and Scikit-Learn for Regression models: Pre-Lecture Quiz", + "title": "Get started with Python and Scikit-Learn for Regression models: Pre-Lecture Quiz", "quiz": [ { "questionText": "Which of these variables is a numeric variable?", @@ -381,7 +381,7 @@ }, { "id": 8, - "title": "Lesson 8 - Get started with Python and Scikit-Learn for Regression models: Post-Lecture Quiz", + "title": "Get started with Python and Scikit-Learn for Regression models: Post-Lecture Quiz", "quiz": [ { "questionText": "If your Machine Learning model's training accuracy is 95 % and the testing accuracy is 30 %, then what type of condition it is called?",