Commit Graph

23 Commits (fdc2e0d058765ffde4f4abf8f8302a2f0d780781)

Author SHA1 Message Date
Quincy Larson c668c83b11 make the "get set for" challenges optional 2016-02-11 20:46:00 -08:00
Vladimir Támara Patiño 60076dbd75 Update translation to spanish of basic-bonfires
Closes #6495
Thanks for corrections to @justinian336 and @Narshe1412
2016-02-08 20:44:41 -05:00
Rex Schrader 61d9cb1b94 Merge pull request #6750 from erictleung/fix/move-challenge-titles-in-json-files
Move challenge title attribute/value pair + update
2016-02-05 21:26:32 -08:00
Eric Leung 542860a676 Move challenge title attribute/value pair + update
- Move title attribute/value pair for each challenge in Basic Algorithm
  Scripting to between the id and description attributes for consistency among
  the other challenge JSON files
- Add space in the editor for Caesar's Cipher for alignment with the `return`
  statement
- Add code tags around `arr[i]` in Return Largest Numbers in Arrays challenge
- Add code tags around `n` in Repeat a string repeat a string
- Capitalize JavaScript in Falsy Bouncer
- Change `n` to `num` for Repeat a string repeat a string challenge
2016-02-05 21:14:20 -08:00
Rex Schrader 922ad732b2 Merge pull request #6749 from justinian336/Update/ES-translation-basic-bonfires
Add translation for new challenge
2016-02-05 20:30:16 -08:00
justinian336 ee3fc1cab4 Add translation for new challenge 2016-02-05 07:24:30 +00:00
Eric Leung a4e0aab432 Add more tests to Slasher Flick and fix formatting
- Added two more tests that involve a mix of strings and numbers
- Put `n` in code tags
- Add missing period in second sentence
2016-02-04 23:23:00 -08:00
Jason Jiang f9e81a13f3 Correct the array description of Chunky Monkey
The array required from the Chunky Monkey challenge is two-dimensional, not multidimensional.
The change has been made in both English and Spanish.
2016-01-26 15:28:53 +13:00
Mrugesh Mohapatra a8bb560005 fix the ROT13 link in ceasars cipher challenge 2016-01-21 22:15:37 +05:30
SaintPeter 0c40a0599e Normalize Challenges for COM1000 2016-01-20 15:45:32 -08:00
Quincy Larson 4c1e4cbbf4 further improvements of challenge ssed for better looking views 2016-01-15 04:49:46 -08:00
Quincy Larson 0871a0dcf5 add chatroom names 2016-01-15 04:46:20 -08:00
Quincy Larson 5c58cc235e add required state to required challenges, move advanced algorithms 2016-01-12 00:02:33 -06:00
Dieter Daems 63722a9fc4 Add tips to Caesar Cipher Bonfire
- Also cleaned up the function code, less bloat.
2016-01-03 05:26:01 +01:00
SaintPeter 50696d3553 Move Caesers Cipher to Bonfires 2016-01-01 19:19:56 -08:00
Berkeley Martinez c0a41eab86 Merge pull request #5551 from FreeCodeCamp/feature/new-basejumps
Add new ziplines and basejumps
2015-12-30 08:58:57 -08:00
Logan Tegman 8285f74398 Merge pull request #5412 from xynz/tests/BonfireChunkeyMonkey
Added extra test cases for Bonfire: Chunkey Monkey
2015-12-29 20:31:52 -08:00
Quincy Larson 7dd23256f5 start adding new challenges and resequence existing ziplines 2015-12-28 00:39:17 -06:00
Charlie Mantle b84c31e126 Added extra test cases for Bonfire: Chunkey Monkey
Added missing comma's for test cases
2015-12-26 17:37:24 -08:00
Mrugesh Mohapatra b2ab871eb9 Fixes #5456 : Typo in test for Bonfire : Where do I belong 2015-12-27 03:17:15 +05:30
Mrugesh Mohapatra ed8ff65a2b Fixes #5393 : Title Case a Sentence - Add/Remove helpful links 2015-12-21 01:33:04 +05:30
Dalton Rooney 35501c48bc Add array.slice() to Chunky Monkey
I think it would be helpful to include a link to the Array.slice() docs here, since it's important to the solution and it's the first time it appears in a Bonfire.
2015-12-19 17:22:00 -08:00
Berkeley Martinez 3961d5056b Add superblock ordering 2015-12-14 13:19:30 -08:00