mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-20 16:00:53 -04:00
* feat: add exam environment * fix: cypress * fix: lint-ts * fix: lint-js * fix: codefactor * fix: don't translate comments from new JS spreadsheet * fix: more tests * fix: challenge schema * fix: external curriculum test? * fix: add more comments
17 lines
358 B
JSON
17 lines
358 B
JSON
{
|
|
"name": "Example Certification Exam",
|
|
"isUpcomingChange": true,
|
|
"dashedName": "example-certification-exam",
|
|
"helpCategory": "HTML-CSS",
|
|
"order": 0,
|
|
"time": "2 hours",
|
|
"template": "",
|
|
"required": [],
|
|
"superBlock": "example-certification",
|
|
"challengeOrder": [
|
|
[
|
|
"645147516c245de4d11eb7ba",
|
|
"Certification Exam"
|
|
]
|
|
]}
|