Files
freeCodeCamp/curriculum/challenges/_meta/learn-how-to-graph-systems-of-equations/meta.json
T
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

21 lines
472 B
JSON

{
"name": "Learn How to Graph Systems of Equations",
"isUpcomingChange": false,
"dashedName": "learn-how-to-graph-systems-of-equations",
"helpCategory": "Python",
"order": 7,
"time": "",
"template": "",
"required": [],
"superBlock": "college-algebra-with-python",
"challengeOrder": [
[
"6331d27db51aeedd1a2bd64e",
"Graphing Systems"
],
[
"6331d276b51aeedd1a2bd64d",
"Graphing Systems of Equations: Extra"
]
]
}