From 420bdf116afa998e80efec21e50585d3cb5b6de2 Mon Sep 17 00:00:00 2001 From: Tom Pradat Date: Mon, 15 Feb 2021 18:51:56 +0100 Subject: [PATCH 01/36] hello-world --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index fea77ebcc2..34fefbd6e2 100644 --- a/config.json +++ b/config.json @@ -155,7 +155,7 @@ "name": "Hello World", "uuid": "9ce0f408-6d7b-4466-a390-75aeaf9492f2", "practices": [], - "prerequisites": [], + "prerequisites": ["basics"], "difficulty": 1, "topics": [ "conditionals", From 03ce36aa12dfffcc66f2b3d2722ec2e81191412e Mon Sep 17 00:00:00 2001 From: Tom Pradat Date: Mon, 15 Feb 2021 19:30:44 +0100 Subject: [PATCH 02/36] two-fer --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 34fefbd6e2..4cbecca756 100644 --- a/config.json +++ b/config.json @@ -169,7 +169,7 @@ "name": "Two Fer", "uuid": "7f49e997-4435-4f34-a020-bddc92c838ed", "practices": [], - "prerequisites": [], + "prerequisites": ["strings", "functions"], "difficulty": 1, "topics": ["optional_values", "strings", "text_formatting"] }, From 9c36cec81e761ed646b3b225433a6192ca4a78f0 Mon Sep 17 00:00:00 2001 From: Tom Pradat Date: Wed, 17 Feb 2021 19:09:42 +0100 Subject: [PATCH 03/36] resistor-color --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 4cbecca756..b14861b5fa 100644 --- a/config.json +++ b/config.json @@ -178,7 +178,7 @@ "name": "Resistor Color", "uuid": "53be6837-c224-45f1-bff3-d7f74d6285ce", "practices": [], - "prerequisites": [], + "prerequisites": ["arrays"], "difficulty": 1, "topics": ["arrays", "strings"] }, From a776dc75da85d19a47078ee275c6f4f5ef2a2bfb Mon Sep 17 00:00:00 2001 From: Tom Pradat Date: Wed, 17 Feb 2021 19:23:35 +0100 Subject: [PATCH 04/36] resistor-color-duo --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index b14861b5fa..e393fed6b9 100644 --- a/config.json +++ b/config.json @@ -187,7 +187,7 @@ "name": "Resistor Color Duo", "uuid": "de800041-3dcc-41b9-b101-7314ff685c93", "practices": [], - "prerequisites": [], + "prerequisites": ["arrays"], "difficulty": 2, "topics": ["strings", "arrays"] }, From 558d266c55cf657b8ed87d3b0ace8eec18cb523c Mon Sep 17 00:00:00 2001 From: Tom Pradat Date: Wed, 17 Feb 2021 19:38:36 +0100 Subject: [PATCH 05/36] gigasecond --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index e393fed6b9..799746bb7b 100644 --- a/config.json +++ b/config.json @@ -196,7 +196,7 @@ "name": "Gigasecond", "uuid": "fd7b62d4-266b-4e84-a526-bf3d47901216", "practices": [], - "prerequisites": [], + "prerequisites": ["dates"], "difficulty": 1, "topics": ["time"] }, From 4042c80174b8071d90f404c213f7e203b83e4f4a Mon Sep 17 00:00:00 2001 From: Tom Pradat Date: Wed, 17 Feb 2021 19:45:22 +0100 Subject: [PATCH 06/36] rna-transcription --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 799746bb7b..264ecf2345 100644 --- a/config.json +++ b/config.json @@ -205,7 +205,7 @@ "name": "Rna Transcription", "uuid": "342974d6-9083-4754-a6c5-ed1e19e40ec5", "practices": [], - "prerequisites": [], + "prerequisites": ["strings", "arrays", "objects"], "difficulty": 2, "topics": ["strings", "transforming"] }, From 9f314ff47fc2b59a9d5ee55af94df49c47a4c8ca Mon Sep 17 00:00:00 2001 From: Tom Pradat Date: Wed, 17 Feb 2021 20:05:39 +0100 Subject: [PATCH 07/36] space-age --- config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 264ecf2345..136ce7d296 100644 --- a/config.json +++ b/config.json @@ -213,8 +213,11 @@ "slug": "space-age", "name": "Space Age", "uuid": "d9d757ed-ebe6-4d4a-aa73-f6834221cd54", +<<<<<<< HEAD "practices": [], - "prerequisites": [], +======= + "prerequisites": ["objects", "numbers"], +>>>>>>> space-age "difficulty": 2, "topics": ["floating_point_numbers"] }, From 1be186a08642c67190079e3d9ce099f621e7597f Mon Sep 17 00:00:00 2001 From: Tom Pradat Date: Wed, 17 Feb 2021 22:09:47 +0100 Subject: [PATCH 08/36] pangram --- config.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/config.json b/config.json index 136ce7d296..0b0cdd8d30 100644 --- a/config.json +++ b/config.json @@ -213,11 +213,8 @@ "slug": "space-age", "name": "Space Age", "uuid": "d9d757ed-ebe6-4d4a-aa73-f6834221cd54", -<<<<<<< HEAD "practices": [], -======= "prerequisites": ["objects", "numbers"], ->>>>>>> space-age "difficulty": 2, "topics": ["floating_point_numbers"] }, From d36e968d0daa50af2842cdf4af4a01ba2c37ce4a Mon Sep 17 00:00:00 2001 From: Tom Pradat Date: Wed, 17 Feb 2021 22:17:52 +0100 Subject: [PATCH 09/36] matrix --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 0b0cdd8d30..7a19fb3382 100644 --- a/config.json +++ b/config.json @@ -240,7 +240,7 @@ "name": "Matrix", "uuid": "dd0b5e67-81f6-437e-8334-2ec0dfeb862a", "practices": [], - "prerequisites": [], + "prerequisites": ["strings", "arrays", "classes"], "difficulty": 3, "topics": [ "arrays", From e665f5cd17216ff112b88dc82ae5a140528811ba Mon Sep 17 00:00:00 2001 From: Tom Pradat Date: Wed, 17 Feb 2021 22:49:41 +0100 Subject: [PATCH 10/36] bob --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 7a19fb3382..c328146a39 100644 --- a/config.json +++ b/config.json @@ -255,7 +255,7 @@ "name": "Bob", "uuid": "a5bf36f0-5d3c-41d4-8d54-e37e484e59cd", "practices": [], - "prerequisites": [], + "prerequisites": ["strings", "booleans", "regexps"], "difficulty": 4, "topics": [ "conditionals", From 6c446a660f2da481d8f3239380bdd784bde6301d Mon Sep 17 00:00:00 2001 From: Tom Pradat Date: Wed, 17 Feb 2021 23:16:14 +0100 Subject: [PATCH 11/36] pascals-triangle --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index c328146a39..095f62ba4f 100644 --- a/config.json +++ b/config.json @@ -270,7 +270,7 @@ "name": "Pascals Triangle", "uuid": "99493160-4673-402f-acda-62db5378148d", "practices": [], - "prerequisites": [], + "prerequisites": ["arrays", "for-loops"], "difficulty": 4, "topics": [ "conditionals", From 4b4a3ef55c1510ade9bfe585df88b5e613b3f1f2 Mon Sep 17 00:00:00 2001 From: Tom Pradat Date: Thu, 18 Feb 2021 22:42:57 +0100 Subject: [PATCH 12/36] linked-list --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 095f62ba4f..9b52a05dc2 100644 --- a/config.json +++ b/config.json @@ -285,7 +285,7 @@ "name": "Linked List", "uuid": "ec60a578-8889-46a1-b7b8-306dbd8551d5", "practices": [], - "prerequisites": [], + "prerequisites": ["classes", "while-loops"], "difficulty": 5, "topics": [ "algorithms", From 16907df664296d4d7df5ba1fa022009c983c16d2 Mon Sep 17 00:00:00 2001 From: Tom Pradat Date: Sun, 21 Feb 2021 21:35:04 +0100 Subject: [PATCH 13/36] grade-school --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 9b52a05dc2..75dfe8e3f4 100644 --- a/config.json +++ b/config.json @@ -302,7 +302,7 @@ "name": "Grade School", "uuid": "64637322-33bc-401f-8cec-1f9810a41f75", "practices": [], - "prerequisites": [], + "prerequisites": ["classes", "objects", "arrays"], "difficulty": 5, "topics": ["arrays", "maps", "sorting"] }, From 05e4a39ff1f7fe929ab05192c4642c2470dfe01d Mon Sep 17 00:00:00 2001 From: Tom Pradat Date: Sun, 21 Feb 2021 22:31:01 +0100 Subject: [PATCH 14/36] list-ops --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 75dfe8e3f4..3eefde79b6 100644 --- a/config.json +++ b/config.json @@ -311,7 +311,7 @@ "name": "List Ops", "uuid": "7d9db056-5398-41b6-af3b-9707f5eb0dbc", "practices": [], - "prerequisites": [], + "prerequisites": ["classes", "arrays", "functions"], "difficulty": 6, "topics": ["data_structures", "loops", "lists", "recursion"] }, From 4c317750a95e816dc224d2722b5acce63db773fd Mon Sep 17 00:00:00 2001 From: Tom Pradat Date: Mon, 22 Feb 2021 22:28:08 +0100 Subject: [PATCH 15/36] robot-name --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 3eefde79b6..e0bf5cfdfe 100644 --- a/config.json +++ b/config.json @@ -320,7 +320,7 @@ "name": "Robot Name", "uuid": "03f4dfea-e6db-4754-b2c8-ca06c8b81ef1", "practices": [], - "prerequisites": [], + "prerequisites": ["classes", "arrays", "strings"], "difficulty": 6, "topics": [ "conditionals", From c0515e66d1b0529e141fccc289b199fdb270bed1 Mon Sep 17 00:00:00 2001 From: Tom Pradat Date: Tue, 2 Mar 2021 21:39:46 +0100 Subject: [PATCH 16/36] reverse-string --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index e0bf5cfdfe..6be43a3e97 100644 --- a/config.json +++ b/config.json @@ -394,7 +394,7 @@ "name": "Reverse String", "uuid": "e84c97eb-dbec-487c-b99f-ae9924e16293", "practices": [], - "prerequisites": [], + "prerequisites": ["strings", "arrays"], "difficulty": 2, "topics": ["loops", "strings"] }, From 4063e08712656113abce1383bc8eab200443e2ea Mon Sep 17 00:00:00 2001 From: Tom Pradat Date: Tue, 2 Mar 2021 21:45:58 +0100 Subject: [PATCH 17/36] leap --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 6be43a3e97..23b28b1fad 100644 --- a/config.json +++ b/config.json @@ -385,7 +385,7 @@ "name": "Leap", "uuid": "7c8294ee-5924-4bf8-a72f-31d0e2d7d9a0", "practices": [], - "prerequisites": [], + "prerequisites": ["numbers"], "difficulty": 1, "topics": ["booleans", "integers", "logic"] }, From 7264a3abc796cdd0841c31931849e4b473455d4d Mon Sep 17 00:00:00 2001 From: Tom Pradat Date: Tue, 2 Mar 2021 22:20:20 +0100 Subject: [PATCH 18/36] simple-cipher --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 23b28b1fad..0699df9503 100644 --- a/config.json +++ b/config.json @@ -335,7 +335,7 @@ "name": "Simple Cipher", "uuid": "62d60b42-93bc-4de9-90d1-1ca18a847812", "practices": [], - "prerequisites": [], + "prerequisites": ["strings", "arrays", "classes", "numbers"], "difficulty": 6, "topics": [ "algorithms", From 60015f733c976dab54b87470f11e9d64a810c4af Mon Sep 17 00:00:00 2001 From: Tom Pradat Date: Sun, 28 Mar 2021 22:38:34 +0200 Subject: [PATCH 19/36] wordy --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 0699df9503..14bb18c5b1 100644 --- a/config.json +++ b/config.json @@ -352,7 +352,7 @@ "name": "Wordy", "uuid": "9131bdb8-2e0f-4526-b113-8a77712e7216", "practices": [], - "prerequisites": [], + "prerequisites": ["strings", "regexps", "errors"], "difficulty": 7, "topics": [ "conditionals", From b26fef63d6aacda26d3af5cc87e0fce8fc8045ae Mon Sep 17 00:00:00 2001 From: Tom Pradat Date: Thu, 1 Apr 2021 21:17:50 +0200 Subject: [PATCH 20/36] secret-handshake --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 14bb18c5b1..06e348ea5f 100644 --- a/config.json +++ b/config.json @@ -369,7 +369,7 @@ "name": "Secret Handshake", "uuid": "74bbc9e3-edc5-41e0-84d7-5b2d98dd8370", "practices": [], - "prerequisites": [], + "prerequisites": ["bit-manipulation", "array-analysis"], "difficulty": 6, "topics": [ "algorithms", From 95167db3f42375706ac06c3609ec6582b6969145 Mon Sep 17 00:00:00 2001 From: Tom Pradat Date: Thu, 1 Apr 2021 21:24:28 +0200 Subject: [PATCH 21/36] fixup! two-fer --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 06e348ea5f..55c9702757 100644 --- a/config.json +++ b/config.json @@ -169,7 +169,7 @@ "name": "Two Fer", "uuid": "7f49e997-4435-4f34-a020-bddc92c838ed", "practices": [], - "prerequisites": ["strings", "functions"], + "prerequisites": ["strings", "functions", "default-value", "optional-parameters"], "difficulty": 1, "topics": ["optional_values", "strings", "text_formatting"] }, From cc8398a67faf1b5b98872ec8aa8d2188e6d34c88 Mon Sep 17 00:00:00 2001 From: Tom Pradat Date: Thu, 1 Apr 2021 21:30:29 +0200 Subject: [PATCH 22/36] fixup! gigasecond --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 55c9702757..5c6c419f20 100644 --- a/config.json +++ b/config.json @@ -196,7 +196,7 @@ "name": "Gigasecond", "uuid": "fd7b62d4-266b-4e84-a526-bf3d47901216", "practices": [], - "prerequisites": ["dates"], + "prerequisites": ["dates", "immutability", "type-conversion"], "difficulty": 1, "topics": ["time"] }, From a08356bac2634b3f9f107954c219bf8294799934 Mon Sep 17 00:00:00 2001 From: Tom Pradat Date: Thu, 1 Apr 2021 21:41:24 +0200 Subject: [PATCH 23/36] fixup! bob --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 5c6c419f20..6eb732676c 100644 --- a/config.json +++ b/config.json @@ -255,7 +255,7 @@ "name": "Bob", "uuid": "a5bf36f0-5d3c-41d4-8d54-e37e484e59cd", "practices": [], - "prerequisites": ["strings", "booleans", "regexps"], + "prerequisites": ["strings", "booleans", "regular-expressions"], "difficulty": 4, "topics": [ "conditionals", From 7ba9deecaf6e7e63578d106385765ed66ab4fb96 Mon Sep 17 00:00:00 2001 From: Tom Pradat Date: Thu, 1 Apr 2021 21:42:18 +0200 Subject: [PATCH 24/36] fixup! wordy --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 6eb732676c..3f822db916 100644 --- a/config.json +++ b/config.json @@ -352,7 +352,7 @@ "name": "Wordy", "uuid": "9131bdb8-2e0f-4526-b113-8a77712e7216", "practices": [], - "prerequisites": ["strings", "regexps", "errors"], + "prerequisites": ["strings", "regular-expressions", "errors"], "difficulty": 7, "topics": [ "conditionals", From bb45166782c24b0158498a212a87dd0862430802 Mon Sep 17 00:00:00 2001 From: Tom Pradat Date: Thu, 1 Apr 2021 21:46:31 +0200 Subject: [PATCH 25/36] fixup! grade-school --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 3f822db916..f7fa95e341 100644 --- a/config.json +++ b/config.json @@ -302,7 +302,7 @@ "name": "Grade School", "uuid": "64637322-33bc-401f-8cec-1f9810a41f75", "practices": [], - "prerequisites": ["classes", "objects", "arrays"], + "prerequisites": ["classes", "objects", "arrays", "immutability"], "difficulty": 5, "topics": ["arrays", "maps", "sorting"] }, From 525b0354464f125db86fbdddeb59df4fb392a926 Mon Sep 17 00:00:00 2001 From: Tom Pradat Date: Thu, 1 Apr 2021 22:07:12 +0200 Subject: [PATCH 26/36] fixup! simple-cipher --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index f7fa95e341..fca1c50478 100644 --- a/config.json +++ b/config.json @@ -335,7 +335,7 @@ "name": "Simple Cipher", "uuid": "62d60b42-93bc-4de9-90d1-1ca18a847812", "practices": [], - "prerequisites": ["strings", "arrays", "classes", "numbers"], + "prerequisites": ["strings", "arrays", "classes", "numbers", "codepoints"], "difficulty": 6, "topics": [ "algorithms", From 91e1fbd6156c0c23e8d073b77cb55a6c831f75c0 Mon Sep 17 00:00:00 2001 From: Tom Pradat Date: Thu, 1 Apr 2021 22:28:29 +0200 Subject: [PATCH 27/36] fixup! resistor-color-duo --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index fca1c50478..6d375c347b 100644 --- a/config.json +++ b/config.json @@ -187,7 +187,7 @@ "name": "Resistor Color Duo", "uuid": "de800041-3dcc-41b9-b101-7314ff685c93", "practices": [], - "prerequisites": ["arrays"], + "prerequisites": ["array-transformations"], "difficulty": 2, "topics": ["strings", "arrays"] }, From 6827c168db043282d8cb61fa0fbd8f21b49f2a73 Mon Sep 17 00:00:00 2001 From: Tom Pradat Date: Thu, 1 Apr 2021 22:29:41 +0200 Subject: [PATCH 28/36] fixup! resistor-color --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 6d375c347b..48185a52bb 100644 --- a/config.json +++ b/config.json @@ -178,7 +178,7 @@ "name": "Resistor Color", "uuid": "53be6837-c224-45f1-bff3-d7f74d6285ce", "practices": [], - "prerequisites": ["arrays"], + "prerequisites": ["arrays", "array-analysis"], "difficulty": 1, "topics": ["arrays", "strings"] }, From 48098fbcd8c03b065882a6fda6a91a4a0d9c1b0f Mon Sep 17 00:00:00 2001 From: Tom Pradat Date: Thu, 1 Apr 2021 22:31:21 +0200 Subject: [PATCH 29/36] fixup! matrix --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 48185a52bb..c77c23bbd3 100644 --- a/config.json +++ b/config.json @@ -240,7 +240,7 @@ "name": "Matrix", "uuid": "dd0b5e67-81f6-437e-8334-2ec0dfeb862a", "practices": [], - "prerequisites": ["strings", "arrays", "classes"], + "prerequisites": ["strings", "arrays", "classes", "array-transformations"], "difficulty": 3, "topics": [ "arrays", From 48edcaa4beadcfe96ad7e210ae3c3486f1219d2b Mon Sep 17 00:00:00 2001 From: Tom Pradat Date: Thu, 1 Apr 2021 22:37:18 +0200 Subject: [PATCH 30/36] fixup! reverse-string --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index c77c23bbd3..71ae2e8b3f 100644 --- a/config.json +++ b/config.json @@ -394,7 +394,7 @@ "name": "Reverse String", "uuid": "e84c97eb-dbec-487c-b99f-ae9924e16293", "practices": [], - "prerequisites": ["strings", "arrays"], + "prerequisites": ["strings", "array-transformation"], "difficulty": 2, "topics": ["loops", "strings"] }, From f060eb8d9b21640df5a8051711f042e6efe6f00b Mon Sep 17 00:00:00 2001 From: Tom Pradat Date: Thu, 1 Apr 2021 22:41:42 +0200 Subject: [PATCH 31/36] fixup! simple-cipher --- config.json | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index 71ae2e8b3f..c79fc65f63 100644 --- a/config.json +++ b/config.json @@ -169,7 +169,12 @@ "name": "Two Fer", "uuid": "7f49e997-4435-4f34-a020-bddc92c838ed", "practices": [], - "prerequisites": ["strings", "functions", "default-value", "optional-parameters"], + "prerequisites": [ + "strings", + "functions", + "default-value", + "optional-parameters" + ], "difficulty": 1, "topics": ["optional_values", "strings", "text_formatting"] }, @@ -240,7 +245,12 @@ "name": "Matrix", "uuid": "dd0b5e67-81f6-437e-8334-2ec0dfeb862a", "practices": [], - "prerequisites": ["strings", "arrays", "classes", "array-transformations"], + "prerequisites": [ + "strings", + "arrays", + "classes", + "array-transformations" + ], "difficulty": 3, "topics": [ "arrays", @@ -335,7 +345,13 @@ "name": "Simple Cipher", "uuid": "62d60b42-93bc-4de9-90d1-1ca18a847812", "practices": [], - "prerequisites": ["strings", "arrays", "classes", "numbers", "codepoints"], + "prerequisites": [ + "strings", + "arrays", + "classes", + "numbers", + "codepoints" + ], "difficulty": 6, "topics": [ "algorithms", From 879d0cf17bca7c8d350a3298bb3446cc3b99c542 Mon Sep 17 00:00:00 2001 From: Tom Pradat Date: Thu, 8 Apr 2021 21:19:33 +0200 Subject: [PATCH 32/36] fixup! rna-transcription --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index c79fc65f63..712b177604 100644 --- a/config.json +++ b/config.json @@ -210,7 +210,7 @@ "name": "Rna Transcription", "uuid": "342974d6-9083-4754-a6c5-ed1e19e40ec5", "practices": [], - "prerequisites": ["strings", "arrays", "objects"], + "prerequisites": ["strings", "array-transformations", "objects"], "difficulty": 2, "topics": ["strings", "transforming"] }, From 76a2183af61c374ebe5e0b0ebad9097e827379cc Mon Sep 17 00:00:00 2001 From: Tom Pradat Date: Thu, 8 Apr 2021 21:26:06 +0200 Subject: [PATCH 33/36] pangram --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 712b177604..793d5b3dcf 100644 --- a/config.json +++ b/config.json @@ -228,7 +228,7 @@ "name": "Pangram", "uuid": "da5b2b34-a1a7-4970-81f9-4665d875398b", "practices": [], - "prerequisites": [], + "prerequisites": ["strings", "array-analysis"], "difficulty": 2, "topics": [ "algorithms", From 5e1022be04fe9032abfd399ff6cb314e3e3c7a04 Mon Sep 17 00:00:00 2001 From: Tom Pradat Date: Thu, 8 Apr 2021 21:45:00 +0200 Subject: [PATCH 34/36] fixup robot-name --- config.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 793d5b3dcf..76fdaceebf 100644 --- a/config.json +++ b/config.json @@ -330,7 +330,13 @@ "name": "Robot Name", "uuid": "03f4dfea-e6db-4754-b2c8-ca06c8b81ef1", "practices": [], - "prerequisites": ["classes", "arrays", "strings"], + "prerequisites": [ + "classes", + "arrays", + "strings", + "randomness", + "codepoints" + ], "difficulty": 6, "topics": [ "conditionals", From 05346d2f9d2fadb85dfec8fb16c3571b8ccd6668 Mon Sep 17 00:00:00 2001 From: Tom Pradat Date: Thu, 8 Apr 2021 21:46:30 +0200 Subject: [PATCH 35/36] simple-cipher --- config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 76fdaceebf..a2f10c00ca 100644 --- a/config.json +++ b/config.json @@ -356,7 +356,8 @@ "arrays", "classes", "numbers", - "codepoints" + "codepoints", + "randomness" ], "difficulty": 6, "topics": [ From 4a814d387aad3dd60d076d38190fdc7011a0ac17 Mon Sep 17 00:00:00 2001 From: Derk-Jan Karrenbeld Date: Thu, 8 Apr 2021 22:36:43 +0200 Subject: [PATCH 36/36] Update config.json --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index a2f10c00ca..cfca86f516 100644 --- a/config.json +++ b/config.json @@ -155,7 +155,7 @@ "name": "Hello World", "uuid": "9ce0f408-6d7b-4466-a390-75aeaf9492f2", "practices": [], - "prerequisites": ["basics"], + "prerequisites": [], "difficulty": 1, "topics": [ "conditionals",