Skip to content

Commit

Permalink
Remove prereqs not associated with concept exercises (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras authored Oct 3, 2023
1 parent 5060361 commit e6b4225
Showing 1 changed file with 24 additions and 115 deletions.
139 changes: 24 additions & 115 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@
"concepts": [
"strings"
],
"prerequisites": [
"basics"
],
"prerequisites": [],
"status": "wip"
},
{
Expand All @@ -54,9 +52,7 @@
"concepts": [
"booleans"
],
"prerequisites": [
"basics"
],
"prerequisites": [],
"status": "wip"
}
],
Expand All @@ -78,10 +74,7 @@
"regular-expressions",
"lambda"
],
"prerequisites": [
"regular-expressions",
"strings"
],
"prerequisites": [],
"difficulty": 1
},
{
Expand All @@ -104,11 +97,7 @@
"array-comprehension",
"booleans"
],
"prerequisites": [
"strings",
"arrays",
"booleans"
],
"prerequisites": [],
"difficulty": 1
},
{
Expand Down Expand Up @@ -149,11 +138,7 @@
"numbers",
"booleans"
],
"prerequisites": [
"arrays",
"numbers",
"booleans"
],
"prerequisites": [],
"difficulty": 1
},
{
Expand All @@ -178,11 +163,7 @@
"booleans",
"if-statements"
],
"prerequisites": [
"strings",
"booleans",
"if-statements"
],
"prerequisites": [],
"difficulty": 1
},
{
Expand All @@ -205,11 +186,7 @@
"floating-point-numbers",
"for-loops"
],
"prerequisites": [
"strings",
"arrays",
"for-loops"
],
"prerequisites": [],
"difficulty": 1
},
{
Expand All @@ -222,11 +199,7 @@
"floating-point-numbers",
"numbers"
],
"prerequisites": [
"if-statements",
"floating-point-numbers",
"numbers"
],
"prerequisites": [],
"difficulty": 1
},
{
Expand All @@ -237,9 +210,7 @@
"array-comprehension",
"lambda"
],
"prerequisites": [
"arrays"
],
"prerequisites": [],
"difficulty": 1
},
{
Expand Down Expand Up @@ -283,12 +254,7 @@
"if-statements",
"for-loops"
],
"prerequisites": [
"if-statements",
"arrays",
"strings",
"for-loops"
],
"prerequisites": [],
"difficulty": 1
},
{
Expand All @@ -304,11 +270,7 @@
"for-loops",
"pattern-matching"
],
"prerequisites": [
"strings",
"arrays",
"enums"
],
"prerequisites": [],
"difficulty": 1
},
{
Expand Down Expand Up @@ -352,11 +314,7 @@
"for-loops",
"lambda"
],
"prerequisites": [
"strings",
"exceptions",
"for-loops"
],
"prerequisites": [],
"difficulty": 1
},
{
Expand Down Expand Up @@ -386,11 +344,7 @@
"lambda",
"numbers"
],
"prerequisites": [
"regular-expressions",
"strings",
"numbers"
],
"prerequisites": [],
"difficulty": 1
},
{
Expand All @@ -416,12 +370,7 @@
"maps",
"numbers"
],
"prerequisites": [
"arrays",
"for-loops",
"maps",
"numbers"
],
"prerequisites": [],
"difficulty": 1
},
{
Expand All @@ -440,10 +389,7 @@
"practices": [
"booleans"
],
"prerequisites": [
"basics",
"booleans"
],
"prerequisites": [],
"difficulty": 1
},
{
Expand All @@ -467,12 +413,7 @@
"if-statements",
"numbers"
],
"prerequisites": [
"strings",
"for-loops",
"if-statements",
"numbers"
],
"prerequisites": [],
"difficulty": 1
},
{
Expand Down Expand Up @@ -560,11 +501,7 @@
"string-interpolation",
"lambda"
],
"prerequisites": [
"regular-expressions",
"strings",
"string-interpolation"
],
"prerequisites": [],
"difficulty": 1
},
{
Expand All @@ -587,15 +524,8 @@
"array-comprehension",
"for-loops"
],
"prerequisites": [
"maps",
"for-loops",
"arrays"
],
"difficulty": 1,
"topics": [
"strings"
]
"prerequisites": [],
"difficulty": 1
},
{
"slug": "proverb",
Expand All @@ -618,10 +548,7 @@
"numbers",
"booleans"
],
"prerequisites": [
"booleans",
"if-statements"
],
"prerequisites": [],
"difficulty": 1
},
{
Expand Down Expand Up @@ -711,12 +638,7 @@
"typedefs",
"booleans"
],
"prerequisites": [
"booleans",
"for-loops",
"if-statements",
"arrays"
],
"prerequisites": [],
"difficulty": 1
},
{
Expand All @@ -740,11 +662,7 @@
"booleans",
"numbers"
],
"prerequisites": [
"bit-manipulation",
"booleans",
"numbers"
],
"prerequisites": [],
"difficulty": 1
},
{
Expand Down Expand Up @@ -845,12 +763,7 @@
"string-interpolation",
"recursion"
],
"prerequisites": [
"arrays",
"for-loops",
"strings",
"string-interpolation"
],
"prerequisites": [],
"difficulty": 1
},
{
Expand All @@ -861,11 +774,7 @@
"string-interpolation",
"optional-arguments"
],
"prerequisites": [
"optional-arguments",
"string-interpolation",
"strings"
],
"prerequisites": [],
"difficulty": 1
},
{
Expand Down

0 comments on commit e6b4225

Please sign in to comment.