freeCodeCamp/curriculum/math-challenges/33-geometry/classifying-triangles.json

71 lines
1.2 KiB
JSON

{
"name": "Classifying Triangles",
"order": 12,
"challenges": [
{
"id": "59a5801209a6acac5983b503",
"title": "Classify Triangles",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a311",
"title": "Classify Triangles by Angle Measurement",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a312",
"title": "Classify Triangles by Side Measurement",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a313",
"title": "Isosceles Triangles",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a314",
"title": "Equilateral Triangles",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
}
]
}