Skip to content

Commit

Permalink
Changed Wordy difficulty to 3 and reorderd config.json. (#3786)
Browse files Browse the repository at this point in the history
  • Loading branch information
BethanyG authored Oct 12, 2024
1 parent 6800ddb commit d2cf34b
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -363,21 +363,6 @@
],
"difficulty": 1
},
{
"slug": "wordy",
"name": "Wordy",
"uuid": "af50bb9a-e400-49ce-966f-016c31720be1",
"practices": ["string-methods"],
"prerequisites": [
"basics",
"lists",
"loops",
"strings",
"string-methods",
"numbers"
],
"difficulty": 1
},
{
"slug": "resistor-color",
"name": "Resistor Color",
Expand Down Expand Up @@ -1210,6 +1195,21 @@
],
"difficulty": 3
},
{
"slug": "wordy",
"name": "Wordy",
"uuid": "af50bb9a-e400-49ce-966f-016c31720be1",
"practices": ["string-methods"],
"prerequisites": [
"basics",
"lists",
"loops",
"strings",
"string-methods",
"numbers"
],
"difficulty": 3
},
{
"slug": "crypto-square",
"name": "Crypto Square",
Expand Down

0 comments on commit d2cf34b

Please sign in to comment.