Skip to content

Commit

Permalink
Add 'math' topic to relevant exercises in track config
Browse files Browse the repository at this point in the history
The new site lets people filter optional exercises by topic, and this
makes it easy for people to skip past them.

This is important since the math-y exercises are not key to learning
the language, and a lot of people find them intimidating and demotivating.

This updates any 'mathematics' topics to be 'math' since it's shorter
and won't get cropped in the UI.

It also removes the math topics for any exercises that are not in the
canonical math-y list.
  • Loading branch information
Katrina Owen committed Aug 4, 2018
1 parent 0230fe5 commit 84e41a9
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"unlocked_by": null,
"difficulty": 2,
"topics": [
"mathematics"
"math"
]
},
{
Expand Down Expand Up @@ -121,7 +121,6 @@
"unlocked_by": null,
"difficulty": 3,
"topics": [
"arithmetic",
"floats"
]
},
Expand All @@ -131,9 +130,7 @@
"core": false,
"unlocked_by": null,
"difficulty": 3,
"topics": [
"mathematics"
]
"topics": []
},
{
"slug": "pangram",
Expand Down Expand Up @@ -162,7 +159,7 @@
"unlocked_by": null,
"difficulty": 4,
"topics": [
"mathematics"
"math"
]
},
{
Expand All @@ -181,9 +178,7 @@
"core": false,
"unlocked_by": null,
"difficulty": 4,
"topics": [
"arithmetic"
]
"topics": []
},
{
"slug": "binary-search",
Expand Down Expand Up @@ -257,7 +252,7 @@
"difficulty": 5,
"topics": [
"algorithms",
"mathematics"
"math"
]
},
{
Expand All @@ -277,7 +272,7 @@
"unlocked_by": null,
"difficulty": 6,
"topics": [
"arithmetic"
"math"
]
},
{
Expand Down

0 comments on commit 84e41a9

Please sign in to comment.