Commit Graph

40221 Commits

Author SHA1 Message Date
Yash
209b0f01d1 fix(curriculum): remove ellipsis from Pinyin in zh-a1 challenge (#64602) 2025-12-15 11:22:59 +00:00
Oliver Eyton-Williams
001f884e21 fix(api): always use the same logic when saving challenges (#64553) 2025-12-15 13:22:19 +02:00
Oliver Eyton-Williams
6fc07e3561 refactor(client): manually generate webmanifest (#64529) 2025-12-15 11:27:02 +01:00
Huyen Nguyen
f3b6b60089 fix(client): increase font size and spacing for Chinese text (#64388) 2025-12-15 09:48:53 +01:00
l3onhard
25e292901d fix(curriculum): remove average calculations from workshop-recipe-tracker (#63758) 2025-12-14 20:43:40 -08:00
Sean
30f6f714c2 fix(curriculum): updated undefined in empty arrays lesson (#64319)
Co-authored-by: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com>
Co-authored-by: majestic-owl448 <26656284+majestic-owl448@users.noreply.github.com>
2025-12-14 19:07:54 -08:00
Jack Li
e2a0145189 fix(curriculum): add explanation for double curlies syntax in React inline styles (#64417)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2025-12-14 19:05:53 -08:00
Diem-Trang Pham
6d86b80cdd fix(curriculum): update What Is the Difference Between content-box and border-box? lesson (#64421) 2025-12-14 19:02:29 -08:00
Muhammad Ali Farooqi
8e861141dd fix(curriculum): improve explanation of chained pseudo-classes (#64489)
Co-authored-by: Ali Farooqi <ali.farooqi@kmon.net>
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2025-12-14 18:55:43 -08:00
Malte Braig
246368a086 fix(curriculum): add length check to Media Catalogue step 40 (#64594) 2025-12-14 18:22:08 -08:00
KULDEEP KUMAR
6836c5ded6 fix(curriculum): correct grammar in React state and hooks review (#64588) 2025-12-15 00:08:19 +00:00
Nielda Karla
0cd88a07f8 feat(curriculum): release A1 Spanish (#64519)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2025-12-14 10:48:04 -08:00
freeCodeCamp's Camper Bot
8c02cd8ed0 chore(i18n,learn): update i18n-curriculum submodule (#64570) 2025-12-14 10:31:37 -08:00
miyaliu666
1c57bd73e3 feat(curriculum): Add A1 Chinese Chapter 3 Modules 2 Blocks 2-5 (#63777)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
Co-authored-by: Steven Ding <1139274654@qq.com>
Co-authored-by: DanielRosa74 <58576743+DanielRosa74@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-14 10:27:18 -08:00
Tanish Mundra
ede2483236 fix(curriculum): improve wording in medical data validator step 31 (#64587) 2025-12-14 17:40:37 +01:00
Saurabh Shakya
0cb93406a8 fix: added the missing quote for checkbox for issue (#64584)
Co-authored-by: majestic-owl448 <26656284+majestic-owl448@users.noreply.github.com>
2025-12-14 15:42:27 +00:00
Souparno Nag
b5f7796c06 fix: add missing quote in checkbox selector (#64585) 2025-12-14 15:27:07 +00:00
Upasana Pan
0233d77794 fix(curriculum): update browser support for @property (#64559)
Co-authored-by: majestic-owl448 <26656284+majestic-owl448@users.noreply.github.com>
2025-12-14 15:56:45 +01:00
Brian Tripp
3c42fc858b fix(curriculum): typo in CSS typography review (#64574) 2025-12-14 12:15:20 +01:00
Diem-Trang Pham
2ed1b5b86d fix(curriculum): add note for python 2 to python installation lesson (#64540) 2025-12-14 11:59:58 +01:00
Gary Yeung
795d7c5962 fix(curriculum): improve answer to how-can-you-create-flexible-grids-with-the-fr-unit (#64507) 2025-12-14 11:57:01 +01:00
Huyen Nguyen
04b7ba32b9 chore(github): fix code ownership (#64562) 2025-12-14 11:30:41 +05:30
Oliver Eyton-Williams
ac3a31e920 fix: redirect to api /signin from client /settings (#64398) 2025-12-14 11:29:24 +05:30
Brian Tripp
1146bc23f8 fix: changed function name from cc to cardCounter (#64560) 2025-12-12 21:24:13 +05:00
Clarence Bakosi
9a83e95a60 fix(curriculum): Add backticks to @property (#64561) 2025-12-12 16:22:12 +00:00
Icaro Alves
79585ae485 fix(curriculum): Fixed a typo quiz-bash-commands question (#64538) 2025-12-12 14:33:32 +00:00
Oliver Eyton-Williams
44f5cd6cfc feat: add user flags for all certifications (#64338)
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2025-12-12 15:51:05 +02:00
Huyen Nguyen
4558096cee fix(client,curriculum): add lang property to Challenge type (#64552) 2025-12-12 13:51:07 +01:00
Simon Criado
c425156fc7 fix: use proper csharp codeblock (#64550) 2025-12-12 12:26:55 +01:00
Satyam Kumar Verman
aff30db058 fix(curriculum): corrected Mismatch in names for CSS backgrounds and border content (#64499) 2025-12-12 02:45:45 -08:00
Sem Bauke
e2add9fca3 chore(curriculum): update help category to Chinese Curriculum for multiple blocks (#64547) 2025-12-12 02:41:32 -08:00
leputz
5c3dd55406 fix(client): show more descriptive error message on fetchUserError (#64061)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2025-12-12 12:28:43 +02:00
Anna
9f16487a20 fix(curriculum): use C# highlighting in static typing discussion (#63890) 2025-12-12 11:01:16 +01:00
dimssu
b47ece72c8 fix: allow implicit labels in checkout lab tests (#63789) 2025-12-12 10:16:27 +01:00
Aldani Prasetyo
19c1ad409b feat(curriculum): enhance explanation of React keys and reconciliation (#64024)
Co-authored-by: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com>
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2025-12-12 09:53:56 +01:00
Brian Tripp
fd8d0e0d3f fix(curriculum): updated comprehension check question for python variables lesson (#64536) 2025-12-12 09:38:51 +01:00
Shaun Hamilton
33b1967a25 feat: save submission to db (#64450) 2025-12-12 08:31:25 +01:00
Ena
0a5f192370 fix(curriculum): capitalize "what" in learn-how-to-use-conditionals (#64458)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2025-12-12 00:35:05 +00:00
Huyen Nguyen
76957f53a7 feat(client): add Chinese Curriculum and Spanish Curriculum to links.json (#64544) 2025-12-11 23:22:25 +00:00
Nielda Karla
f8bce825ca fix(curriculum): QA First Questions module (#64543) 2025-12-11 23:03:50 +00:00
Viraj Jadhav
2874cd85ab fix(curriculum): update examples formatting in review-html block (#64476) 2025-12-11 23:05:02 +01:00
Estefania Cassingena Navone
afd6746b9a feat(curriculum): A1 Spanish Introducing Yourself Module QA Review (#64535) 2025-12-11 21:59:05 +00:00
Alifa Ara
10834d6f86 feat(curriculum): add parent teacher workshop to FSD cert (#62618)
Co-authored-by: Bharath Valaboju <69413757+Bharath314@users.noreply.github.com>
Co-authored-by: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com>
Co-authored-by: jdwilkin4 <jwilkin4@hotmail.com>
Co-authored-by: Ilenia M <nethleen@gmail.com>
Co-authored-by: Kolade <chrisjay967@gmail.com>
Co-authored-by: majestic-owl448 <26656284+majestic-owl448@users.noreply.github.com>
2025-12-11 21:55:33 +00:00
Estefania Cassingena Navone
e84f896d51 feat(curriculum): A1 Spanish Numbers 10 to 29 Module QA Review (#64539) 2025-12-11 21:51:32 +00:00
Zeina Obeid
ede54c3fce fix(curriculum): replace question in Styling Forms Quiz (#64466) 2025-12-11 22:50:46 +01:00
Nielda Karla
87f1046fc9 fix(curriculum): Reviewed A1 Chinese keyboard articles (#64528)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2025-12-11 13:39:18 -08:00
Shivansh Sharma
073d826a63 fix(curriculum): remove extra punctuation in JS Maps and Sets quiz (#64460)
Co-authored-by: Shivansh <shivanshsharma76789@gmail.com>
2025-12-11 20:51:18 +00:00
Estefania Cassingena Navone
a38bfaea73 fix(curriculum): replace scene background by company center (#64518) 2025-12-11 19:46:33 +00:00
SHRESTHA
dc6f511c0e fix(curriculum) : Correct wording for Sticky positioning (#64515) 2025-12-11 11:33:53 -08:00
Nielda Karla
366b8142da feat(Curriculum): Add A1 Chinese curriculum intro (#64524) 2025-12-11 19:13:33 +00:00