Files
freeCodeCamp/curriculum/challenges/_meta/learn-linear-functions/meta.json
Tom d02bb663c4 refactor(curriculum): move helpCategory to block meta.json file (#50265)
* refactor: move helpCategory to block meta

* fix: test?
2023-05-04 08:46:58 +02:00

25 lines
486 B
JSON

{
"name": "Learn Linear Functions",
"isUpcomingChange": false,
"dashedName": "learn-linear-functions",
"helpCategory": "Python",
"order": 4,
"time": "",
"template": "",
"required": [],
"superBlock": "college-algebra-with-python",
"challengeOrder": [
[
"6331d291b51aeedd1a2bd651",
"Slope"
],
[
"6331d28ab51aeedd1a2bd650",
"Linear Equations"
],
[
"6331d283b51aeedd1a2bd64f",
"Linear Functions: Extra"
]
]
}