2768 Commits

Author SHA1 Message Date
16f7567827 fix(curriculum): add test to exercise tracker (#44862)
* fix#44806: add test to exercise tracker

* Fix typo in test

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2022-02-10 14:33:36 -06:00
1957ec6cdb chore(i18n,learn): processed translations (#45068) 2022-02-10 10:07:28 -08:00
ee0fb44c62 fix(curriculum): removed step 28 and edited meta.json (#44856) 2022-02-10 10:27:55 -06:00
796fb52421 chore(i18n,learn): processed translations (#45027) 2022-02-05 09:00:51 -08:00
2d740dd6cc chore(i18n,learn): processed translations (#45017) 2022-02-05 13:15:23 +01:00
f09c167a03 fix(curriculum): correct hint text for step-093 penguin (#45023) 2022-02-05 13:12:18 +01:00
f38d19132d chore(i18n,learn): processed translations (#45001) 2022-02-03 11:16:32 -08:00
9ffc7b4711 fix(curriculum): add two edge test cases to the sorted union problem (#44860)
* fix: fixed solution of sorted union

* fix: improved solution of sorted union problem
2022-02-02 19:28:31 +01:00
d750a7b4ac fix(curriculum): fixed test for binary search tree challenge (#44993) 2022-02-02 09:06:25 +07:00
c63aa4cf41 chore(i18n,learn): processed translations (#44991) 2022-02-01 12:32:53 -08:00
d58e5e5bdd chore(i18n,learn): processed translations (#44965) 2022-01-31 18:13:48 +01:00
4173c2783a fix(curriculum): reword city-skyline lesson description (#44839)
Co-authored-by: “Jim” <“jimkernicky@gmail.com”>
2022-01-31 12:38:13 +00:00
0f27af6b46 fix(curriculum): rwd beta update doctype tests (#44829) 2022-01-31 11:57:05 +00:00
a196848bd0 Update step-028.md (#44971) 2022-01-30 20:00:22 -08:00
6f2a7383fb chore(i18n,learn): processed translations (#44953) 2022-01-28 10:39:25 -08:00
a03f3ab47e fix: change typo "Searborn" to "Seaborn" (#44941) 2022-01-27 22:08:37 -08:00
c34ee8748a chore(i18n,learn): processed translations (#44936) 2022-01-28 01:39:01 +09:00
f184bc98b5 chore(i18n,learn): processed translations (#44922) 2022-01-26 09:59:35 -08:00
6a896919b1 fix(curriculum): correct tests for Firefox (#44913) 2022-01-26 10:09:42 +07:00
54a15c6589 fix(curriculum): allow code on new lines for camper-cafe (#44891) 2022-01-25 17:29:28 -06:00
98a0d3ecd2 correcting typo adaquate = adequate (#44906) 2022-01-25 17:15:58 -06:00
b115049ee2 chore(i18n,learn): processed translations (#44880) 2022-01-26 02:55:03 +09:00
6ec6e7eaa5 fix(curriculum): update challenge tests to pass a valid solution (#44800)
* allow tests to pass when styles object's fontSize property is set to a string

* Update curriculum/challenges/english/03-front-end-development-libraries/react/add-inline-styles-in-react.md

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* Update curriculum/challenges/english/03-front-end-development-libraries/react/add-inline-styles-in-react.md

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2022-01-24 23:40:52 +00:00
fba519621a fix(curriculum): added test using a tree that is not a binary search tree (#44775) 2022-01-24 19:33:03 +00:00
b1fb6adc39 fix: insert user html more consistently (#42195)
* fix: use an iframe to preserve head and body

* fix: remove unnecessary parsing of html

The contents gets inserted into the DOM during transformHtml, which
is always part of the build pipeline

* fix: pipe contents through iframe

* refactor: use the same code for both transforms

* fix: try to handle test errors better

Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
2022-01-24 18:02:25 +00:00
2abfa63738 fix(curriculum): typo on step 43 2022-01-22 19:03:23 +01:00
43a2a0a395 chore(i18n,learn): processed translations (#44866) 2022-01-23 00:08:20 +09:00
59f21b1d8f fix(curriculum): improve instructions in rothko-painting (#44816)
* Improved instructions in rothko painting lesson

* Removed duplicate line in step 42

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-the-css-box-model-by-building-a-rothko-painting/step-012.md

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-the-css-box-model-by-building-a-rothko-painting/step-014.md

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-the-css-box-model-by-building-a-rothko-painting/step-015.md

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-the-css-box-model-by-building-a-rothko-painting/step-021.md

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-the-css-box-model-by-building-a-rothko-painting/step-022.md

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-the-css-box-model-by-building-a-rothko-painting/step-034.md

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-the-css-box-model-by-building-a-rothko-painting/step-041.md

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-the-css-box-model-by-building-a-rothko-painting/step-042.md

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-the-css-box-model-by-building-a-rothko-painting/step-044.md

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-the-css-box-model-by-building-a-rothko-painting/step-045.md

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-the-css-box-model-by-building-a-rothko-painting/step-020.md

Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com>

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-the-css-box-model-by-building-a-rothko-painting/step-014.md

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-the-css-box-model-by-building-a-rothko-painting/step-034.md

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com>
2022-01-21 14:31:41 +01:00
5c868af2b8 chore(i18n,learn): processed translations (#44851) 2022-01-20 20:30:18 +01:00
5aaf8677d4 chore: fix typo in step-010.md (#44807)
targetting -> targeting
2022-01-20 09:18:07 +01:00
357b4802fd fix: update wording in description (#44842) 2022-01-20 09:13:35 +01:00
1c56d4cdda fix: remove double space (#44837)
* fix: typo in javascript-algorithms-and-data-structures > object-oriented-programming > understand-own-properties

* revert all the files with translations

* fix last commit error and remove changes from translated files
2022-01-19 22:19:43 +00:00
9c800526a7 fix: correct typo in 'targetting' - line 12 (#44823) 2022-01-19 13:36:32 +01:00
9848b05458 Fix (curriculum): wording (#44815) 2022-01-18 08:54:23 -06:00
ce9bd6ddbd fix(curriculum): remove redundant class in bootstrap description (#44812) 2022-01-18 10:11:10 +00:00
6f30720715 fix(curriculum): improve wording (#44799) 2022-01-17 22:02:13 +07:00
ea344a5f9b chore(i18n,learn): processed translations (#44805) 2022-01-17 14:35:14 +00:00
401cd86076 fix(curriculum): move img tag to editable region (#44804)
* Step 24: moved img tag to editble region

* Indented img tag

Co-authored-by: “Jim” <“jimkernicky@gmail.com”>
Co-authored-by: "Krzysztof G." <"60067306+gikf@users.noreply.github.com">
2022-01-17 14:36:18 +01:00
8954449625 feat: refactor the refactor challenge (#44770) 2022-01-17 09:57:15 +01:00
fd9c68ceef chore(i18n,learn): processed translations (#44797) 2022-01-16 20:30:34 +01:00
d5543cd692 fix(curriculum): fix casing of Dense keyword (#44791) 2022-01-15 18:56:45 +01:00
e368739827 chore(i18n,learn): processed translations (#44777) 2022-01-14 09:43:16 -08:00
8f8a2cc0c5 feat(curriculum): add tests to anonymous-message-board (#43041)
* Add 5th test to the Anonymous Message Board project challenge from InfoSec

* (fix curriculum) Add all the required tests by the Anonymous Message Board Project.

* Confirms the camper has written at least an assert statement in the test.

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>

* chore: success -> reported

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
2022-01-13 22:38:05 +02:00
1fc0b73c3d fix(curriculum): add another element in test to ensure correct implementation of class (#44766) 2022-01-13 11:41:29 -08:00
d53a457fc2 Fix typo mentioned in issue #44761 (#44768) 2022-01-12 21:35:28 -08:00
ef417c95f9 fix(curriculum): make english to i18n easier (#44711) 2022-01-12 10:03:26 -06:00
55275ab034 chore(i18n,learn): processed translations (#44765) 2022-01-12 06:40:05 -08:00
9655cd26a1 fix(curriculum): typo in cat photo app (#44757) 2022-01-12 11:08:37 +01:00
b7496d96dd chore(i18n,learn): processed translations (#44750) 2022-01-11 08:57:22 -08:00
43f970aa3f fix(curriculum): Additional clarification in hint (#44746) 2022-01-11 15:32:37 +01:00