From 103d27fad57dee35c957e6f986baa21c9e2a1c06 Mon Sep 17 00:00:00 2001 From: GalAbra Date: Sun, 13 Oct 2024 17:42:54 +0300 Subject: [PATCH 1/3] Added prerequisites for the "darts" exercise --- config.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index e2a25ba98a..1301a5d9d5 100644 --- a/config.json +++ b/config.json @@ -2225,7 +2225,12 @@ "name": "Darts", "uuid": "6c64649b-ea81-4118-9e74-a0a55018ffbc", "practices": [], - "prerequisites": [], + "prerequisites": [ + "arithmetic-operators", + "comparison", + "conditionals", + "numbers" + ], "difficulty": 3 }, { From f2604ab41bfece60c094c5ea78f8bb45c593fc14 Mon Sep 17 00:00:00 2001 From: GalAbra Date: Sun, 13 Oct 2024 17:47:50 +0300 Subject: [PATCH 2/3] Added practice to the "darts" exercise --- config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 1301a5d9d5..05b403c7d3 100644 --- a/config.json +++ b/config.json @@ -2224,7 +2224,9 @@ "slug": "darts", "name": "Darts", "uuid": "6c64649b-ea81-4118-9e74-a0a55018ffbc", - "practices": [], + "practices": [ + "math" + ], "prerequisites": [ "arithmetic-operators", "comparison", From ad6687437ffa10b5eb27841ec07cfa457f9ca5f7 Mon Sep 17 00:00:00 2001 From: GalAbra Date: Thu, 17 Oct 2024 17:33:47 +0300 Subject: [PATCH 3/3] Reverted "practices" so it's empty --- config.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config.json b/config.json index 05b403c7d3..1301a5d9d5 100644 --- a/config.json +++ b/config.json @@ -2224,9 +2224,7 @@ "slug": "darts", "name": "Darts", "uuid": "6c64649b-ea81-4118-9e74-a0a55018ffbc", - "practices": [ - "math" - ], + "practices": [], "prerequisites": [ "arithmetic-operators", "comparison",