Files
freeCodeCamp/curriculum/challenges/_meta/css-box-model/meta.json
Oliver Eyton-Williams 22afdd1aad fix: stop modal appearing in steps (#43728)
* fix: stop showing completion modal on steps

* feat: submit steps with ctrl+enter

* fix: handle ctrl+enter when not focussing editor

* fix: reset tests when user types

* refactor: pass showCompletionModal as an option

Otherwise we have to write executeChallenge(true) which does not mean
what you might reasonably expect.

* fix: always executeChallenge when not on step

* fix: update frontend project show

* fix: handle missing payload

* refactor: isProjectStep -> hasEditableRegion

* refactor: more renaming

* fix: make meta.json control multifile editor use

* fix: update the challengeSchema correctly

* Update client/src/templates/Challenges/classic/editor.tsx

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* fix: remove logging

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2021-10-13 14:47:59 +03:00

200 lines
3.1 KiB
JSON

{
"name": "CSS Box Model",
"isUpcomingChange": true,
"usesMultifileEditor": true,
"dashedName": "css-box-model",
"order": 12,
"time": "5 hours",
"template": "",
"required": [],
"superBlock": "responsive-web-design",
"superOrder": 1,
"isBeta": true,
"challengeOrder": [
[
"60a3e3396c7b40068ad6996a",
"Part 1"
],
[
"60a3e3396c7b40068ad6996b",
"Part 2"
],
[
"60a3e3396c7b40068ad6996c",
"Part 3"
],
[
"60a3e3396c7b40068ad6996d",
"Part 4"
],
[
"60a3e3396c7b40068ad6996e",
"Part 5"
],
[
"60a3e3396c7b40068ad6996f",
"Part 6"
],
[
"60a3e3396c7b40068ad69970",
"Part 7"
],
[
"60a3e3396c7b40068ad69971",
"Part 8"
],
[
"60a3e3396c7b40068ad69972",
"Part 9"
],
[
"60a3e3396c7b40068ad69973",
"Part 10"
],
[
"60a3e3396c7b40068ad69974",
"Part 11"
],
[
"60a3e3396c7b40068ad69975",
"Part 12"
],
[
"60a3e3396c7b40068ad69976",
"Part 13"
],
[
"60a3e3396c7b40068ad69977",
"Part 14"
],
[
"60a3e3396c7b40068ad69978",
"Part 15"
],
[
"60a3e3396c7b40068ad69979",
"Part 16"
],
[
"60a3e3396c7b40068ad6997a",
"Part 17"
],
[
"60a3e3396c7b40068ad6997b",
"Part 18"
],
[
"60a3e3396c7b40068ad6997c",
"Part 19"
],
[
"60a3e3396c7b40068ad6997d",
"Part 20"
],
[
"60a3e3396c7b40068ad6997e",
"Part 21"
],
[
"60a3e3396c7b40068ad6997f",
"Part 22"
],
[
"60a3e3396c7b40068ad69980",
"Part 23"
],
[
"60a3e3396c7b40068ad69981",
"Part 24"
],
[
"60a3e3396c7b40068ad69982",
"Part 25"
],
[
"60a3e3396c7b40068ad69983",
"Part 26"
],
[
"60a3e3396c7b40068ad69984",
"Part 27"
],
[
"60a3e3396c7b40068ad69985",
"Part 28"
],
[
"60a3e3396c7b40068ad69986",
"Part 29"
],
[
"60a3e3396c7b40068ad69987",
"Part 30"
],
[
"60a3e3396c7b40068ad69988",
"Part 31"
],
[
"60a3e3396c7b40068ad69989",
"Part 32"
],
[
"60a3e3396c7b40068ad6998a",
"Part 33"
],
[
"60a3e3396c7b40068ad6998b",
"Part 34"
],
[
"60a3e3396c7b40068ad6998c",
"Part 35"
],
[
"60a3e3396c7b40068ad6998d",
"Part 36"
],
[
"60a3e3396c7b40068ad6998e",
"Part 37"
],
[
"60a3e3396c7b40068ad6998f",
"Part 38"
],
[
"60a3e3396c7b40068ad69990",
"Part 39"
],
[
"60a3e3396c7b40068ad69991",
"Part 40"
],
[
"60a3e3396c7b40068ad69992",
"Part 41"
],
[
"60a3e3396c7b40068ad69993",
"Part 42"
],
[
"60a3e3396c7b40068ad69994",
"Part 43"
],
[
"60a3e3396c7b40068ad69995",
"Part 44"
],
[
"60a3e3396c7b40068ad69996",
"Part 45"
],
[
"60a3e3396c7b40068ad69997",
"Part 46"
]
]
}