Files
freeCodeCamp/curriculum/challenges/_meta/responsive-web-design-projects/meta.json
Nicholas Carrigan (he/him) 8372623f69 chore(curriculum): fix + test curriculum order (#44366)
* chore(tools): test curriculum order

* chore: update orders

* fix(tests): temporarily ignore cert super

The Relational Databases cert being 'upcomingChanges' is breaking
the tests.

* fix: graphql query here

* fix: use only one meta

* chore: remove unnecessary superOrders

* chore: zero-based indexing

* fix: update mock

* refactor: remove unused fixture

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-12-06 16:55:13 +00:00

33 lines
701 B
JSON

{
"name": "Responsive Web Design Projects",
"isUpcomingChange": false,
"dashedName": "responsive-web-design-projects",
"order": 7,
"time": "150 hours",
"template": "",
"required": [],
"superBlock": "responsive-web-design",
"superOrder": 0,
"challengeOrder": [
[
"bd7158d8c442eddfaeb5bd18",
"Build a Tribute Page"
],
[
"587d78af367417b2b2512b03",
"Build a Survey Form"
],
[
"587d78af367417b2b2512b04",
"Build a Product Landing Page"
],
[
"587d78b0367417b2b2512b05",
"Build a Technical Documentation Page"
],
[
"bd7158d8c242eddfaeb5bd13",
"Build a Personal Portfolio Webpage"
]
]}