Commit Graph

82 Commits (8931626bffa1f1563c772c7c612c28e59177316b)

Author SHA1 Message Date
Berkeley Martinez 921080f3d2 Add challenge testing 2015-11-01 17:22:03 -08:00
Quincy Larson 4ad65513cc Merge pull request #3483 from awesomeaniruddh/fix/add-test-cases-for-bonfire
Add tests to intermediate bonfire
2015-10-28 01:25:32 -07:00
mschultz4 37b5784899 Fixed typos in assert messages 2015-10-27 20:57:48 -04:00
Aniruddh Agarwal 93681509e5 Add tests to intermediate bonfire
The bonfire only tested the camper's solution for numbers upto 29. This
commit adds tests that verify the solution for numbers upto 1000. This
should motivate the campers to create a more sound logic that will work
for more numbers.
2015-10-25 10:32:48 +08:00
Quincy Larson f16dd554fc Merge pull request #3620 from ltegman/fix-everything-be-true-tests-3394
Fix BF: Everything Be True Description and Tests
2015-10-23 22:41:12 -07:00
Quincy Larson 4d816df10a Merge pull request #3869 from natac13/fix/add-solution-intermediate-bonfires
added @dting's solutions to the intermediate bonfires
2015-10-23 21:44:45 -07:00
Joao Paulo Ribeiro 75d5f92f31 fix/test message in Where art thou bonfire 2015-10-24 01:20:50 -03:00
natac13 79ee2e31e9 added @dting's solutions to the intermediate bonfires
closes #3837
2015-10-23 19:18:45 -04:00
Joao Paulo Ribeiro b2bbe00388 fix/test message in Bonfire:Where art thou 2015-10-23 15:26:23 -03:00
Michael Krebs 6dfda01661 Changes Finders Keepers MDN link from array.some() to array.filter() 2015-10-21 17:15:25 -04:00
Logan Tegman 0465ef89d7 Fix BF: Everything Be True Description and Tests
- Switch back to being about looking for truth properties
- Tests looking for a full key:value pair instead of just a key were removed to clarify the goal.
- Added more tests
- Removed misleading MDN links

Closes #3394 and #2684
2015-10-17 19:43:41 -07:00
Logan Tegman d91d514a0b Fix BF Diff two Arrays Remove Final Test
Per the discussion in #3758
Closes #3758
2015-10-16 09:09:31 -07:00
Berkeley Martinez b4417a4f4d fix diff array should be free of duplicates 2015-10-13 20:46:20 -07:00
Berkeley Martinez 23e33b6a96 Merge pull request #3670 from abhisekp/fix/add-tests-bf-diff-two-arrays
Add tests in Bonfire - Diff Two Arrays
2015-10-13 16:10:57 -07:00
Berkeley Martinez 3e828ba266 Merge pull request #3727 from QuincyLarson/estimates
Time estimates for each block of challenge (by popular request)
2015-10-13 15:49:39 -07:00
Quincy Larson f30239fb6c add time estimates to challenge blocks on map 2015-10-12 22:56:10 -07:00
natac13 b3d2a18399 fix boo(NaN) return true to false
closes #3701
2015-10-11 10:07:25 -04:00
Arsen Melikyan 54ee735f67 Merge pull request #3679 from ltegman/fix/bf-sum-odd-fib-test-3660
Fix BF Sum Odd Fibonacci Numbers Test Error Wording
2015-10-10 16:11:03 +04:00
Berkeley Martinez 749357933d Merge pull request #3669 from FreeCodeCamp/fix/challenge-sequence
Fix mis-sequence of challenges and fix some quick issues campers reported about challenges
2015-10-09 19:43:00 -07:00
Logan Tegman f7edf7c2b2 Fix BF Sum Odd Fibonacci Numbers Test Error Wording
Closes 3660
2015-10-09 12:03:13 -07:00
Abhisek Pattnaik e080ff1811 Add tests in Bonfire - Diff Two Arrays 2015-10-09 18:05:55 +05:30
Quincy Larson 2d0af3da1d fix challenge sequence 2015-10-08 18:26:06 -07:00
Logan Tegman 98d36d1aa1 Fix BF Diff Two Arrays New Test
Closes #1263
2015-10-08 15:31:52 -07:00
Logan Tegman 59b76330db Fix BF Arguments Optional Links
Swapped out link to Function Objects for link to Closures
2015-10-07 22:26:09 -07:00
Quincy Larson 465835d6b1 Merge branch 'staging' into map-restructure
Conflicts:
	seed/challenges/basic-ziplines.json
	seed/challenges/intermediate-ziplines.json
