Skip to content

Commit 1804c5a

Browse files
Dario-DCmoT01
andauthored
chore(curriculum): convert survey form into lab (freeCodeCamp#55701)
Co-authored-by: moT01 <[email protected]>
1 parent 2528668 commit 1804c5a

File tree

4 files changed

+625
-1
lines changed

4 files changed

+625
-1
lines changed

client/i18n/locales/english/intro.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1738,7 +1738,10 @@
17381738
"pwwg": { "title": "15", "intro": [] },
17391739
"cfgp": { "title": "16", "intro": [] },
17401740
"gesh": { "title": "17", "intro": [] },
1741-
"cqha": { "title": "18", "intro": [] },
1741+
"lab-survey-form": {
1742+
"title": "Build a Survey Form",
1743+
"intro": ["For this lab, you will create a survey form."]
1744+
},
17421745
"wgot": { "title": "19", "intro": [] },
17431746
"workshop-final-exams-table": {
17441747
"title": "Build a Final Exams Table",
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Introduction to the Build a Survey Form
3+
block: lab-survey-form
4+
superBlock: front-end-development
5+
---
6+
7+
## Introduction to the Build a Survey Form
8+
9+
For this lab, you will create a survey form.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "Build a Survey Form",
3+
"blockType": "lab",
4+
"isUpcomingChange": true,
5+
"usesMultifileEditor": true,
6+
"dashedName": "lab-survey-form",
7+
"order": 18,
8+
"superBlock": "front-end-development",
9+
"challengeOrder": [{ "id": "66a8e9ca371965b6ef5f2989", "title": "Build a Survey Form" }],
10+
"helpCategory": "HTML-CSS"
11+
}

0 commit comments

Comments
 (0)