Commit Graph

52 Commits

Author SHA1 Message Date
Eric Leung
39051efe53 Clarify Everything Be True on truthy and falsy 2016-09-05 04:00:59 -07:00
Patrick Ayres
f4b6c96ceb Reword Sentence in Smallest Common Multiple 2016-08-13 14:58:05 -04:00
Jonib3k
371940fccc fixed wiki link 2016-08-13 12:46:10 +05:00
Eric Leung
f6f7f88d2e Translate ES Pig Latin note on lowercase input str 2016-08-08 17:26:43 -07:00
Mrugesh Mohapatra
b3fdb4705d Merge pull request #10043 from sautille/fix/wherefore-test
Update test on 'Wherefore art thou' challenge
2016-08-04 21:56:04 +05:30
sautille
c4384c5b4f Fix test on 'Wherefore art thou' challenge
This tests for the possibility that not all source keys have been
properly checked against every object contained in the collection.
2016-08-01 23:50:40 -04:00
theflametrooper
fad5e94d09 Replaced wiki links with new forum links 2016-08-01 10:20:08 +01:00
Berkeley Martinez
87e200cb46 feature(translations): Normalize translations
translations are now listed under the prop "translations"
and keys to the IETF lang tag.
2016-07-28 23:40:01 -07:00
Berkeley Martinez
54c87af549 Feature(challenges): Add hint system to challenges 2016-07-28 23:40:01 -07:00
Rémi Fortier
1c3f196446 added translation to pig latin challenge 2016-07-20 14:12:17 +00:00
Mrugesh Mohapatra
8188dda572 Merge pull request #9575 from BKinahan/fix/smallest-common-tests
Add test for Smallest Common Multiple
2016-07-11 16:39:08 +05:30
Stuart Taylor
fbb984cb45 Merge pull request #9602 from BKinahan/fix/pig-latin-case
Clarify Pig Latin input strings are all lowercase
2016-07-10 00:34:30 +01:00
Gabriel
1745ac88f4 change the description from: 'A prime number is defined as having only two divisors, 1 and itself. For example, 2 is a prime number because it's only divisible by 1 and 2. 1 isn't a prime number, because it's only divisible by itself.' to 'A prime number is defined as a number greater than one and having only two divisors, one and itself. For example, 2 is a prime number because it's only divisible by one and two.' 2016-07-08 12:22:02 +02:00
BKinahan
bc62d406d3 Clarify Pig Latin input strings are all lowercase 2016-07-07 15:32:10 +00:00
BKinahan
27f855752c Add test for Smallest Common Multiple 2016-07-05 19:26:17 +00:00
BKinahan
4d3a5bc378 Clarify Sum All Odd Fibonacci Numbers instructions 2016-07-05 19:03:21 +00:00
Manish-Giri
5c4fe256bb Fixed naming in Where Art Thou 2016-06-21 20:45:34 -04:00
Jonathan
dafa73b864 Merge pull request #8922 from tianz/fix/mdn-links
Fix MDN links
2016-06-13 19:28:52 +01:00
Tian Zhou
aee5d8612f Fix MDN links 2016-06-02 20:36:21 -07:00
Stuart
13f45027a4 Fix/Spinal Tap Case Missing Parenthesis 2016-06-02 11:53:48 +01:00
Kevin Dessely
14b56fadf9 Fix Read-Search-Ask broken links 2016-05-22 14:56:55 +08:00
Arun
6bfd0f5dfe Change number of arguments in sorted-union challenge's function to 1 2016-05-11 00:02:40 +05:30
Williams Olivera
e4b1af24ba added String.replace() to MDN links 2016-05-08 11:23:58 -03:00
Mrugesh Mohapatra
ad84b7f2ff Merge pull request #8424 from ltegman/fix/algorithm-block-ordering
Fix algorithm challenge block ordering
2016-05-04 17:57:22 +05:30
Mrugesh Mohapatra
9944fb209a Fix MDN link in Missing Letters 2016-05-03 13:56:27 +00:00
Logan Tegman
f9bb7a3f97 Fix algorithm challenge block ordering 2016-05-03 06:28:49 -07:00
Eric Leung
d6cbc14912 Add comment delimiters to Where Art Thou 2016-04-05 09:05:25 -07:00
Eric Leung
232a3f91a4 Merge pull request #7688 from drk7891/fix/make-functions-unique
Fixed function names to make them unique
2016-04-04 16:10:05 -07:00
drk7891
af74d043cb Fixed function names to make them unique 2016-04-04 16:10:38 -04:00
Mrugesh Mohapatra
5243b43b77 Merge pull request #7780 from geoff616/fix/spinal-tap-tests
add test case to spinal-tap-case
2016-03-30 19:05:03 +05:30
Vladimir Támara Patiño
46efe85264 Merge pull request #7689 from NaitoKenzo/translation/fr-intermediate-bonfires
Challenges of Intermediate Algorithm Scripting translated into French
2016-03-29 09:44:15 -05:00
Geoffrey Wright
e62b1a6112 add test case to spinal-tap-case 2016-03-28 19:15:50 -04:00
Mrugesh Mohapatra
f728226bf4 Merge pull request #7714 from erictleung/fix/clarify-drop-it-challenge
Clarify Drop It instructions on using 2nd argument
2016-03-27 13:08:43 +05:30
BKinahan
5406ae08b9 Fix 'its' typo in Where Art Thou description 2016-03-24 21:16:54 +00:00
Eric Leung
5c704207e5 Clarify Drop It instructions on using 2nd argument 2016-03-23 20:48:37 -05:00
Kenzo Naito
78c3f41c14 added french translations for intermediate bonfires 2016-03-21 22:08:14 +01:00
Rex Schrader
b5128336a4 Change nameXX properties to title XX properties 2016-03-11 21:00:06 -08:00
Vladimir Támara Patiño
ff29ef6c37 Verify and update translation to spanish of intermediate-bonfires.json
Closes #6502
Thanks for corrections to @justinian336
2016-02-24 13:26:10 -05:00
Quincy Larson
8ad116db94 Resequence front end projects and add Tribute Page project 2016-02-11 20:46:00 -08:00
Eric Leung
898a902e66 Clarify diff two arrays instructions
- Clarify you want items that are in one but not both arrays
- Add "symmetric difference" terminology for those familiar with it
2016-02-08 21:22:37 -08:00
Mrugesh Mohapatra
a1d5bcce5e Add additional test cases to Roman Numeral
This commit adds additional test case to the Roman Numeral challenge.

It was possible to pass the tests with incorrect code, as seen in the
issue discussion.

Tested locally.

closes #6616
2016-01-31 11:53:52 +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
d72a059041 fix a broken test 2016-01-12 00:32:38 -06:00
Quincy Larson
5c58cc235e add required state to required challenges, move advanced algorithms 2016-01-12 00:02:33 -06:00
Eric Leung
99eddf3afc Remove quotes for code tags for special characters 2016-01-06 21:56:21 -08:00
Logan Tegman
bfe9b2aa4d Merge pull request #5361 from regonn/fix-indent-intermediate-bonfires
Fix indent at intermediate-bonfires.json
2015-12-19 23:21:18 -08:00
Abhisek Pattnaik
fbf00b8f47 Clarify description of Bonfire - Drop it
- Added Description
- Added MDN link to solve using Array.prototype.slice method
2015-12-19 20:01:57 +05:30
regonn
9dae12aa1a fix indent at intermediate-bonfires.json 2015-12-19 15:46:17 +09:00