freeCodeCamp/math-challenges/32-linear-equations/basic-equations.json

97 lines
1.6 KiB
JSON
Raw Normal View History

{
"name": "Basic Equations",
"order": 1,
"challenges": [
{
"id": "59a5801209a6acac5983b442",
"title": "Writing Basic Equations",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac59836481",
"title": "Sentences as Single Variable Equations",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac59836482",
"title": "Addition and Subtraction Phrases as Equations",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac59836483",
"title": "Multiplication and Division Phrases as Equations",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac59836484",
"title": "Input-Output Tables",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac59836485",
"title": "Function Rules for Input-Output Tables",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac59836486",
"title": "Input-Output Tables for Function Rules",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
}
]
}