Commit Graph

37201 Commits

Author SHA1 Message Date
Huyen Nguyen 230ee08924 refactor(tools): challenge schema array validation (#58077) 2025-01-13 13:58:13 +01:00
Dario-DC 27c2f29943 fix(curriculum): tests in availability table lab (#58049) 2025-01-11 19:49:31 -05:00
Tom 0862f3ef33 chore(curriculum): add what is html lecture video transcripts (#58050) 2025-01-11 10:41:01 +01:00
Prabhakar Yadav 1e8a76671c fix(curriculum): corrected a grammar error in the city skyline (#58054) 2025-01-11 10:35:14 +01:00
Ilenia 6a0511e328 fix: allow multiple selectors in test (#58046) 2025-01-10 15:44:36 -05:00
Favour Ohanekwu 1c1b4fd314 fix(curriculum): align grayscale filter value with video content (#58048) 2025-01-10 20:05:02 +00:00
Ilenia 1013708de8 feat: use semantic address element in cafe menu workshop (#58041) 2025-01-10 09:43:56 -08:00
Huyen Nguyen f82aff217b fix(client): profile image overlapping privacy settings callout (#58030) 2025-01-10 11:13:27 +01:00
JungLee-Dev 88fea86981 fix(curriculum): fix grammatical error in CSS Grid Review (#58040) 2025-01-10 10:02:53 +00:00
JungLee-Dev f1461b5a0d fix(curriculum): update requirement from height to min-height on event flyer page (#58013) 2025-01-09 16:33:12 -06:00
Tom a0d831d3ea feat(client): add transcript option in fill in the blank challenges (#58022) 2025-01-09 14:32:19 -08:00
Dario-DC 3e8dbfcaec fix(curriculum): tests and instructions in book inventory lab (#57996) 2025-01-09 18:29:24 +01:00
Tom a8ae17502f fix(client): replace apple quotes in fill in the blanks before testing (#57987) 2025-01-09 18:24:17 +01:00
Sem Bauke bf3ba3363a fix: serve assets from CDN instead of AWS (#58023) 2025-01-09 17:45:58 +01:00
Sem Bauke df06de394e fix(curriculum): add B1 English to external curriculum (#58012) 2025-01-09 08:37:56 -08:00
Prabhakar Yadav 5782d0ebb0 feat(curriculum): Added an additional test in the python challenge (#57854)
Co-authored-by: Dario-DC <105294544+Dario-DC@users.noreply.github.com>
Co-authored-by: Naomi <accounts+github@nhcarrigan.com>
2025-01-09 08:33:05 -08:00
Joaquin Descotte 90d53216b5 fix(curriculum): fixed typo in greeting card workshop (#58006) 2025-01-09 15:05:13 +00:00
Dario-DC 1cc6b484b0 fix(curriculum): hints in gradebook app (#58017) 2025-01-09 15:40:59 +01:00
Anna 25b015aaf7 chore(curriculum): use specific asserts workshop balance (#57608) 2025-01-09 11:21:23 +01:00
Tom e47ccaa912 fix(client): move intros back to collapsed area (#57910) 2025-01-09 07:19:40 +01:00
Tom 8ec9e5cc52 feat(challenge-parser): add transcript to challenge parser (#57967) 2025-01-09 07:17:22 +01:00
Dario-DC 8143bbbae1 fix(curriculum): tests in colored boxes lab (#57982) 2025-01-09 07:15:38 +01:00
Anna 109accf301 chore(curriculum): remove fixed position from building a quiz projects (#58002) 2025-01-09 07:14:41 +01:00
Dario-DC 6ad2f63ff6 fix(curriculum): tests in event hub lab (#57998) 2025-01-09 07:12:55 +01:00
Anna 762c53b69a fix(curriculum): pyramid generator step 24 optional comma (#58010) 2025-01-09 07:11:37 +01:00
JungLee-Dev fb9e067a83 fix(curriculum): update questions more clearly on computer basic quiz (#58003) 2025-01-09 06:08:49 +01:00
Supravisor 6d419cd35e fix(curriculum): Working with forms lecture shows incorrect message (#57888) 2025-01-08 15:47:28 -08:00
Shaun Hamilton 9adc0a621d feat(api): add growthbook (#57950) 2025-01-08 15:35:58 -08:00
Huyen Nguyen 061630fe09 fix(curriculum): minor improvements to React Basics Review (#57990) 2025-01-08 15:28:58 -08:00
Huyen Nguyen 8af2876839 fix(curriculum): wrap keywords in backticks (#57992) 2025-01-08 15:22:17 -08:00
Anna 149b9e1754 chore: remove unused CSS rule (#57999) 2025-01-08 12:54:08 -08:00
Dario-DC 5539605aca fix(curriculum): intro, descriptions and tests in cat blog page workshop (#57984) 2025-01-08 10:31:22 -08:00
Oliver Eyton-Williams 56e520b2e4 refactor(api): provide default env values (#57986) 2025-01-08 21:39:40 +05:30
Oliver Eyton-Williams 67a7c3254a fix(client): stop double-counting completed challenges (#57985) 2025-01-08 21:37:35 +05:30
freeCodeCamp's Camper Bot 0979ab4eba chore(i18n,client): processed translations (#57994) 2025-01-08 16:28:06 +01:00
Lex Garey-Fernandez ec50fd54de fix(curriculum): update question 7 of basic css quiz (#57938) 2025-01-08 09:57:47 -05:00
freeCodeCamp's Camper Bot 7446e34f8a chore(i18n,learn): update i18n-curriculum submodule (#57995) 2025-01-08 08:57:28 -06:00
Aditya f592723a47 fix(curriculum): remove unnecessary semicolons in quiz (#57993) 2025-01-08 15:35:39 +01:00
Kristofer Koishigawa 6c1819b7f1 fix: update purpose of functions video id (#57989) 2025-01-08 02:54:02 -08:00
Oliver Eyton-Williams d3cfb8ed0f fix(api): make log level + flags optional (#57978) 2025-01-07 17:52:21 +02:00
Dario-DC ad667c6983 fix(curriculum): descriptions and tests in final exams table workshop (#57959) 2025-01-07 16:15:38 +01:00
Anna c441efd704 fix(curriculum): allow class and id to be in any order step 24 todo list (#57644)
Co-authored-by: Ilenia <26656284+ilenia-magoni@users.noreply.github.com>
Co-authored-by: Dario-DC <105294544+Dario-DC@users.noreply.github.com>
2025-01-07 15:03:44 +00:00
Huyen Nguyen e7897de0a2 fix(a11y): fill in the blank challenges (#56775)
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
Co-authored-by: Bruce Blaser <bbsmooth@gmail.com>
2025-01-07 12:10:27 +01:00
alexiwisteria 1c8217a223 fix(curriculum): Basic CSS Quiz - question 10 precise sibling element location (#57975) 2025-01-07 11:44:21 +01:00
Oliver Eyton-Williams 232f6d50aa refactor: remove SHOW_NEW_CURRICULUM (#57977) 2025-01-07 10:17:05 +00:00
Shiva Sai 09a5415d03 fix(curriculum): allow flexibility in result variable declaration (#57951) 2025-01-07 11:03:55 +01:00
Dario-DC 7b82835577 fix(curriculum): change travel agency lab test to allow different solution (#57894)
Co-authored-by: Ilenia <26656284+ilenia-magoni@users.noreply.github.com>
2025-01-07 08:45:25 +01:00
Oliver Eyton-Williams 329eba03a5 docs(api): add troubleshooting section (#57896) 2025-01-07 08:35:36 +01:00
David L Starr 256266bc98 fix(curriculum): typos in How to Describe Places and Events task 140 (#57974)
Co-authored-by: David Starr <david.starr@autozone.com>
2025-01-07 08:32:50 +01:00
Mrugesh Mohapatra 3c385f3205 chore(static): cleanup well-known and ads.txt (#57966) 2025-01-07 10:52:41 +05:30