2015-10-02 11:23:54 -07:00
Quincy Larson ea33385fea remove vestigial difficulty attribute from challenges 2015-10-02 01:06:27 -07:00
Quincy Larson 69a3729025 restructure challenges and add certificate challenge skeletons 2015-10-01 23:54:20 -07:00
Quincy Larson c2af4f9b4c fix bad merge 2015-09-30 19:26:05 -07:00
Quincy Larson dca179c2c5 Merge branch 'staging' into converge-bonfires
Conflicts:
	seed/challenges/basic-bonfires.json
	seed/challenges/intermediate-bonfires.json
2015-09-30 19:06:28 -07:00
Quincy Larson 16c0c23b2c finish QAing all bonfires 2015-09-30 19:04:26 -07:00
Quincy Larson 03675ef0a6 finish QAing basic and intermediate bonfires 2015-09-30 01:33:07 -07:00
Quincy Larson 6657348722 finish first pass at intermediate bonfires 2015-09-29 14:18:43 -07:00
Quincy Larson 52c74f5a3d merge staging 2015-09-29 13:44:58 -07:00
Quincy Larson 9e2db7636f Merge branch 'staging' of https://github.com/freecodecamp/freecodecamp into staging 2015-09-29 13:20:29 -07:00
Quincy Larson ddde4db821 Merge branch 'fix/intermediate-bonfires-tests' of https://github.com/awesomeaniruddh/FreeCodeCamp into awesomeaniruddh-fix/intermediate-bonfires-tests
Conflicts:
	seed/challenges/intermediate-bonfires.json
2015-09-29 13:19:24 -07:00
Aayush Kapoor 4a3283a5a7 Edit last test case for Bonfire: Where art thou 2015-09-26 16:01:46 +05:30
Aniruddh Agarwal 93029f4e35 Refactored intermediate bonfires expect to assert 2015-09-18 10:37:32 +08:00
AEA2002 986a9977ee changed user-named function: replace to myReplace 2015-09-15 19:02:56 -04:00
Joel Bentley 627cb9b122 Fix description Bonfire: Arguments Optional 2015-09-14 19:38:59 -04:00
Quincy Larson 4f16b0e996 revert intermediate-bonfires to previous state for another camper to tackle 2015-09-14 14:57:14 -07:00
Quincy Larson 3d08496eb8 Merge branch 'staging' into bonfire-tests
Conflicts:
	seed/challenges/basic-bonfires.json
	seed/challenges/intermediate-bonfires.json
2015-09-14 00:24:33 -07:00
Aniruddh Agarwal 9a41abc048 Merge pull request #3106 from AryanJ-NYC/AryanJ-NYC-1282
Made changes to smallest common multiple bonfire instructions as suggested by @jrtmns
2015-09-11 16:50:36 +08:00
Berkeley Martinez ef5715fa24 fix missing n in conditional 2015-09-10 13:09:56 -07:00
Nathan Scott 20c45e7082 Fix typo in test for bonfire Drop It 2015-09-10 13:09:55 -07:00
Nathan Scott 0bc6831399 Add extra test case for bonfire Drop It to fix issue #2533 2015-09-10 13:09:55 -07:00
Aryan Jabbari 2bfcc9c46d Made changes to instructions as suggested by @jrtmns; closes #1282 2015-09-10 15:59:14 -04:00
Berkeley Martinez 6aa75f7c67 Merge pull request #2967 from bugron/bugron-2966
fixes a small typo
2015-09-10 12:37:57 -07:00
benmcmahon100 7b04184fcc Set up new curriculum order. OOPF is now before basic bonfires and where art thou is now in intermediate 2015-09-09 18:10:22 +01:00
Anton Strömkvist d15a40ccf3 Merge pull request #2598 from suhussai/suhussai-2557
Added link about Roman Numeral to MDNLinks section.
2015-09-09 10:08:38 +02:00
suhussai c57251a446 Added link about Roman Numeral to MDNLinks section
Added link mentioned in Waypoint description about
Roman Numerals to MDNLinks in order to make it more apparent.
Affects Waypoint 3 in Intermediate Algorithm Scripting.
http://www.freecodecamp.com/challenges/bonfire-roman-numeral-converter
closes #2557.
2015-09-08 18:21:00 -06:00