Skip to content

Commit

Permalink
chore(curriculum): convert survey form into lab (freeCodeCamp#55701)
Browse files Browse the repository at this point in the history
Co-authored-by: moT01 <[email protected]>
  • Loading branch information
Dario-DC and moT01 authored Aug 14, 2024
1 parent 2528668 commit 1804c5a
Show file tree
Hide file tree
Showing 4 changed files with 625 additions and 1 deletion.
5 changes: 4 additions & 1 deletion client/i18n/locales/english/intro.json
Original file line number Diff line number Diff line change
Expand Up @@ -1738,7 +1738,10 @@
"pwwg": { "title": "15", "intro": [] },
"cfgp": { "title": "16", "intro": [] },
"gesh": { "title": "17", "intro": [] },
"cqha": { "title": "18", "intro": [] },
"lab-survey-form": {
"title": "Build a Survey Form",
"intro": ["For this lab, you will create a survey form."]
},
"wgot": { "title": "19", "intro": [] },
"workshop-final-exams-table": {
"title": "Build a Final Exams Table",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Introduction to the Build a Survey Form
block: lab-survey-form
superBlock: front-end-development
---

## Introduction to the Build a Survey Form

For this lab, you will create a survey form.
11 changes: 11 additions & 0 deletions curriculum/challenges/_meta/lab-survey-form/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "Build a Survey Form",
"blockType": "lab",
"isUpcomingChange": true,
"usesMultifileEditor": true,
"dashedName": "lab-survey-form",
"order": 18,
"superBlock": "front-end-development",
"challengeOrder": [{ "id": "66a8e9ca371965b6ef5f2989", "title": "Build a Survey Form" }],
"helpCategory": "HTML-CSS"
}
Loading

0 comments on commit 1804c5a

Please sign in to comment.